From f9ca812cf8af831fd77bb0129827de145f11eca2 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 26 May 2008 22:52:57 -0700 Subject: [PATCH] avx.bin: clean up screwy whitespace --- test/avx.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/avx.asm b/test/avx.asm index 14cf9400..a57c2ae4 100644 --- a/test/avx.asm +++ b/test/avx.asm @@ -9,7 +9,7 @@ vcvtsi2sd xmm9,xmm10,ecx vcvtsi2sd xmm9,xmm10,rcx vcvtsi2sd xmm9,xmm10,dword [rdi] - vcvtsi2sd xmm9,xmm10,qword [rdi] + vcvtsi2sd xmm9,xmm10,qword [rdi] vpermil2ps xmm0,xmm1,[rdi],xmm3,0 vpermil2ps xmm0,xmm1,xmm2,[rdi],1 @@ -48,4 +48,3 @@ vcvttpd2dq xmm0,ymm1 vcvttpd2dq xmm0,yword [rsi] ; vcvttpd2dq xmm0,[rsi] - \ No newline at end of file -- 2.11.4.GIT