diff --git a/basis/cpu/x86/features/features.factor b/basis/cpu/x86/features/features.factor index 878fb592b9..f46055cadd 100644 --- a/basis/cpu/x86/features/features.factor +++ b/basis/cpu/x86/features/features.factor @@ -1,7 +1,8 @@ ! Copyright (C) 2009 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -USING: system kernel math alien.syntax combinators locals init io -cpu.x86 compiler compiler.units accessors ; +USING: system kernel math math.order math.parser namespaces +alien.syntax combinators locals init io cpu.x86 compiler +compiler.units accessors ; IN: cpu.x86.features number min ] when* [ sse-string write " detected" print ] [ install-sse-check ] [ enable-sse ] tri