summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Resolve cppcheck Signed integer overflow errorsBrad Hubbard2017-04-103-3/+3
* gf_cpu.c: fix pclmul detection and add portable cpuid feature bit defsJohn Coyle2016-12-071-5/+17
* gf_w32.c: silence the -Wmaybe-uninitialized warningKefu Chai2016-11-181-1/+1
* gf_multby_one now checks runtime SIMD supportBassam Tabbara2016-09-131-63/+65
* Simplify SIMD make scriptsBassam Tabbara2016-09-131-9/+24
* Support for runtime SIMD detectionBassam Tabbara2016-09-139-376/+556
* Add support for printing functions selected in gf_initBassam Tabbara2016-09-1312-383/+383
* Merge branch 'wip-valgrind' into 'master'Loic Dachary2016-09-131-1/+2
|\
| * do not memcpy if src and dst are the sameLoic Dachary2016-09-131-1/+2
* | 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