File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -426,13 +426,13 @@ The following table highlights the availability and expected performance of diff
426
426
* - _mm_add_sd
427
427
- ⚠️ emulated with a shuffle
428
428
* - _mm_adds_epi16
429
- - ✅ wasm_i16x8_add_saturate
429
+ - ✅ wasm_i16x8_add_sat
430
430
* - _mm_adds_epi8
431
- - ✅ wasm_i8x16_add_saturate
431
+ - ✅ wasm_i8x16_add_sat
432
432
* - _mm_adds_epu16
433
- - ✅ wasm_u16x8_add_saturate
433
+ - ✅ wasm_u16x8_add_sat
434
434
* - _mm_adds_epu8
435
- - ✅ wasm_u8x16_add_saturate
435
+ - ✅ wasm_u8x16_add_sat
436
436
* - _mm_and_pd
437
437
- 🟡 wasm_v128_and. VM must guess type.
438
438
* - _mm_and_si128
@@ -804,13 +804,13 @@ The following table highlights the availability and expected performance of diff
804
804
* - _mm_sub_sd
805
805
- ⚠️ emulated with a shuffle
806
806
* - _mm_subs_epi16
807
- - ✅ wasm_i16x8_sub_saturate
807
+ - ✅ wasm_i16x8_sub_sat
808
808
* - _mm_subs_epi8
809
- - ✅ wasm_i8x16_sub_saturate
809
+ - ✅ wasm_i8x16_sub_sat
810
810
* - _mm_subs_epu16
811
- - ✅ wasm_u16x8_sub_saturate
811
+ - ✅ wasm_u16x8_sub_sat
812
812
* - _mm_subs_epu8
813
- - ✅ wasm_u8x16_sub_saturate
813
+ - ✅ wasm_u8x16_sub_sat
814
814
* - _mm_ucomieq_sd
815
815
- ❌ scalarized
816
816
* - _mm_ucomige_sd
You can’t perform that action at this time.
0 commit comments