diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2018-11-04 13:40:44 +0300 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2018-11-11 21:43:45 +0300 |
commit | f1b71f6d70412663a6a091f6e9c691e064dcf500 (patch) | |
tree | cac85c19a272e60fdb5c69194228a24d1bdeb393 /travis/test/avx512er.json | |
parent | 7bd36bcf74c7d21a1b0891822534d2b7fed89754 (diff) | |
download | nasm-f1b71f6d70412663a6a091f6e9c691e064dcf500.tar.gz nasm-f1b71f6d70412663a6a091f6e9c691e064dcf500.tar.xz nasm-f1b71f6d70412663a6a091f6e9c691e064dcf500.zip |
test: nasm-t -- Add avx512err instructions
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'travis/test/avx512er.json')
-rw-r--r-- | travis/test/avx512er.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/travis/test/avx512er.json b/travis/test/avx512er.json new file mode 100644 index 00000000..010730e5 --- /dev/null +++ b/travis/test/avx512er.json @@ -0,0 +1,12 @@ +[ + { + "description": "Test AVX512ER instructions", + "id": "avx512er", + "format": "bin", + "source": "avx512er.asm", + "option": "-O0 -DSRC", + "target": [ + { "output": "avx512er.bin" } + ] + } +] |