cpu.x86: cleanup
parent
fc5fe2bd2a
commit
0d77efef29
|
@ -11,11 +11,10 @@ compiler.cfg.intrinsics
|
||||||
compiler.cfg.comparisons
|
compiler.cfg.comparisons
|
||||||
compiler.cfg.stack-frame
|
compiler.cfg.stack-frame
|
||||||
compiler.codegen.fixup ;
|
compiler.codegen.fixup ;
|
||||||
|
FROM: layouts => cell ;
|
||||||
FROM: math => float ;
|
FROM: math => float ;
|
||||||
IN: cpu.x86
|
IN: cpu.x86
|
||||||
|
|
||||||
<< enable-fixnum-log2 >>
|
|
||||||
|
|
||||||
! Add some methods to the assembler to be more useful to the backend
|
! Add some methods to the assembler to be more useful to the backend
|
||||||
M: label JMP 0 JMP rc-relative label-fixup ;
|
M: label JMP 0 JMP rc-relative label-fixup ;
|
||||||
M: label JUMPcc [ 0 ] dip JUMPcc 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-sse3-simd ;
|
||||||
|
|
||||||
enable-min/max
|
enable-min/max
|
||||||
|
enable-fixnum-log2
|
Loading…
Reference in New Issue