gallium/swr: Fix vcvtph2ps llvm intrinsic compile error
[mesa.git] / src / gallium / drivers / swr / rasterizer / codegen / gen_llvm_ir_macros.py
index 656a7fa3cd36c48e32dfd7c478b384eccc845fa8..b35a2a4ae248f347e2022c58b34234afffe679ed 100644 (file)
@@ -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'],