mirror of
https://github.com/intel/isa-l.git
synced 2024-12-13 09:52:56 +01:00
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:
parent
c80610a2bb
commit
4ac0e435eb
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user