|
|
|
|
|
by jandrewrogers
219 days ago
|
|
Getting maximum performance out of SIMD requires rolling your own code with intrinsics. It is something a compiler can't do for you at a pretty fundamental level. Most interesting performance optimizations from vector ISAs can't be done by the compiler. |
|