You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
blst library has implemented a runtime switch to ADX with the portable feature since 0.3.11. We want to build our binaries in the CI with this feature to avoid having some users forced to compile the binaries on their machine when their CPU is not compatible with ADX.
What
Compile pre-built binaries in CI with portable feature. If possible, we can get rid of the portable feature.
How
Compile pre-built binaires with portable feature
Activate portable as default in our crates
Get rid of portable feature if possible and simplify CI workflow
Remove mention to manual build in documentation SPO guide (see PR)
The text was updated successfully, but these errors were encountered:
Why
blst
library has implemented a runtime switch toADX
with theportable
feature since0.3.11
. We want to build our binaries in the CI with this feature to avoid having some users forced to compile the binaries on their machine when their CPU is not compatible withADX
.What
Compile pre-built binaries in CI with
portable
feature. If possible, we can get rid of theportable
feature.How
portable
featureportable
as default in our cratesportable
feature if possible and simplify CI workflowThe text was updated successfully, but these errors were encountered: