-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] math.dylib extension compiled for ARM64 #40
Comments
I haven't figured an automated way to build macos arm64 extensions, so I built them manually for now: https://github.com/nalgeon/sqlean/releases/tag/0.15.2 Or you can just use SQLite 3.35+ |
Unfortunately, there are still a few math functions missing in the tool I use: xerial/sqlite-jdbc#633 I needed log2(X) and power(X,Y). Your extension works with charm! Many thanks! |
Sure! |
you should be able to build universal modules with xcode: https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary |
Any chance to get the math.dylib extension work on Macs with Apple Silicon chip?
The text was updated successfully, but these errors were encountered: