summaryrefslogtreecommitdiff
path: root/chacha_avx.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disable global optimizations for all versions of VS2017 (GH #649, GH #735, PR...Jeffrey Walton2022-08-241-1/+1
* Enable MSVC global optimizations for AES and ChaCha for newer MSVC versions (...chausner2022-07-291-3/+2
* Fix ChaCha AVX2 implementation (GH #1069)Jeffrey Walton2021-09-201-15/+13
* Disable ChaCha20 AVX2 implementation (GH #1069)Jeffrey Walton2021-09-171-0/+3
* Build with Oracle Developer Studio 12.6 in 64-bit (PR #990)Tanzinul Islam2020-12-271-16/+16
* Whitespace check-inJeffrey Walton2019-06-091-48/+48
* Rework SSE2 and AVX2 loads and storesJeffrey Walton2019-06-091-44/+76
* Revert changes for lgtm findingsJeffrey Walton2019-06-091-41/+51
* Fix SunCC compileJeffrey Walton2019-06-091-7/+0
* Clear lgtm findingsJeffrey Walton2019-06-081-44/+41
* Clear alginment warning with ClangJeffrey Walton2018-12-141-0/+6
* Update commentsJeffrey Walton2018-12-051-1/+1
* Avoid use of NDEBUG in source filesJeffrey Walton2018-12-031-3/+5
* Whitespace check-inJeffrey Walton2018-11-101-1/+1
* Add call to _mm256_zeroupper to avoid state penaltiesJeffrey Walton2018-11-101-0/+3
* Rename files with dashes to underscores (GH #736)Jeffrey Walton2018-11-101-0/+378