mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
travis: add avx2
Initial conversion by nasm64developer. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
62bae12eed
commit
b2fb88596e
3 changed files with 1619 additions and 0 deletions
1608
travis/test/avx2.asm
Normal file
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
BIN
travis/test/avx2.bin.t
Normal file
Binary file not shown.
11
travis/test/avx2.json
Normal file
11
travis/test/avx2.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[
|
||||
{
|
||||
"description": "Test AVX2 instructions (from gas testsuite)",
|
||||
"id": "avx2",
|
||||
"source": "avx2.asm",
|
||||
"option": "-DSRC -Ox",
|
||||
"target": [
|
||||
{ "output": "avx2.bin" }
|
||||
]
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue