summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Changed the defaults.plank2013-02-084-37/+121
* Changed the defaults for w=32.plank2013-02-081-65/+97
* Changed defaults for w = 8 and w = 16plank2013-02-082-129/+192
* Changed the default method for w=4 to use SSE if it is there.plank2013-02-083-8/+9
* Builds a library now.plank2013-02-081-8/+14
* Renaming gf.h to gf_complete.hplank2013-02-0822-97/+100
* Blah.plank2013-02-071-0/+1
* w128: bytwo-b, group region, split 128 4. No sse for anything.plank2013-02-063-4/+348
* SSE SPLIT ALTMAP w=64. A bitch.plank2013-02-062-297/+282
* All splits for w=64 except the SSE ones.plank2013-02-042-18/+398
* Added GROUP to w=64.plank2013-02-044-6/+651
* Fixed the alignment bug for w=64. This will continue to be a problem with w=...plank2012-12-312-3/+3
* Added utility to find irreducible polynomials.kmgreen2012-12-291-0/+554
* w=64 Composite field changes. kmgreen2012-12-295-6/+292
* Getting rid of executables. Sorryplank2012-12-087-0/+0
* Big checkin after I've lost the others. Ha ha.plank2012-12-0862-0/+21842