forked from LuaJIT/LuaJIT
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This problem affects all platforms. It was introduced by commit ccae333 (Load SIMD constants with IR_FLOAD from GG_State) The error is that lj_ir_ksimd is used to construct the constant in op2 of IR_NEG, but this function actually generates an IR_FLOAD of the constant instead. In doing so, it overwrites fins (ie J->fold.ins). The fix is to directly reference the required constant in simplify_nummuldiv_k.
- Loading branch information
Charles Baylis
committed
Sep 1, 2016
1 parent
263a49a
commit ba65697
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters