mirror of
https://github.com/intel/isa-l.git
synced 2025-10-29 12:18:00 +01:00
Bump minimum NASM version to 2.14.01
NASM version 2.14.01 supports all x86 ISA in this library. Since this version has been out since 2018, it is safe to only permit the library to be compiled with this minimum version, as announced in issue #297. Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
This commit is contained in:
committed by
Tomasz Kantecki
parent
d20335bba8
commit
8045bee170
@@ -141,8 +141,6 @@ ec_encode_data_avx2(int len, int k, int rows, unsigned char *g_tbls, unsigned ch
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef HAVE_AS_KNOWS_AVX512
|
||||
|
||||
extern int
|
||||
gf_vect_dot_prod_avx512(int len, int k, unsigned char *g_tbls, unsigned char **data,
|
||||
unsigned char *dest);
|
||||
@@ -253,8 +251,6 @@ ec_encode_data_update_avx512(int len, int k, int rows, int vec_i, unsigned char
|
||||
}
|
||||
}
|
||||
|
||||
#if AS_FEATURE_LEVEL >= 10
|
||||
|
||||
extern void
|
||||
gf_vect_dot_prod_avx512_gfni(int len, int k, unsigned char *g_tbls, unsigned char **data,
|
||||
unsigned char *dest);
|
||||
@@ -447,9 +443,6 @@ ec_encode_data_update_avx2_gfni(int len, int k, int rows, int vec_i, unsigned ch
|
||||
}
|
||||
}
|
||||
|
||||
#endif // AS_FEATURE_LEVEL >= 10
|
||||
#endif // HAVE_AS_KNOWS_AVX512
|
||||
|
||||
#if __WORDSIZE == 64 || _WIN64 || __x86_64__
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user