|
|
|
|
|
by janwas
1289 days ago
|
|
I beg to differ :) std::experimental::simd has a very limited set of operations: mostly just math, very few shuffles/swizzles. Last I checked, it also only worked in a recent version of GCC. We do indeed have cross-platform intrinsics here: github.com/google/highway. Disclosure: I am the main author. |
|
Do you have any advice on how someone limited to c99/c11 can still leverage the wisdom and techniques inside it?