diff options
Diffstat (limited to 'travis/test/avx512pf.json')
-rw-r--r-- | travis/test/avx512pf.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/travis/test/avx512pf.json b/travis/test/avx512pf.json new file mode 100644 index 00000000..66816a96 --- /dev/null +++ b/travis/test/avx512pf.json @@ -0,0 +1,12 @@ +[ + { + "description": "Test AVX512PF instructions", + "id": "avx512pf", + "format": "bin", + "source": "avx512pf.asm", + "option": "-O0 -DSRC", + "target": [ + { "output": "avx512pf.bin" } + ] + } +] |