Skip to content

Commit 2301b08

Browse files
authored
Fix "or" -> "xor" in simd128.rst (#20427)
Fixes #20397.
1 parent d58fb7e commit 2301b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/source/docs/porting/simd.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -848,9 +848,9 @@ The following table highlights the availability and expected performance of diff
848848
* - _mm_unpacklo_pd
849849
- 💡 emulated with a shuffle
850850
* - _mm_xor_pd
851-
- 🟡 wasm_v128_or. VM must guess type.
851+
- 🟡 wasm_v128_xor. VM must guess type.
852852
* - _mm_xor_si128
853-
- 🟡 wasm_v128_or. VM must guess type.
853+
- 🟡 wasm_v128_xor. VM must guess type.
854854

855855
⚫ The following extensions that SSE2 instruction set brought to 64-bit wide MMX registers are not available:
856856
- _mm_add_si64, _mm_movepi64_pi64, _mm_movpi64_epi64, _mm_mul_su32, _mm_sub_si64, _mm_cvtpd_pi32, _mm_cvtpi32_pd, _mm_cvttpd_pi32

0 commit comments

Comments
 (0)