mirror of https://git.tukaani.org/xz.git
liblzma: CRC_USE_GENERIC_FOR_SMALL_INPUTS cannot be used with ifunc.
This commit is contained in:
parent
2773538049
commit
5ce0f7a48b
|
@ -89,7 +89,9 @@
|
||||||
// 16 bytes and CLMUL for bigger inputs. It saves a little in code
|
// 16 bytes and CLMUL for bigger inputs. It saves a little in code
|
||||||
// size since the special cases for 0-16-byte inputs will be omitted
|
// size since the special cases for 0-16-byte inputs will be omitted
|
||||||
// from the CLMUL code.
|
// from the CLMUL code.
|
||||||
|
# ifndef CRC_USE_IFUNC
|
||||||
# define CRC_USE_GENERIC_FOR_SMALL_INPUTS 1
|
# define CRC_USE_GENERIC_FOR_SMALL_INPUTS 1
|
||||||
|
# endif
|
||||||
*/
|
*/
|
||||||
|
|
||||||
# if defined(_MSC_VER)
|
# if defined(_MSC_VER)
|
||||||
|
|
Loading…
Reference in New Issue