travis: add avx2

Initial conversion by nasm64developer.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2020-08-24 16:23:53 +03:00
parent 62bae12eed
commit b2fb88596e
3 changed files with 1619 additions and 0 deletions

1608
travis/test/avx2.asm Normal file

File diff suppressed because it is too large Load diff

BIN
travis/test/avx2.bin.t Normal file

Binary file not shown.

11
travis/test/avx2.json Normal file
View file

@ -0,0 +1,11 @@
[
{
"description": "Test AVX2 instructions (from gas testsuite)",
"id": "avx2",
"source": "avx2.asm",
"option": "-DSRC -Ox",
"target": [
{ "output": "avx2.bin" }
]
}
]