@@ -144,6 +144,8 @@ MACRO_SIMD_EXTEND_WMS(Simd128_ShRtByScalar_I2, Int64x2_2Int1, None, None, 0)
144
144
MACRO_SIMD_EXTEND_WMS (Simd128_ShRtByScalar_U2 , Int64x2_2Int1 , None , None , 0 )
145
145
MACRO_SIMD_EXTEND_WMS (Simd128_AnyTrue_B2 , Int1Bool64x2_1 , None , None , 0 )
146
146
MACRO_SIMD_EXTEND_WMS (Simd128_AllTrue_B2 , Int1Bool64x2_1 , None , None , 0 )
147
+ MACRO_SIMD_EXTEND_WMS (Simd128_FromFloat64x2_I2 , Int64x2_2 , None , None , 0 )
148
+ MACRO_SIMD_EXTEND_WMS (Simd128_FromFloat64x2_U2 , Int64x2_2 , None , None , 0 )
147
149
148
150
// Float64x2
149
151
MACRO_SIMD_EXTEND_WMS (Simd128_Splat_D2 , Float64x2_1Double1 , None , None , 0 )
@@ -164,6 +166,8 @@ MACRO_SIMD_EXTEND_WMS(Simd128_Sub_D2, Float64x2_3, None, None, 0)
164
166
MACRO_SIMD_EXTEND_WMS (Simd128_Mul_D2 , Float64x2_3 , None , None , 0 )
165
167
MACRO_SIMD_EXTEND_WMS (Simd128_Div_D2 , Float64x2_3 , None , None , 0 )
166
168
MACRO_SIMD_EXTEND_WMS (Simd128_Sqrt_D2 , Float64x2_2 , None , None , 0 )
169
+ MACRO_SIMD_EXTEND_WMS (Simd128_FromInt64x2_D2 , Int64x2_2 , None , None , 0 ) //Int64x2_2 is intentional
170
+ MACRO_SIMD_EXTEND_WMS (Simd128_FromUint64x2_D2 , Int64x2_2 , None , None , 0 )
167
171
// Float64x2
168
172
#if 0 //Disabling this type until the specification decides to include or not.
169
173
MACRO_SIMD_EXTEND_WMS (Simd128_DoublesToD2 , Float64x2_1Double2 , None , None , 0 )
0 commit comments