mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-09 08:51:18 +08:00
f72e459c73
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
14 lines
215 B
JSON
14 lines
215 B
JSON
[
|
|
{
|
|
"description": "Test AVX512F errors",
|
|
"id": "avx512f",
|
|
"format": "bin",
|
|
"source": "avx512f.asm",
|
|
"option": "-O0 -DSRC",
|
|
"target": [
|
|
{ "stderr": "avx512f.stderr" }
|
|
],
|
|
"error": "expected"
|
|
}
|
|
]
|