mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
ba5a39a5c3
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
21 lines
363 B
JSON
21 lines
363 B
JSON
[
|
|
{
|
|
"description": "Test of floating-point formats (-Ox)",
|
|
"id": "floatexp",
|
|
"format": "bin",
|
|
"source": "floatexp.asm",
|
|
"option": "-Ox",
|
|
"target": [
|
|
{ "output": "floatexp-ox.bin" }
|
|
]
|
|
},
|
|
{
|
|
"description": "Test of floating-point formats (-O0)",
|
|
"ref": "floatexp",
|
|
"option": "-O0",
|
|
"target": [
|
|
{ "output": "floatexp-o0.bin" }
|
|
]
|
|
}
|
|
]
|