From 1fcc0875ba1725fbf406288a0cbefef8d527e389 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Tue, 8 Sep 2009 15:47:03 -0500 Subject: [PATCH] update math.floats.env.x86 for sse detection change --- basis/math/floats/env/x86/x86.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/math/floats/env/x86/x86.factor b/basis/math/floats/env/x86/x86.factor index ffc7a8fd72..e91fc4eda9 100644 --- a/basis/math/floats/env/x86/x86.factor +++ b/basis/math/floats/env/x86/x86.factor @@ -31,7 +31,7 @@ M: x87-env (set-fp-env-register) set_x87_env ; M: x86 (fp-env-registers) - sse2? + sse-version 20 >= [ 2array ] [ 1array ] if ;