Nugine / simd

SIMD-accelerated operations
MIT License
200 stars 9 forks source link

Inlining failure for arm neon #10

Closed Nugine closed 1 year ago

Nugine commented 2 years ago

Related:

Nugine commented 2 years ago

Workaround: Build with compile-time target feature

export RUSTFLAGS='-C target-feature=+neon'
Nugine commented 1 year ago

Tracked in #15