summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_arit.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-03-11 16:26:12 -0700
committerBrian Paul <brianp@vmware.com>2010-03-11 16:26:12 -0700
commit0b3bb6318ed1be7a6257125d5657b2bc03a75251 (patch)
treeafe4506c0c902d3e1820b967e6313afc8888ccbe /src/gallium/auxiliary/gallivm/lp_bld_arit.h
parentc72a3b4f2ffe0673e753ad144d1b5557a42c670f (diff)
gallivm: added lp_build_sum_vector()
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 f14b01e05f..7a10fe1220 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_arit.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_arit.h
@@ -57,6 +57,10 @@ lp_build_add(struct lp_build_context *bld,
LLVMValueRef b);
LLVMValueRef
+lp_build_sum_vector(struct lp_build_context *bld,
+ LLVMValueRef a);
+
+LLVMValueRef
lp_build_sub(struct lp_build_context *bld,
LLVMValueRef a,
LLVMValueRef b);