Remove pow() splitting and cleanup backends.
This commit is contained in:
@@ -177,7 +177,7 @@ LJ_STATIC_ASSERT((int)IR_XLOAD + IRDELTA_L2S == (int)IR_XSTORE);
|
||||
/* FPMATH sub-functions. ORDER FPM. */
|
||||
#define IRFPMDEF(_) \
|
||||
_(FLOOR) _(CEIL) _(TRUNC) /* Must be first and in this order. */ \
|
||||
_(SQRT) _(EXP2) _(LOG) _(LOG2) \
|
||||
_(SQRT) _(LOG) _(LOG2) \
|
||||
_(OTHER)
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user