|
|
|
|
|
by dalke
2081 days ago
|
|
Thanks for the pointers! The first looks like it gives a language for SIMD operations, but not all of the intrinsics. The second is for vectorization, which also doesn't include all of the intrinsics. However! The second shows an example with Base.llvmcall, which lets me write LLVM assembly. That should let me do anything I want. However however - the stuff I actually do doesn't need all that, and could likely be implemented with LoopVectorization. |
|