]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/floats/env/x86/x86.factor
factor: more top level forms.
[factor.git] / basis / math / floats / env / x86 / x86.factor
index 133f6f8785b6d363152c8032d1f3b2db70a525cc..d6fdadb7e1320f9dec3a9b11ac3906ba5a2facf6 100644 (file)
@@ -130,7 +130,5 @@ M: x87-env (get-denormal-mode)
 M: x87-env (set-denormal-mode)
     drop ;
 
-cpu {
-    { x86.32 [ "math.floats.env.x86.32" ] }
-    { x86.64 [ "math.floats.env.x86.64" ] }
-} case require
+USE-X86-32: math.floats.env.x86.32
+USE-X86-64: math.floats.env.x86.64
\ No newline at end of file