| ▲ | ____tom____ 13 hours ago | |||||||||||||||||||||||||
I'm not a rust programmer. Can't you just make a local copy of the existing package and use that? Did you need to re-implement? | ||||||||||||||||||||||||||
| ▲ | dzaima 12 hours ago | parent | next [-] | |||||||||||||||||||||||||
The nightly built-in core::simd makes use of a bunch of intrinsics to "implement" the SIMD ops (or, rather, directly delegate the implementation to LLVM which you otherwise cannot do from plain Rust), which are as much if not more volatile than core::simd itself (and also nightly-only). | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ▲ | 13 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||
| [deleted] | ||||||||||||||||||||||||||
| ▲ | the__alchemist 13 hours ago | parent | prev [-] | |||||||||||||||||||||||||
Good question. Probably, but I don't know how and haven't tried. | ||||||||||||||||||||||||||