added SIMD horizontal rotation helper

This commit is contained in:
Ahmet Inan 2019-09-24 00:05:57 +02:00
commit 8de487af88
2 changed files with 112 additions and 0 deletions

View file

@ -87,3 +87,7 @@ Single instruction, multiple data ([SIMD](https://en.wikipedia.org/wiki/SIMD)) w
* [Intel SSE4.1](https://en.wikipedia.org/wiki/SSE4) ([sse4_1.hh](sse4_1.hh))
* [Intel AVX2](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions) ([avx2.hh](avx2.hh))
### [rotate.hh](rotate.hh)
([SIMD](https://en.wikipedia.org/wiki/SIMD)) element wise horizontal rotation