summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Changed %d to %u in gf_general.cJim Plank2014-01-251-2/+2
* Updated autoconf to put BSD license in COPYING.Kevin Greenan2014-01-072-675/+33
* Added more header files to the distribution, which will allowKevin Greenan2014-01-023-5/+2
* Revision 1.02 is done. Manual updated.Jim Plank2014-01-013-2/+2
* Removed GROUP/128/SSE. It wasn't compiling, and it needed an overhaul.Jim Plank2014-01-015-303/+3
* Fixed the problem with PCLMUL and gf_complete.h. RemovedJim Plank2013-12-317-48/+45
* 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-3024-9785/+7587
* Revert "Third time's a charm (autoconf non-sense for PCLMUL)."Kevin Greenan2013-12-3021-1156/+1426
* Third time's a charm (autoconf non-sense for PCLMUL).Kevin Greenan2013-12-3021-1426/+1156
* Added entry to configure.ac to avoid running autotools during normal build.Kevin Greenan2013-12-309-16/+99
* Added PCLMUL to the autoconf macro...Kevin Greenan2013-12-3016-1096/+1452
* Some wordsmithing.Jim Plank2013-12-302-14/+18
* Version numbering, and pointing only to bitbucket.Jim Plank2013-12-302-6/+12
* Copmiler errors with %llx.Jim Plank2013-12-293-11/+11
* Added time_tool.sh to tools for quick timing.Jim Plank2013-12-2913-602/+256
* Merged in kmgreen2/gf-complete-testautoconf (pull request #2) James Plank2013-12-2872-64/+43013
|\
| * Group for w=128 was failing because SSE4 is enabled, but not ARCH_64 (on my L...Kevin Greenan2013-12-101-1/+1
| * Added exhaustive test support (Ethan's changes to gf_unit and gf_methods) and...Kevin Greenan2013-12-0714-72/+90
| * Adding flag for SSSE3. Must have missed it when I updated the ax_ext() macro.Kevin Greenan2013-12-052-2/+2
| * Build failed... It was because the some headers were in the wrong place.Kevin Greenan2013-12-043-0/+284
| * Copy README.txt to READMEKevin Greenan2013-12-041-0/+13
| * Setting up autoconf/automake for GF-CompleteKevin Greenan2013-12-0469-11/+42645
|/
* Revision 1.01.Jim Plank2013-11-122-1/+1
* Lazy table bug. Thanks, Kevin.Jim Plank2013-11-121-0/+1
* Added SPLIT SSE STDMAP for w=128Jim Plank2013-11-082-1/+106
* Added headers to the include files, and gf_size() to the documentation.Jim Plank2013-10-096-5/+31
* Put headers on the C files.Jim Plank2013-10-0926-43/+143
* GF-Complete Release 1.0.Jim Plank2013-10-0950-5448/+7017
* Optimized version of GF(2^64) multiply using Intel SIMD carry-free multiply.Ethan L. Miller2013-09-192-63/+48
* Man, that was an idiotic bug in division for w=16. I had d_antilog pointingJim Plank2013-04-092-1/+17
* Fixed bug with logtable division.Jim Plank2013-04-081-1/+1
* See the last commit. I forgot to do commit -a.Jim Plank2013-04-017-13/+203
* Added inline functions for w=4, 8 and 16. Plus gf_inline_time.c to timeJim Plank2013-04-011-0/+162
* Added LOG_ZERO_EXT and modified LOG_ZERO. The new LOG_ZERO doesn't have an e...Jim Plank2013-03-087-145/+158
* Killing all of these junk files. They should not be in the repository.Jim Plank2013-03-0422-6936/+0
* Killing junk.txtJim Plank2013-03-041-6085/+0
* Added clm region multiplication for w=64. I should make this the default,Jim Plank2013-03-042-114/+6177
* Merged in jimplank/gf-complete-unit-bytwo (pull request #1) Ethan Miller2013-03-042-10/+102
|\
| * Getting the defaults and flags working with carryless multiply. Regions next!Jim Plank2013-03-011-9/+18
| * Unit & w=64 bytwo.Jim Plank2013-03-012-3/+86
|/
* Basic 64-bit multiply using intrinsics working.Ethan L. Miller2013-02-153-14/+17
* Adding support for carry-less multiply.Ethan L. Miller2013-02-153-3/+41
* Updated the way we track CPU features. Much more stable now.elm2013-02-152-18/+77
* Wordsmithing.plank2013-02-137-5/+18
* Added whats_my_sse.c, so users can test the sse crap themselves.plank2013-02-132-3/+35
* Bugs with SSE4. Shit.plank2013-02-1011-60/+58
* This holds the files that should be included as part of the release.plank2013-02-101-0/+30
* Putting on the finishing touches.plank2013-02-105-14/+65
* Making it work with the maunal.plank2013-02-0914-16/+422