From 21ab4c9f31674b113c24177398ed39f29b7cd8e6 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 11 Dec 2016 08:40:05 +0000 Subject: Import Mesa 13.0.2 --- lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.h') diff --git a/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.h b/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.h index 8c35a0418..34ce00ee0 100644 --- a/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.h +++ b/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.h @@ -48,6 +48,12 @@ lp_build_uadd_overflow(struct gallivm_state *gallivm, LLVMValueRef b, LLVMValueRef *ofbit); +LLVMValueRef +lp_build_usub_overflow(struct gallivm_state *gallivm, + LLVMValueRef a, + LLVMValueRef b, + LLVMValueRef *ofbit); + LLVMValueRef lp_build_umul_overflow(struct gallivm_state *gallivm, LLVMValueRef a, -- cgit v1.2.3