summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_arit.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-03-04 08:36:26 -0700
committerBrian Paul <brianp@vmware.com>2010-03-04 10:53:26 -0700
commit7d230dae70e8caa67cc6bd7501f892d44c40a5d4 (patch)
tree0c216c9c966fd28f09be5f2cf59cc5bd2c361c20 /src/gallium/auxiliary/gallivm/lp_bld_arit.h
parent38110fd1c3a6c57d1ff089d546a3456ca1a78da8 (diff)
gallivm: added lp_build_negate()
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_arit.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_arit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_arit.h b/src/gallium/auxiliary/gallivm/lp_bld_arit.h
index da84b7ca02..2d19ec06b4 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_arit.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_arit.h
@@ -117,6 +117,10 @@ lp_build_abs(struct lp_build_context *bld,
LLVMValueRef a);
LLVMValueRef
+lp_build_negate(struct lp_build_context *bld,
+ LLVMValueRef a);
+
+LLVMValueRef
lp_build_sgn(struct lp_build_context *bld,
LLVMValueRef a);