0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00

travis: add ssesize

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov
2020-10-10 14:10:33 +03:00
parent d06a193750
commit 35b3e90741
3 changed files with 26 additions and 0 deletions

14
travis/test/ssesize.asm Normal file
View File

@@ -0,0 +1,14 @@
_start:
movd ecx,xmm0
movd [foo],xmm0
movd dword [foo],xmm0
movdqa xmm1,xmm0
movdqa [foo],xmm0
movdqa oword [foo],xmm0
cmppd xmm2,xmm3,8
cmppd xmm2,xmm3,byte 8
section .bss
foo: reso 1

12
travis/test/ssesize.json Normal file
View File

@@ -0,0 +1,12 @@
[
{
"description": "Test SSE sizes",
"id": "ssesize",
"format": "elf64",
"source": "ssesize.asm",
"option": "-Ox",
"target": [
{ "output": "ssesize.o" }
]
}
]

BIN
travis/test/ssesize.o.t Normal file

Binary file not shown.