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.35k stars 244 forks source link

AVX-512F functions #101

Open nemequ opened 4 years ago

nemequ commented 4 years ago

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

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

nemequ commented 4 years ago

I just added the scaffolding for AVX-512F and AVX-512BW (plus a couple functions for testing), so this should just be a matter of adding the functions now.

FaresSalem commented 4 years ago

Hi I'm Fares, a Computer Engineering student and I'm interested in contributing to one of the SIMDe projects, I'm still studying them actually, I've read the guideline on the repo and just wanted to introduce myself, Well you may know me as a Reverse Engineering and Computer Architecture enthusiast, a nitpicky developer and a space junky. I'm interested in Bioinformatics, Cryptography and Hardware Security. so I'd like to help with this project, should I just submit my proposal through Google directly even if I didn't open my first PR ?

mr-c commented 4 years ago

Hello @FaresSalem! Thank you for your interest.

It would be best for you to do the following as soon as possible: 1) Send a draft of your proposal to @nemequ and I so we can provide feedback 2) Open a PR implementing one or more functions

Cheers,