2010-08-13 02:22:09 -04:00
|
|
|
USING: math.floats.env math.floats.env.x86 tools.test
|
2010-08-14 01:19:54 -04:00
|
|
|
classes.struct cpu.x86.assembler cpu.x86.assembler.operands
|
2010-08-28 13:01:09 -04:00
|
|
|
compiler.test math kernel sequences alien alien.c-types
|
|
|
|
continuations ;
|
2010-08-13 02:22:09 -04:00
|
|
|
IN: math.floats.env.x86.tests
|
|
|
|
|
|
|
|
[ t ] [
|
2010-08-14 01:19:54 -04:00
|
|
|
[ [
|
|
|
|
void { } cdecl [
|
|
|
|
9 [ FLDZ ] times
|
2010-08-28 13:01:09 -04:00
|
|
|
9 [ ST0 FSTP ] times
|
2010-08-14 01:19:54 -04:00
|
|
|
] alien-assembly
|
|
|
|
] compile-call ] collect-fp-exceptions
|
2010-08-13 02:22:09 -04:00
|
|
|
+fp-x87-stack-fault+ swap member?
|
|
|
|
] unit-test
|