Published onFebruary 24, 2024MSVC's terrible auto-vectoriser for AVXassemblyc++avxsimdintrinsicsgccmsvcMSVC has extremely lackluster auto-vectorisation, so I handrolled intrinsic calls by backtranslating GCC's output.
Published onFebruary 19, 2024Getting IPP to work on non-Intel chipsippc++Intel Performance Primitives is not guaranteed to work on non-Intel chips, but there are some ways around it..