diff options
Diffstat (limited to 'ir.h')
-rw-r--r-- | ir.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -225,6 +225,7 @@ enum ir_expression_operation { ir_unop_abs, ir_unop_rcp, ir_unop_rsq, + ir_unop_sqrt, ir_unop_exp, ir_unop_log, ir_unop_f2i, /**< Float-to-integer conversion. */ |