radeonsi: convert to 64-bitness checks instead of doubles.
[mesa.git] / src / gallium / drivers / radeon / radeon_llvm.h
index 3e11b36b1fddb68c19b3834153bd2665b0afe0fe..ec16def204da2f7a681cc4086461eb65b9a02635 100644 (file)
@@ -171,9 +171,10 @@ build_tgsi_intrinsic_nomem(
                struct lp_build_emit_data * emit_data);
 
 LLVMValueRef
-radeon_llvm_emit_fetch_double(struct lp_build_tgsi_context *bld_base,
-                             LLVMValueRef ptr,
-                             LLVMValueRef ptr2);
+radeon_llvm_emit_fetch_64bit(struct lp_build_tgsi_context *bld_base,
+                            enum tgsi_opcode_type type,
+                            LLVMValueRef ptr,
+                            LLVMValueRef ptr2);
 
 LLVMValueRef radeon_llvm_saturate(struct lp_build_tgsi_context *bld_base,
                                   LLVMValueRef value);