can use std::execution::par_unseq to give hint to a compiler to use SIMD instructions available on your platform https://www.bfilipek.com/2018/11/parallel-alg-perf.html?m=1
same thing is possible in c99
Yep there are also instrinsics that can be use for it, but that's generally implementation dependent.
Обсуждают сегодня