summaryrefslogtreecommitdiff
path: root/ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'ir.h')
-rw-r--r--ir.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ir.h b/ir.h
index 55a67733fe..df9a8c4174 100644
--- a/ir.h
+++ b/ir.h
@@ -449,6 +449,14 @@ enum ir_expression_operation {
ir_unop_floor,
/*@}*/
+ /**
+ * \name Trigonometric operations.
+ */
+ /*@{*/
+ ir_unop_sin,
+ ir_unop_cos,
+ /*@}*/
+
ir_binop_add,
ir_binop_sub,
ir_binop_mul,