ac/llvm: remove stub prototype for fmed3
[mesa.git] / src / amd / llvm / ac_llvm_build.h
index 1d54b9a1da963cbfdcd5c754694db30257aeed45..764b0565a66cd85d9d44577363f7eca5fc95559f 100644 (file)
@@ -598,10 +598,6 @@ void ac_build_waitcnt(struct ac_llvm_context *ctx, unsigned wait_flags);
 LLVMValueRef ac_build_fract(struct ac_llvm_context *ctx, LLVMValueRef src0,
                           unsigned bitsize);
 
-LLVMValueRef ac_build_fmed3(struct ac_llvm_context *ctx, LLVMValueRef src0,
-                           LLVMValueRef src1, LLVMValueRef src2,
-                           unsigned bitsize);
-
 LLVMValueRef ac_build_isign(struct ac_llvm_context *ctx, LLVMValueRef src0,
                            unsigned bitsize);