From: Marek Olšák Date: Thu, 3 Sep 2020 10:18:18 +0000 (-0400) Subject: ac/llvm: remove stub prototype for fmed3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b1e06e0bb5ccdd13917712eae5fb10da0bc7407;p=mesa.git ac/llvm: remove stub prototype for fmed3 Reviewed-by: Bas Nieuwenhuizen Part-of: --- diff --git a/src/amd/llvm/ac_llvm_build.h b/src/amd/llvm/ac_llvm_build.h index 1d54b9a1da9..764b0565a66 100644 --- a/src/amd/llvm/ac_llvm_build.h +++ b/src/amd/llvm/ac_llvm_build.h @@ -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);