gf-complete/src
Brad Hubbard 2700e1b9ae Resolve cppcheck Signed integer overflow errors
The type of expression '1<<31' is signed int and this causes cppcheck to
issue the following warning.

src/gf_w32.c:681]: (error) Signed integer overflow for expression
'1<<31'.

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
2017-04-10 17:21:30 +10:00
..
neon Add support for printing functions selected in gf_init 2016-09-13 12:24:25 -07:00
Makefile.am Support for runtime SIMD detection 2016-09-13 12:24:25 -07:00
gf.c gf_multby_one now checks runtime SIMD support 2016-09-13 12:25:00 -07:00
gf_cpu.c gf_cpu.c: fix pclmul detection and add portable cpuid feature bit defs 2016-12-07 21:50:17 -05:00
gf_general.c Resolve cppcheck Signed integer overflow errors 2017-04-10 17:21:30 +10:00
gf_method.c simd: rename the region flags from SSE to SIMD 2014-10-09 23:22:32 +02:00
gf_rand.c Setting up autoconf/automake for GF-Complete 2013-12-04 21:24:29 -08:00
gf_w4.c Support for runtime SIMD detection 2016-09-13 12:24:25 -07:00
gf_w8.c Support for runtime SIMD detection 2016-09-13 12:24:25 -07:00
gf_w16.c Support for runtime SIMD detection 2016-09-13 12:24:25 -07:00
gf_w32.c Resolve cppcheck Signed integer overflow errors 2017-04-10 17:21:30 +10:00
gf_w64.c Support for runtime SIMD detection 2016-09-13 12:24:25 -07:00
gf_w128.c Resolve cppcheck Signed integer overflow errors 2017-04-10 17:21:30 +10:00
gf_wgen.c Add support for printing functions selected in gf_init 2016-09-13 12:24:25 -07:00