cm256 icon indicating copy to clipboard operation
cm256 copied to clipboard

Fast GF(256) Cauchy MDS Block Erasure Codec in C

Results 3 cm256 issues
Sort by recently updated
recently updated
newest added

When building with old cmake - I have following error: ``` fippo@nanopim4:~/koding/cm256/build$ cmake .. -- The C compiler identification is GNU 8.3.0 -- The CXX compiler identification is GNU 8.3.0...

``` fippo@ubuntu:~$ uname -a Linux ubuntu 5.8.0-43-generic #49~20.04.1-Ubuntu SMP Fri Feb 5 09:57:56 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux ``` ``` fippo@mainserver:~/cm_debug/build$ make Scanning dependencies of target cm_debug [ 20%]...

HI, I am trying to run this program at android platform. ``` extern "C" void gf256_add_mem(void * GF256_RESTRICT vx, const void * GF256_RESTRICT vy, int bytes) { GF256_M128 * GF256_RESTRICT...