v0.97
- Bring back the old assembly version of
longjmp()
andsetjmp()
for AArch64. Clang doesn't support it natively. - Unbreak the unit tests on ARMv6 and ARMv7. Call
setjmp()
in a standards compliant way.
longjmp()
and setjmp()
for AArch64. Clang doesn't support it natively.setjmp()
in a standards compliant way.