top | item 46714746

(no title)

nice_byte | 1 month ago

it's hard to believe that using simd extensions in rust is still as much of a chaotic clusterfudge as it was the first time I looked into it. no support in standard library? 3 different crates? might as well write inline assembly...

discuss

order

steveklabnik|1 month ago

The standard library offers intrinsics but not a portable high level API just yet.