mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 04:50:11 +01:00
gallivm: use LLVM opaque pointers in lp_bld_arit.c
Acked-by: Marek Olšák <marek.olsak@amd.com> Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15893>
This commit is contained in:
parent
d53fe793c3
commit
1e1ebbe6df
1 changed files with 1 additions and 1 deletions
|
|
@ -3757,7 +3757,7 @@ lp_build_fpstate_set_denorms_zero(struct gallivm_state *gallivm,
|
|||
LLVMBuilderRef builder = gallivm->builder;
|
||||
LLVMValueRef mxcsr_ptr = lp_build_fpstate_get(gallivm);
|
||||
LLVMValueRef mxcsr =
|
||||
LLVMBuildLoad(builder, mxcsr_ptr, "mxcsr");
|
||||
LLVMBuildLoad2(builder, LLVMInt32TypeInContext(gallivm->context), mxcsr_ptr, "mxcsr");
|
||||
|
||||
if (util_get_cpu_caps()->has_daz) {
|
||||
/* Enable denormals are zero mode */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue