Skip to content

Commit

Permalink
Fix CI for macos-latest
Browse files Browse the repository at this point in the history
Add a non-inlineable function for negating a number on macos, bacause
due to a compiler bug `r = -r` was being optimized out, resulting in some
modulo operations failing such as `-1 % -1` or `-1 % 1`.

JerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu
  • Loading branch information
matetokodi committed May 16, 2024
1 parent 47bd5d4 commit 616da88
Show file tree
Hide file tree
Showing 4 changed files with 352 additions and 335 deletions.
Loading

0 comments on commit 616da88

Please sign in to comment.