mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 22:35:44 +00:00
added SIMD horizontal rotation helper
This commit is contained in:
parent
a10cc6afcb
commit
8de487af88
2 changed files with 112 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue