WebAssembly / simd

Branch of the spec repo scoped to discussion of SIMD in WebAssembly
Other
527 stars 43 forks source link

Improve simd_i64x2_cmp.wast #501

Closed abrown closed 3 years ago

abrown commented 3 years ago

Fixes #487 by flipping the operands of the ge_s and le_s tests. This change makes immediately clear when an x86 implementation incorrectly uses the XMM registers; without these tests, running the SIMD suite could pass with an incorrect implementation.

abrown commented 3 years ago

cc: @ngzhian

ngzhian commented 3 years ago

LGTM, thanks!