stdarch icon indicating copy to clipboard operation
stdarch copied to clipboard

Exclude intel SVML functions from missing intrinsics report

Open jhorstmann opened this issue 4 years ago • 2 comments

Intel's Short Vector Math Library (SVML) defines optimized math functions which do not directly map to single cpu instructions but rather to a sequence of instructions. Exclude these from the missing intrinsics report so that it is much easier to see which real instructions are still missing for example for full AVX512F support.

This also updates the intrinsics data file to version 3.6

jhorstmann avatar Nov 14 '21 17:11 jhorstmann

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Amanieu (or someone else) soon.

Please see the contribution instructions for more information.

rust-highfive avatar Nov 14 '21 17:11 rust-highfive

:umbrella: The latest upstream changes (presumably 35b0b1ed315128012c8b2aae9c303fb39c42d317) made this pull request unmergeable. Please resolve the merge conflicts.

bors avatar Feb 18 '23 19:02 bors

#1594 contains an updated and much extended version of this idea

jhorstmann avatar Jun 25 '24 07:06 jhorstmann