mirror of
https://github.com/intel/isa-l.git
synced 2025-10-27 19:10:18 +01:00
ec: Determine exact conditions where gf_gen_rs_matrix works
Add a program calculating some of the exact conditions where gf_gen_rs_matrix works, add comments stating these bounds to gf_gen_rs_matrix, and fix erasure code test that violates the bounds. Change-Id: I1d0010b09fea97731bfd24f4f76e24609538b24f Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>
This commit is contained in:
committed by
Xiaodong Liu
parent
1a7c640ef9
commit
82a6ac65dc
@@ -287,7 +287,7 @@ int main(int argc, char *argv[])
|
||||
return -1;
|
||||
}
|
||||
// Pick a first test
|
||||
m = 15;
|
||||
m = 14;
|
||||
k = 10;
|
||||
if (m > MMAX || k > KMAX)
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user