Skip to content

Commit

Permalink
Fix test expectations (#7040)
Browse files Browse the repository at this point in the history
[automatically-tag-and-release-this-commit]
  • Loading branch information
alexcrichton authored Sep 14, 2023
1 parent bfbee89 commit 38524ca
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ block0(v0: i64x2):
; pshufd $237, %xmm2, %xmm4
; movdqa %xmm0, %xmm6
; psrad %xmm6, $22, %xmm6
; pshufd $233, %xmm6, %xmm0
; pshufd $237, %xmm6, %xmm0
; punpckldq %xmm0, %xmm4, %xmm0
; movq %rbp, %rsp
; popq %rbp
Expand All @@ -843,7 +843,7 @@ block0(v0: i64x2):
; pshufd $0xed, %xmm2, %xmm4
; movdqa %xmm0, %xmm6
; psrad $0x16, %xmm6
; pshufd $0xe9, %xmm6, %xmm0
; pshufd $0xed, %xmm6, %xmm0
; punpckldq %xmm4, %xmm0
; movq %rbp, %rsp
; popq %rbp
Expand All @@ -865,7 +865,7 @@ block0(v0: i64x2):
; pshufd $237, %xmm2, %xmm4
; movdqa %xmm0, %xmm6
; psrad %xmm6, $4, %xmm6
; pshufd $233, %xmm6, %xmm0
; pshufd $237, %xmm6, %xmm0
; punpckldq %xmm0, %xmm4, %xmm0
; movq %rbp, %rsp
; popq %rbp
Expand All @@ -881,7 +881,7 @@ block0(v0: i64x2):
; pshufd $0xed, %xmm2, %xmm4
; movdqa %xmm0, %xmm6
; psrad $4, %xmm6
; pshufd $0xe9, %xmm6, %xmm0
; pshufd $0xed, %xmm6, %xmm0
; punpckldq %xmm4, %xmm0
; movq %rbp, %rsp
; popq %rbp
Expand Down

0 comments on commit 38524ca

Please sign in to comment.