@@ -156,8 +156,6 @@ let Features = "sse", Attributes = [NoThrow, Const, RequiredVectorWidth<128>] in
156156 def rcpss : X86Builtin<" _Vector<4, float>(_Vector<4, float>)" >;
157157 def rsqrtps : X86Builtin<" _Vector<4, float>(_Vector<4, float>)" >;
158158 def rsqrtss : X86Builtin<" _Vector<4, float>(_Vector<4, float>)" >;
159- def sqrtps : X86Builtin<" _Vector<4, float>(_Vector<4, float>)" >;
160- def sqrtss : X86Builtin<" _Vector<4, float>(_Vector<4, float>)" >;
161159}
162160
163161let Features = " sse2" , Attributes = [NoThrow, RequiredVectorWidth<128 >] in {
@@ -170,8 +168,6 @@ let Features = "sse2", Attributes = [NoThrow] in {
170168
171169let Features = " sse2" , Attributes = [NoThrow, Const, RequiredVectorWidth<128 >] in {
172170 def psadbw128 : X86Builtin<" _Vector<2, long long int>(_Vector<16, char>, _Vector<16, char>)" >;
173- def sqrtpd : X86Builtin<" _Vector<2, double>(_Vector<2, double>)" >;
174- def sqrtsd : X86Builtin<" _Vector<2, double>(_Vector<2, double>)" >;
175171 def cvtpd2dq : X86Builtin<" _Vector<2, long long int>(_Vector<2, double>)" >;
176172 def cvtpd2ps : X86Builtin<" _Vector<4, float>(_Vector<2, double>)" >;
177173 def cvttpd2dq : X86Builtin<" _Vector<4, int>(_Vector<2, double>)" >;
@@ -513,8 +509,6 @@ let Features = "avx", Attributes = [NoThrow, Const, Constexpr, RequiredVectorWid
513509}
514510
515511let Features = " avx" , Attributes = [NoThrow, Const, RequiredVectorWidth<256 >] in {
516- def sqrtpd256 : X86Builtin<" _Vector<4, double>(_Vector<4, double>)" >;
517- def sqrtps256 : X86Builtin<" _Vector<8, float>(_Vector<8, float>)" >;
518512 def rsqrtps256 : X86Builtin<" _Vector<8, float>(_Vector<8, float>)" >;
519513 def rcpps256 : X86Builtin<" _Vector<8, float>(_Vector<8, float>)" >;
520514 def roundpd256 : X86Builtin<" _Vector<4, double>(_Vector<4, double>, _Constant int)" >;
@@ -3539,14 +3533,6 @@ let Features = "avx512fp16", Attributes = [NoThrow, Const, RequiredVectorWidth<1
35393533 def reducesh_mask : X86Builtin<" _Vector<8, _Float16>(_Vector<8, _Float16>, _Vector<8, _Float16>, _Vector<8, _Float16>, unsigned char, _Constant int, _Constant int)" >;
35403534}
35413535
3542- let Features = " avx512fp16,avx512vl" , Attributes = [NoThrow, Const, RequiredVectorWidth<128 >] in {
3543- def sqrtph : X86Builtin<" _Vector<8, _Float16>(_Vector<8, _Float16>)" >;
3544- }
3545-
3546- let Features = " avx512fp16,avx512vl" , Attributes = [NoThrow, Const, RequiredVectorWidth<256 >] in {
3547- def sqrtph256 : X86Builtin<" _Vector<16, _Float16>(_Vector<16, _Float16>)" >;
3548- }
3549-
35503536let Features = " avx512fp16" , Attributes = [NoThrow, Const, RequiredVectorWidth<512 >] in {
35513537 def sqrtph512 : X86Builtin<" _Vector<32, _Float16>(_Vector<32, _Float16>, _Constant int)" >;
35523538}
@@ -5065,15 +5051,3 @@ let Features = "avx10.2", Attributes = [NoThrow, Const, RequiredVectorWidth<256>
50655051let Features = " avx10.2" , Attributes = [NoThrow, Const, RequiredVectorWidth<512 >] in {
50665052 def vgetmantbf16512_mask : X86Builtin<" _Vector<32, __bf16>(_Vector<32, __bf16>, _Constant int, _Vector<32, __bf16>, unsigned int)" >;
50675053}
5068-
5069- let Features = " avx10.2" , Attributes = [NoThrow, Const, RequiredVectorWidth<128 >] in {
5070- def vsqrtbf16 : X86Builtin<" _Vector<8, __bf16>(_Vector<8, __bf16>)" >;
5071- }
5072-
5073- let Features = " avx10.2" , Attributes = [NoThrow, Const, RequiredVectorWidth<256 >] in {
5074- def vsqrtbf16256 : X86Builtin<" _Vector<16, __bf16>(_Vector<16, __bf16>)" >;
5075- }
5076-
5077- let Features = " avx10.2" , Attributes = [NoThrow, Const, RequiredVectorWidth<512 >] in {
5078- def vsqrtbf16512 : X86Builtin<" _Vector<32, __bf16>(_Vector<32, __bf16>)" >;
5079- }
0 commit comments