mirror of
https://github.com/GerbilSoft/zlib-ng.git
synced 2025-06-18 11:35:35 -04:00
Define W = 8 on powerpc64 for braided crc32 generation.
This commit is contained in:
parent
a6155234a2
commit
8c945465c6
@ -25,7 +25,7 @@
|
||||
# endif
|
||||
#else
|
||||
# ifndef W
|
||||
# if defined(__x86_64__) || defined(__aarch64__)
|
||||
# if defined(__x86_64__) || defined(__aarch64__) || defined(__powerpc64__)
|
||||
# define W 8
|
||||
# else
|
||||
# define W 4
|
||||
|
Loading…
Reference in New Issue
Block a user