diff options
Diffstat (limited to 'test/floatexp.asm')
-rw-r--r-- | test/floatexp.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/floatexp.asm b/test/floatexp.asm index b3d14f76..5ef185fb 100644 --- a/test/floatexp.asm +++ b/test/floatexp.asm @@ -1,3 +1,6 @@ +;Testname=unoptimized; Arguments=-O0 -fbin -ofloatexp.bin; Files=.stdout .stderr floatexp.bin +;Testname=optimized; Arguments=-Ox -fbin -ofloatexp.bin; Files=.stdout .stderr floatexp.bin + bits 64 ; ; Test of floating-point formats |