Closed kevinbentley closed 9 months ago
Fantastic ! I'll look at it and merge it as soon as I can find time. Many thanks !
Awesome ! Thank you very much. This will be included in v1.8.8
Argh, breaks compilation on different platforms, will revert back previous implementation and re-schedule it for v1.8.9....
Now looking carefully, trying to fix it. Will keep you updated.
Hi, I have done a couple of fixes (repo is up to date), now all the non-regression tests pass for all my platform. Would you test it ?
Yes, I'll get back to you ASAP.
Added support for aarch64 architectures. To do so required refactoring the uses of atomics.
This replaces the architecture specific atomics and spinlocks to use std::atomics. It passes all of the same tests that pass on the main branch. I have done basic performance comparisons using the tests and they are nearly identical on x64 and mac. I haven't compared android or arm32.