Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
the__alchemist
2 hours ago
|
parent
|
context
|
favorite
| on:
The state of SIMD in Rust in 2026
I am using my own lib, `lin_alg`, which apes core_simd for floating point values, and extends the concept to vectors and quaternions. I will eventually replace the floating point portions with core::simd upon its arrival in stable Rust.
Downside: It's currently x86 only.
help
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Downside: It's currently x86 only.