summaryrefslogtreecommitdiff
path: root/gcm_simd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix SIGIL on PowerPC during cpu feature probes (GH #1115)Jeffrey Walton2022-03-291-53/+0
* Move UINT64_CAST to config_asm.hJeffrey Walton2021-05-231-9/+1
* Move M128_CAST and CONST_M128_CAST to config_asm.hJeffrey Walton2021-04-201-2/+0
* Clear elevated warnings on Apple M1Jeffrey Walton2021-03-061-11/+13
* Fix polynomial multiply detection on PPC64Jeffrey Walton2020-04-061-1/+1
* Restore SIGILL handler if sigprocmask failsJeffrey Walton2020-02-171-0/+6
* Rename VecPolyMultiplyLE to VecIntelMultiply (PR #908)Jeffrey Walton2019-10-261-19/+19
* Fix ARM headers and Android compile (PR #896)Jeffrey Walton2019-10-161-3/+2
* Update commentsJeffrey Walton2019-07-211-1/+1
* Fix crash in GCM mode on ARM with -mthumbJeffrey Walton2019-05-211-8/+1
* Use PowerPC unaligned loads and stores with Power8 (GH #825, PR #826)Jeffrey Walton2019-04-271-3/+3
* Fix self test failure with IBM XL C/C++ on AIXJeffrey Walton2019-01-221-3/+4
* Update CPU_ProbePMULL testJeffrey Walton2019-01-201-9/+15
* Add VecPolyMultiply for Intel-equivalent F2N multipliesJeffrey Walton2019-01-201-116/+21
* Use carryless multiplies for NIST b233 and k233 curves (GH #783, PR #784)Jeffrey Walton2019-01-161-142/+23
* Fix GCM ARM64 compile with MSVC compiler (GH #776)Jeffrey Walton2019-01-041-64/+88
* Fix <arm_neon.h> include for ARM64 with MSVC compiler (GH #776)Jeffrey Walton2019-01-041-1/+2
* Update comments in config.hJeffrey Walton2018-12-091-1/+1
* Add separate Polynomial Multiply feature test on POWER8 (GH#742)Jeffrey Walton2018-11-191-1/+1
* Fix LLVM Clang compile on PowerPCJeffrey Walton2018-11-191-5/+16
* Drop GCM to POWER7 on PowerPCJeffrey Walton2018-11-171-2/+2
* Rename PPC vector functions from VectorFunc to VecFuncJeffrey Walton2018-11-151-68/+68
* Add Octet suffix for vec_sldJeffrey Walton2018-11-141-1/+1
* Add Octet suffix for vec_sldJeffrey Walton2018-11-141-5/+5
* Fix compile when using XLC with LLVM front-end without -qxlcompatmacrosJeffrey Walton2018-11-141-4/+4
* Rename files with dashes to underscores (GH #736)Jeffrey Walton2018-11-101-0/+915