X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fswr%2Frasterizer%2Fcodegen%2Fgen_llvm_ir_macros.py;h=b35a2a4ae248f347e2022c58b34234afffe679ed;hb=ad66b25415745383aa9380975f16967bfb1022a8;hp=656a7fa3cd36c48e32dfd7c478b384eccc845fa8;hpb=33b255e107b470b8d2ea5bd96d82c613244aaf47;p=mesa.git diff --git a/src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_ir_macros.py b/src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_ir_macros.py index 656a7fa3cd3..b35a2a4ae24 100644 --- a/src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_ir_macros.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_ir_macros.py @@ -53,7 +53,6 @@ intrinsics = [ ['VPERMD', ['a', 'idx'], 'a'], ['VPERMPS', ['idx', 'a'], 'a'], ['VCVTPD2PS', ['a'], 'VectorType::get(mFP32Ty, a->getType()->getVectorNumElements())'], - ['VCVTPH2PS', ['a'], 'VectorType::get(mFP32Ty, a->getType()->getVectorNumElements())'], ['VCVTPS2PH', ['a', 'round'], 'mSimdInt16Ty'], ['VHSUBPS', ['a', 'b'], 'a'], ['VPTESTC', ['a', 'b'], 'mInt32Ty'],