mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-09 08:51:18 +08:00
23c180ea2c
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
19 lines
309 B
JSON
19 lines
309 B
JSON
[
|
|
{
|
|
"description": "Test of floating-point (-Ox)",
|
|
"id": "floatize",
|
|
"format": "bin",
|
|
"source": "floatize.asm",
|
|
"option": "-Ox",
|
|
"target": [
|
|
{ "output": "floatize.bin" }
|
|
]
|
|
},
|
|
{
|
|
"description": "Test of floating-point (-O0)",
|
|
"ref": "floatize",
|
|
"option": "-O0",
|
|
"update": false
|
|
}
|
|
]
|