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

13 lines
199 B
JSON

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