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

13 lines
199 B
JSON

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