aboutsummaryrefslogtreecommitdiff
path: root/src/lj_ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_ir.h')
-rw-r--r--src/lj_ir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_ir.h b/src/lj_ir.h
index 60e335c2..1a9a89a3 100644
--- a/src/lj_ir.h
+++ b/src/lj_ir.h
@@ -177,7 +177,7 @@ LJ_STATIC_ASSERT((int)IR_XLOAD + IRDELTA_L2S == (int)IR_XSTORE);
177/* FPMATH sub-functions. ORDER FPM. */ 177/* FPMATH sub-functions. ORDER FPM. */
178#define IRFPMDEF(_) \ 178#define IRFPMDEF(_) \
179 _(FLOOR) _(CEIL) _(TRUNC) /* Must be first and in this order. */ \ 179 _(FLOOR) _(CEIL) _(TRUNC) /* Must be first and in this order. */ \
180 _(SQRT) _(EXP2) _(LOG) _(LOG2) \ 180 _(SQRT) _(LOG) _(LOG2) \
181 _(OTHER) 181 _(OTHER)
182 182
183typedef enum { 183typedef enum {