ec: Fix incorrect min size stated for gf_vect_mad

Change-Id: If178913f01f0d500aa66ce0e8dd67aaba49a0871
Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
Greg Tucker 2019-07-16 15:17:20 -07:00
parent c80610a2bb
commit 4ac0e435eb
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
#endif
#ifndef TEST_MIN_SIZE
# define TEST_MIN_SIZE ALIGN_SIZE
# define TEST_MIN_SIZE 64
#endif
#define str(s) #s

View File

@ -199,7 +199,7 @@ void gf_vect_dot_prod(int len, int vlen, unsigned char *gftbls,
* This function determines what instruction sets are enabled and selects the
* appropriate version at runtime.
*
* @param len Length of each vector in bytes. Must be >= 32.
* @param len Length of each vector in bytes. Must be >= 64.
* @param vec The number of vector sources or rows in the generator matrix
* for coding.
* @param vec_i The vector index corresponding to the single input source.