-
Notifications
You must be signed in to change notification settings - Fork 35
Support runtime bindings build from public source only #225
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
base: rfsaliev/cpp-runtime-binding
Are you sure you want to change the base?
Support runtime bindings build from public source only #225
Conversation
…allow non-LTO linking
|
I'm not a fan of the conditionals in the API. We already have a runtime check if a storage kind is supported. That is, requesting e.g. LVQ_4x4 on non-Intel will throw a runtime error. We can do the same if LVQ/LeanVec wasn't even compiled in. All interfaces, however, should look the same. |
ahuber21
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The API should not be affected by whether or not LVQ/LeanVec was enabled.
9df4e53 to
ee0168d
Compare
No description provided.