radeon/llvm: Adapt to AMDGPU.rsq intrinsic change in LLVM 3.5
Reviewed-by: Tom Stellard <thomas.stellard@amd.com> Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
committed by
Tom Stellard
parent
949beb0b84
commit
93b6b1fa83
@@ -1384,7 +1384,11 @@ void radeon_llvm_context_init(struct radeon_llvm_context * ctx)
|
||||
bld_base->op_actions[TGSI_OPCODE_UCMP].emit = emit_ucmp;
|
||||
|
||||
bld_base->rsq_action.emit = build_tgsi_intrinsic_nomem;
|
||||
#if HAVE_LLVM >= 0x0305
|
||||
bld_base->rsq_action.intr_name = "llvm.AMDGPU.rsq.";
|
||||
#else
|
||||
bld_base->rsq_action.intr_name = "llvm.AMDGPU.rsq";
|
||||
#endif
|
||||
}
|
||||
|
||||
void radeon_llvm_create_func(struct radeon_llvm_context * ctx,
|
||||
|
||||
Reference in New Issue
Block a user