summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move conditional outside loop for NEON SPLIT4 implementationanimetosho2015-11-141-6/+29
* Eliminate unnecessary VTRNs in SPLIT(16,4) NEON implementationanimetosho2015-11-121-79/+22
* Use similar strategy for SPLIT(16,4) ALTMAP NEON implementation as SPLIT(32,4)animetosho2015-11-121-95/+41
* Initial fix for SPLIT(16,4) ALTMAP NEON (non ARMv8)animetosho2015-11-121-17/+25
* CARRY_FREE is currently only available for w=4 and w=8 on NEONanimetosho2015-11-121-1/+1
* add -Wsign-compare and address the warningsLoic Dachary2015-09-027-38/+39
* gf_w64.c: fix integer overflowDanny Al-Gaaf2015-06-181-2/+2
* gf_w64.c: fix integer overflowDanny Al-Gaaf2015-06-181-1/+1
* gf_w64.c: fix integer overflowDanny Al-Gaaf2015-06-181-1/+1
* gf_w64.c: fix integer overflowDanny Al-Gaaf2015-06-181-1/+1
* src/gf_w128.c: remove dead code and unused variableDanny Al-Gaaf2015-06-171-5/+0
* src/gf_w64.c: remove dead codeDanny Al-Gaaf2015-06-171-5/+0
* use assert(0) instead of exit(1)Loic Dachary2014-12-023-8/+11
* arm: NEON optimisations for gf_w64Janne Grunau2014-10-243-37/+350
* arm: NEON optimisations for gf_w32Janne Grunau2014-10-243-57/+287
* arm: NEON optimisations for gf_w16Janne Grunau2014-10-243-51/+369
* arm: NEON optimisations for gf_w8Janne Grunau2014-10-244-89/+329
* arm: NEON optimisations for gf_w4Janne Grunau2014-10-243-50/+272
* 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-098-84/+91
* build: fix out of source tree buildJanne Grunau2014-10-091-2/+2
* remove dead code in create_gf_from_argvLoic Dachary2014-09-171-1/+0
* disable gf_error_check test that requires >> 64Loic Dachary2014-09-171-1/+1
* Removed comments marking CARRY_FREE_GK additions.Adam Disney2014-06-163-10/+1
* Merge remote-tracking branch 'dalgaaf/wip-da-sca-20140513'Adam Disney2014-06-165-22/+10
|\
| * gf_w32.c: remove dead assignment with no effectDanny Al-Gaaf2014-05-141-1/+0
| * gf_w32.c: fix/remove some dead assignmentsDanny Al-Gaaf2014-05-141-8/+4
| * gf_w16.c: fix/remove some dead assignmentsDanny Al-Gaaf2014-05-141-2/+2
| * gf_w128.c: remove some dead assignmentsDanny Al-Gaaf2014-05-141-3/+0
| * gf_w8.c: fix dead assignment report from scan-buildDanny Al-Gaaf2014-05-141-1/+2
| * gf_w64.c: remove dead assignments and unused variable 'm2'Danny Al-Gaaf2014-05-141-3/+1
| * gf_w64.c: remove dead assigments in gf_w64_shift_multiply()Danny Al-Gaaf2014-05-141-3/+0
| * gf_w32.c: fix dereference of undefined pointer valueDanny Al-Gaaf2014-05-131-1/+1
* | Fixed a few minor warnings when running autogen.sh.Adam Disney2014-06-161-1/+1
* | Merge remote-tracking branch 'jayrde/wip-autoconf-cleanup'Adam Disney2014-06-161-654/+0
|\ \
| * | remove autogenerated files from repositoryJens Rosenboom2014-03-181-464/+0
* | | Implemented CARRY_FREE_GK. Sections added are tagged with a comment //ADAMAdam Disney2014-06-063-6/+152
| |/ |/|
* | gf_w4.c: remove some dead codeDanny Al-Gaaf2014-04-221-1/+0
* | 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
* | gf_w8.c: add missing breaksDanny Al-Gaaf2014-04-221-0/+2
* | gf_w4.c: add missing breaksDanny Al-Gaaf2014-04-221-0/+2
* | gf_w32.c: add missing breaksDanny Al-Gaaf2014-04-221-0/+2
* | gf_w16.c: add missing breakDanny Al-Gaaf2014-04-221-0/+1
* | gf_general.c: fix pointless expressionDanny Al-Gaaf2014-04-221-1/+1
* | Merged in dachary/gf-complete/wip-uint-8 (pull request #19) Kevin Greenan2014-04-105-28/+28
|\ \
| * | prefer uint8_t to char in pointer arithmeticLoic Dachary2014-04-105-28/+28
* | | TODO reminder for KMG/JSP about hardcoded constantLoic Dachary2014-04-101-0/+1
|/ /
* | Ran autogen to pick-up the changes needed to run 'make check'Kevin Greenan2014-04-021-101/+291
* | Merged in dachary/gf-complete/wip-compilation-warnings (pull request #12) Kevin Greenan2014-03-311-1/+1
|\ \