Commit Graph

  • 670c5e6ef8
    This is unnecessary chore/bump-upstream gbletr42 2024-03-23 04:05:53 +0000
  • ad7cbb2ddb
    oops gbletr42 2024-03-23 04:01:46 +0000
  • b8a970f441
    Handle case where there is no loss gbletr42 2024-03-23 03:53:52 +0000
  • 9d85a96eb1
    Fix m = 1 case, for when recovery is NULL but original is fine gbletr42 2024-03-23 03:43:02 +0000
  • 20eb7c8bc5
    Merge pull request #1 from cskiraly/arm64 master Csaba Kiraly 2022-05-19 10:38:18 +0200
  • a16be41a8d
    add support for Mac M1, maybe other arm64+neon as well Csaba Kiraly 2022-05-17 13:00:08 +0200
  • b58d1eaf59
    Merge pull request #11 from musalbas/master Chris Taylor 2018-08-22 11:55:14 -0700
  • 817d2c90b9 Add -march=native for compilers that support it Mustafa Al-Bassam 2018-08-22 19:33:22 +0100
  • 01cd769606
    Merge pull request #9 from nemequ/master Chris Taylor 2018-07-21 15:48:48 -0700
  • a833cdd93b cmake: set compiler-specific flags for MSVC and PGI. Evan Nemerson 2018-06-23 12:31:44 -0700
  • 7af3bdcdcb Add AppVeyor support. Evan Nemerson 2018-06-23 12:14:08 -0700
  • 9fa64516e1 cmake: test flags instead of assuming GCC/clang style Evan Nemerson 2018-06-23 11:59:16 -0700
  • 92a1abf392 Add Travis CI. Evan Nemerson 2018-06-23 11:10:49 -0700
  • 9c993c48b5 cmake: detect OpenMP support and automatically enable when available Evan Nemerson 2018-06-23 10:01:57 -0700
  • 4b91e03ea9 cmake: prepend to CMAKE_CXX_FLAGS instead of overwriting Evan Nemerson 2018-06-23 10:00:33 -0700
  • b2d5d60862 Add note for openmp Christopher Taylor 2017-06-20 23:20:57 -0700
  • bf5795fd17 Add CMakeLists and fix OS X compat Christopher Taylor 2017-06-20 22:47:41 -0700
  • dee7d414de Add fallbacks for processors that do not support SSSE3 Christopher Taylor 2017-06-06 20:45:50 -0700
  • a4a00679a6 Tweak OMP Christopher Taylor 2017-06-06 03:18:06 -0700
  • 393dcac6ef Drop my thread pool for OpenMP Christopher Taylor 2017-06-06 03:13:41 -0700
  • eef50925d9 Tune MT operations for different buffer sizes mt Christopher Taylor 2017-06-05 20:04:20 -0700
  • 73a58a21b1 CPU Affinity Christopher Taylor 2017-06-05 02:04:10 -0700
  • 5dac73a085 Better pool syntax Christopher Taylor 2017-06-05 01:54:08 -0700
  • 2ca6f0a818 Fixes Christopher Taylor 2017-06-05 01:33:37 -0700
  • 9498f45011 Multithreading support (buggy) Christopher Taylor 2017-06-05 01:05:51 -0700
  • d7567e5dd0 Merge branch 'master' of github.com:catid/lhc_rs Christopher Taylor 2017-06-04 22:14:28 -0700
  • ff13880057 Comments Christopher Taylor 2017-06-04 22:14:21 -0700
  • 45bbcb4bfa Update README.md Christopher A. Taylor 2017-06-04 21:31:32 -0700
  • 48bb280858 More refactoring Christopher Taylor 2017-06-04 20:49:44 -0700
  • f1f78db799 Refactor FF16 macros Christopher Taylor 2017-06-04 20:43:32 -0700
  • 63bfdadce4 Cleanups and copy pasta Christopher Taylor 2017-06-04 19:26:26 -0700
  • 9b5e0133a2 Comments Christopher Taylor 2017-06-04 19:07:05 -0700
  • 5dc9f49298 Working unrolled xor for all modes Christopher Taylor 2017-06-04 04:07:07 -0700
  • 94a4c5731b Working unroll xor Christopher Taylor 2017-06-04 03:36:15 -0700
  • 8473b74821 Benchmark setup Christopher Taylor 2017-06-04 03:35:29 -0700
  • 386a777a3e Merge branch 'master' of github.com:catid/lhc_rs Christopher Taylor 2017-06-03 20:38:09 -0700
  • 36545bb2f7 Comments Christopher Taylor 2017-06-03 20:38:02 -0700
  • 85086595bd Update README.md Christopher A. Taylor 2017-06-03 20:16:15 -0700
  • 79861fe0d8 Update README.md Christopher A. Taylor 2017-06-03 20:14:26 -0700
  • 971df99e29 Fixes for 128 bits Christopher Taylor 2017-06-03 19:55:46 -0700
  • 4b17428bd8 Interleave WIP Christopher Taylor 2017-06-03 19:30:55 -0700
  • ef95ff053e WIP FF16 DIT FFT Christopher Taylor 2017-06-03 17:17:05 -0700
  • 96bd047a2d Only allocate memory for mul table used Christopher Taylor 2017-06-03 16:48:09 -0700
  • 62f9f56555 Merge branch 'master' of github.com:catid/lhc_rs Christopher Taylor 2017-06-03 16:23:58 -0700
  • 1eea33dace Truncate FWHT for shorter k Christopher Taylor 2017-06-03 16:23:49 -0700
  • 9a0ecdc854 Update README.md Christopher A. Taylor 2017-06-03 16:08:12 -0700
  • 5850b98234 Update README.md Christopher A. Taylor 2017-06-03 12:46:14 -0700
  • a7955bf0a1 Cleanups Christopher Taylor 2017-06-03 00:41:12 -0700
  • 062084c11f Revert Christopher Taylor 2017-06-03 00:29:54 -0700
  • 968c4f4f6a Cleanup and small opt Christopher Taylor 2017-06-03 00:24:18 -0700
  • 7c2be9f17b Merge branch 'master' of github.com:catid/lhc_rs Christopher Taylor 2017-06-02 23:52:07 -0700
  • 08fed770cd Use DIT FFT for decoder Christopher Taylor 2017-06-02 23:52:03 -0700
  • 8b68f37651 Merge pull request #4 from TheBlueMatt/master catid 2017-06-02 11:55:29 -0700
  • e078197da2 constify the data chunks themselves Matt Corallo 2017-06-02 11:43:54 -0400
  • cc0b02b4e8 Fix NextPow2 for non-MSVC compilers Matt Corallo 2017-06-02 11:43:03 -0400
  • a08601da26 Fix a few compile errors/OOB array accesses Matt Corallo 2017-06-02 11:12:03 -0400
  • e6753965a1 Better non-SSE gf mul operations: Now only 5x slower.. Christopher Taylor 2017-06-01 23:54:47 -0700
  • 6237d3ddaf Merge branch 'master' of github.com:catid/lhc_rs Christopher Taylor 2017-05-31 23:21:34 -0700
  • b2ad9403fe Optimize decoder IFFT Christopher Taylor 2017-05-31 23:21:25 -0700
  • 47444a9795 Update Benchmarks.md catid 2017-05-31 23:03:05 -0700
  • 7082e5b34c Update README.md catid 2017-05-31 22:53:34 -0700
  • c7f0085948 Implement DIT FFT and some reference fallbacks Christopher Taylor 2017-05-31 22:42:10 -0700
  • 8c35c8d4de Speed up decoder with new DIT-IFFT dit-fft Christopher Taylor 2017-05-31 01:20:17 -0700
  • ac68c62d28 Implement DIT FFT for Encoder Christopher Taylor 2017-05-31 01:11:20 -0700
  • 9090619d73 Update README.md catid 2017-05-30 15:43:11 -0700
  • becacaec16 Split benchmarks Christopher Taylor 2017-05-30 11:58:01 -0700
  • be7ddda8b5 Merge branch 'master' of github.com:catid/lhc_rs Christopher Taylor 2017-05-30 11:50:13 -0700
  • 62a69bb67f Fix comments Christopher Taylor 2017-05-30 11:50:09 -0700
  • d27cff749f Update README.md catid 2017-05-30 11:45:00 -0700
  • 81880b3b2a Merge branch 'master' of github.com:catid/lhc_rs Christopher Taylor 2017-05-30 02:23:36 -0700
  • be5c625d3d Fix tabs Christopher Taylor 2017-05-30 02:23:33 -0700
  • 6551b54e01 Update README.md catid 2017-05-30 02:21:15 -0700
  • c53b075eda FF16 works Christopher Taylor 2017-05-30 02:05:41 -0700
  • d0a3aa287d Fixes Christopher Taylor 2017-05-30 01:49:48 -0700
  • 2e1007c4aa FF16 is mostly working still some bugs Christopher Taylor 2017-05-30 01:37:27 -0700
  • 6e7dfea7c9 Merge branch 'master' of github.com:catid/lhc_rs Christopher Taylor 2017-05-29 15:01:09 -0700
  • 49960e90f3 Refactor multiply table code Christopher Taylor 2017-05-29 15:01:01 -0700
  • a8d551899a Update README.md catid 2017-05-29 04:38:09 -0700
  • 480748e0a2 Update README.md catid 2017-05-29 04:08:37 -0700
  • 823f97bfc6 Update README.md catid 2017-05-29 04:06:23 -0700
  • 1269a917b9 Update README.md catid 2017-05-29 04:05:01 -0700
  • e70e71bb13 Update README.md catid 2017-05-29 04:04:16 -0700
  • 283c1aac22 Merge branch 'master' of github.com:catid/lhc_rs Christopher Taylor 2017-05-29 03:31:07 -0700
  • 7592a816ae GF256 is working for all inputs Christopher Taylor 2017-05-29 03:30:58 -0700
  • bb21b7d0b0 Update README.md catid 2017-05-29 03:19:36 -0700
  • c94d761de9 Update README.md catid 2017-05-29 03:18:29 -0700
  • 0f96f50305 Fixes Christopher Taylor 2017-05-29 03:02:27 -0700
  • 412fef86c0 Fixes Christopher Taylor 2017-05-29 02:51:19 -0700
  • 94bf94771e Disable warning Christopher Taylor 2017-05-29 02:40:08 -0700
  • 8673889a9a Fixes, extended tester Christopher Taylor 2017-05-29 02:34:09 -0700
  • 0aa1cdd4f3 Bug fixes Christopher Taylor 2017-05-28 23:18:28 -0700
  • cea6e3b718 Update README.md catid 2017-05-28 15:17:38 -0700
  • 5e61c917f7 Improve docs Christopher Taylor 2017-05-28 15:15:39 -0700
  • 3f9b00e8ed Merge branch 'master' of github.com:catid/lhc_rs Christopher Taylor 2017-05-28 13:50:45 -0700
  • d31d7c85bf Doc fixes Christopher Taylor 2017-05-28 13:50:32 -0700
  • 7dac6011d0 Update README.md catid 2017-05-28 03:50:10 -0700
  • 179d8d5284 128 Christopher Taylor 2017-05-28 03:48:01 -0700
  • 9bb3375342 Fixes Christopher Taylor 2017-05-28 02:20:29 -0700
  • dfb363c992 WIP Christopher Taylor 2017-05-28 01:32:44 -0700
  • 574db36cbf Fixes Christopher Taylor 2017-05-28 01:23:03 -0700