|
|
|
|
|
by brandmeyer
1896 days ago
|
|
IMO, you need to raise your expectations. > > Waiting for Cross-Platform standardized SIMD vector datatypes > We sort of have this? compiler loop vectorization is, effectively, this. Granted it's not standardized. Auto-vectorization isn't remotely capable of what an engineer is capable of doing through intrinsics. > > nonstandard extensions ... to run computations in parallel on many cores > std::thread? Compare that to the capabilities provided by Thread Building Blocks. |
|