Lokathor / safe_arch

Exposes arch-specific intrinsics as safe function (via cfg).
https://docs.rs/safe_arch
Apache License 2.0
47 stars 8 forks source link

Minor documentation fix. #95

Closed RazrFalcon closed 3 years ago

RazrFalcon commented 3 years ago

Comment says _mm256_avg_epu16, but the code uses:

https://github.com/Lokathor/safe_arch/blob/36ca5efabcaa4c39a533c1182405fa1c83b9b152/src/x86_x64/avx2.rs#L709