diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2020-10-15 23:02:45 +0300 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2020-10-15 23:02:45 +0300 |
commit | b3233c77fcfb71007ae18b71054da64a700c3b8c (patch) | |
tree | 6e5c8f8123f95c43112706ebe04e95d6e660660a | |
parent | 4431776fc003111e6bc4139d5d237d350bea372f (diff) | |
download | nasm-b3233c77fcfb71007ae18b71054da64a700c3b8c.tar.gz nasm-b3233c77fcfb71007ae18b71054da64a700c3b8c.tar.xz nasm-b3233c77fcfb71007ae18b71054da64a700c3b8c.zip |
travis: update avx
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r-- | travis/test/avx.asm | 2 | ||||
-rw-r--r-- | travis/test/avx.bin.t | bin | 159 -> 165 bytes |
2 files changed, 2 insertions, 0 deletions
diff --git a/travis/test/avx.asm b/travis/test/avx.asm index 158a11ae..ee8b2411 100644 --- a/travis/test/avx.asm +++ b/travis/test/avx.asm @@ -24,6 +24,8 @@ vpextrd eax,xmm1,0x33 ; vpextrq eax,xmm1,0x33 + pextrw rax,xmm0,0x33 + vcvtpd2ps xmm0,xmm1 vcvtpd2ps xmm0,oword [rsi] vcvtpd2ps xmm0,ymm1 diff --git a/travis/test/avx.bin.t b/travis/test/avx.bin.t Binary files differindex d24559b0..f83d36ef 100644 --- a/travis/test/avx.bin.t +++ b/travis/test/avx.bin.t |