Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/asm (follow)
Commit message (Collapse)AuthorAge
* refactoringEgor Tensin2015-06-17
|
* refactoringEgor Tensin2015-06-17
|
* refactoringEgor Tensin2015-06-11
|
* fix register usage in the asm implementationEgor Tensin2015-06-10
| | | | | | | Apparently, the previously used xmm6/xmm7 registers are exactly the wrong ones to use for storing temp values. The xmm4/xmm5, on the other hand hand, don't need to be preserved, so I switched to those.
* src/aes*.asm -> src/asm/, src/aes*.c -> src/c/Egor Tensin2015-06-10