avx_intrinsics test not working on 16k pagesize system
requires more tweaking in the elfloader.
Same issue here, M1 air
Yes, I know. I reproduce also on my M1. It's an issue with the 4k pagesize simlation, that is not precise enough (especialy with munmap).
@ptitSeb is it just the test that is failing (so disabling the test would not break functionality) or is it not compiling correctly which causes the test to fail (in which case disabling the test would break functionality)?
@ptitSeb is it just the test that is failing (so disabling the test would not break functionality) or is it not compiling correctly which causes the test to fail (in which case disabling the test would break functionality)?
It's not a compilation issue. It's box64 4k pagesize simulation that is too limited. It fails in some tests, like it could fail in some other real program. Note that it fail at the unload of the test.
I know what I should do to fix the issue, but I need to implement the workaround (a better 4k pagesize handling), and I'm unsure when I'll work on that.