summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_arit.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-03-04 09:45:34 -0700
committerBrian Paul <brianp@vmware.com>2010-03-04 10:53:26 -0700
commit6464d81e779e8c05ef96c9e5dab4422ff1f25464 (patch)
tree8df16f6ade2f0e5ba27ba3d0b88012976fe08ee9 /src/gallium/auxiliary/gallivm/lp_bld_arit.h
parent7d230dae70e8caa67cc6bd7501f892d44c40a5d4 (diff)
gallivm: added lp_build_set_sign()
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 2d19ec06b4..866349d8cb 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_arit.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_arit.h
@@ -125,6 +125,10 @@ lp_build_sgn(struct lp_build_context *bld,
LLVMValueRef a);
LLVMValueRef
+lp_build_set_sign(struct lp_build_context *bld,
+ LLVMValueRef a, LLVMValueRef sign);
+
+LLVMValueRef
lp_build_int_to_float(struct lp_build_context *bld,
LLVMValueRef a);