summaryrefslogtreecommitdiff
path: root/src/gf.c
Commit message (Expand)AuthorAgeFilesLines
* use assert(0) instead of exit(1)Loic Dachary2014-12-021-6/+7
* arm: NEON optimisations for gf_w8Janne Grunau2014-10-241-0/+5
* arm: NEON optimisations for XOR in gf_multby_oneJanne Grunau2014-10-091-0/+35
* simd: rename the region flags from SSE to SIMDJanne Grunau2014-10-091-45/+46
* disable gf_error_check test that requires >> 64Loic Dachary2014-09-171-1/+1
* Removed comments marking CARRY_FREE_GK additions.Adam Disney2014-06-161-1/+0
* Implemented CARRY_FREE_GK. Sections added are tagged with a comment //ADAMAdam Disney2014-06-061-0/+10
* gf.c: fix pointless expressionDanny Al-Gaaf2014-04-221-6/+5
* fix comment/message on GF_E_SP128_A/GF_E_SP128_SDanny Al-Gaaf2014-04-221-2/+2
* prefer uint8_t to char in pointer arithmeticLoic Dachary2014-04-101-11/+11
* do not use gf_internal_t when it is nullLoic Dachary2014-03-061-1/+1
* silence some warnings for unset variablesLoic Dachary2014-03-061-1/+1
* cast void* to char* for pointer arithmeticLoic Dachary2014-03-061-11/+11
* remove unused variablesLoic Dachary2014-03-061-12/+5
* Removed GROUP/128/SSE. It wasn't compiling, and it needed an overhaul.Jim Plank2014-01-011-2/+0
* Make INTEL_SSE4_PCLMUL flag consistent (was INTEL_PCLMUL in gf.c)Kevin Greenan2013-12-301-1/+1
* Setting up autoconf/automake for GF-CompleteKevin Greenan2013-12-041-0/+1035