mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
ac/llvm: remove stub prototype for fmed3
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6284>
This commit is contained in:
parent
f85294207f
commit
84500eebd7
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue