The "Intel" versions are compiled with Intel C++ Compiler Classic and may be slightly faster than the equivalent MSVC-compiled version.
They should work on Zen4 or newer AMD CPUs (but possibly not older AMD).
Pick the best one that your CPU supports.
Roughly speaking:
If you have an Ice Lake, Tiger Lake, Rocket Lake, or Sapphire Rapids CPU, use AVX512-IFMA.
If you have an Intel SkylakeX or certain Cannon Lake or Cascade Lake CPUs, use AVX512.
If you have an Intel Haswell CPU or newer (newer than 2013), use AVX2.
If you have a Zen4 or Zen5 AMD CPU, use AVX512-IFMA.
If you have another AMD CPU newer than 2015, use AVX2 (MSVC).