sylveon / member_thunk

Dynamically creates executable code to allow C callbacks to call C++ member functions without the need for a user data parameter
MIT License
13 stars 2 forks source link

ARM support #5

Closed sylveon closed 4 years ago

sylveon commented 4 years ago

https://docs.microsoft.com/en-us/cpp/build/overview-of-arm-abi-conventions

sylveon commented 4 years ago

Abandoning due to the lack of modern ARM devices and Windows builds, as well as increased complexity compared to ARM64.