cpu.x86: cleanup

db4
Slava Pestov 2009-09-20 04:17:34 -05:00
parent f8a91438cd
commit 29c4512066
1 changed files with 2 additions and 2 deletions

View File

@ -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