From 0d77efef2940fca69f83b85928198ce1581bf697 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 20 Sep 2009 04:17:34 -0500 Subject: [PATCH] cpu.x86: cleanup --- basis/cpu/x86/x86.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/cpu/x86/x86.factor b/basis/cpu/x86/x86.factor index 97bd2f78de..d8e02fe516 100644 --- a/basis/cpu/x86/x86.factor +++ b/basis/cpu/x86/x86.factor @@ -11,11 +11,10 @@ compiler.cfg.intrinsics compiler.cfg.comparisons compiler.cfg.stack-frame compiler.codegen.fixup ; +FROM: layouts => cell ; FROM: math => float ; IN: cpu.x86 -<< enable-fixnum-log2 >> - ! Add some methods to the assembler to be more useful to the backend M: label JMP 0 JMP rc-relative label-fixup ; M: label JUMPcc [ 0 ] dip JUMPcc rc-relative label-fixup ; @@ -779,3 +778,4 @@ M: x86 small-enough? ( n -- ? ) enable-sse3-simd ; enable-min/max +enable-fixnum-log2 \ No newline at end of file