nasm/travis/test/avx512er.json
Cyrill Gorcunov f1b71f6d70 test: nasm-t -- Add avx512err instructions
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-11-11 21:43:45 +03:00

13 lines
199 B
JSON

[
{
"description": "Test AVX512ER instructions",
"id": "avx512er",
"format": "bin",
"source": "avx512er.asm",
"option": "-O0 -DSRC",
"target": [
{ "output": "avx512er.bin" }
]
}
]