simd-everywhere / simde

Implementations of SIMD instruction sets for systems which don't natively support them.
https://simd-everywhere.github.io/blog/
MIT License
2.37k stars 247 forks source link

AVX-512ER functions #213

Closed nemequ closed 7 months ago

nemequ commented 4 years ago

https://software.intel.com/sites/landingpage/IntrinsicsGuide/#avx512techs=AVX512ER

For progress, see https://github.com/simd-everywhere/implementation-status/blob/main/x86.md#avx512er

mr-c commented 7 months ago

Intel has removed the intrinsics that were unique to Intel Xeon Phi (ER, PF, 4MAPS, and 4VNNIW) from their intrinsics documentation site. SIMDe will retain those few implementations we already had, and we won't reject additional implementations, but I'm no longer going to actively solicit them in this issue.