Maratyszcza / psimd

Portable 128-bit SIMD intrinsics
MIT License
55 stars 32 forks source link

__builtin_shuffle not supported in icc #3

Open damianam opened 5 years ago

damianam commented 5 years ago

The title says it all. icc fails with this message:

error: "__builtin_shuffle" is not supported

Any chance of getting an alternative implementation for icc? This impacts the compilation of pytorch with the intel compiler, making it essentially not possible.

ftian1 commented 5 years ago

same problem. nobody complains it?:(