================
@@ -3403,6 +3401,13 @@ let Features = "avx512fp16", Attributes = [NoThrow,
Const, Constexpr, RequiredVe
def minph512 : X86Builtin<"_Vector<32, _Float16>(_Vector<32, _Float16>,
_Vector<32, _Float16>, _Constant int)">;
}
+let Features = "avx512fp16", Attributes = [NoThrow, Const, Constexpr,
RequiredVectorWidth<128>] in {
+ def maxsh : X86Builtin<"_Vector<8, _Float16>(_Vector<8, _Float16>,
_Vector<8, _Float16>)">;
+ def minsh : X86Builtin<"_Vector<8, _Float16>(_Vector<8, _Float16>,
_Vector<8, _Float16>)">;
----------------
RKSimon wrote:
do maxsh/minsh exist?
https://github.com/llvm/llvm-project/pull/178029
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits