summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed %d to %u in gf_general.cJim Plank2014-01-251-2/+2
|
* Removed GROUP/128/SSE. It wasn't compiling, and it needed an overhaul.Jim Plank2014-01-013-300/+1
| | | | I'll do it someday when I'm bored.
* Fixed the problem with PCLMUL and gf_complete.h. RemovedJim Plank2013-12-316-41/+44
| | | | | ARCH_64 from everything but 128/GROUP/SSE. Fortunately, no one ever uses that.
* Make INTEL_SSE4_PCLMUL flag consistent (was INTEL_PCLMUL in gf.c)Kevin Greenan2013-12-301-1/+1
|
* Third.1 time's a charm (autoconf non-sense for PCLMUL).Kevin Greenan2013-12-307-262/+133
|
* Revert "Third time's a charm (autoconf non-sense for PCLMUL)."Kevin Greenan2013-12-307-97/+166
| | | | | | The commit was not successfully pushed (not sure what happened). This reverts commit 762926920aa6b0067443e7c085bddf22d03a1d04.
* Third time's a charm (autoconf non-sense for PCLMUL).Kevin Greenan2013-12-307-166/+97
|
* Added entry to configure.ac to avoid running autotools during normal build.Kevin Greenan2013-12-301-3/+4
|
* Added PCLMUL to the autoconf macro...Kevin Greenan2013-12-301-63/+132
|
* Copmiler errors with %llx.Jim Plank2013-12-291-5/+5
|
* Group for w=128 was failing because SSE4 is enabled, but not ARCH_64 (on my ↵Kevin Greenan2013-12-101-1/+1
| | | | | | Linux VM). Ensure that both are defined when init'ing group for w=128.
* Added exhaustive test support (Ethan's changes to gf_unit and gf_methods) ↵Kevin Greenan2013-12-072-4/+4
| | | | and overrode autoconf's defaults for CFLAGS.
* Setting up autoconf/automake for GF-CompleteKevin Greenan2013-12-0416-0/+17891
Also re-organized the directory structure. Signed-off-by: Kevin Greenan <kmgreen2@gmail.com>