Y
Hacker News
new
|
ask
|
show
|
jobs
by
shawn_w
536 days ago
It's the Intel intrinsic `_mm256_set1_epi32()` except with an amusing name. Got to give Rust the win here.
1 comments
skrebbel
536 days ago
wow yeah, i way prefer Rust's notation there! but i assume you could make a similar zero-cost abstraction with some mildly crazy C++ template programming.
link