Define W = 8 on powerpc64 for braided crc32 generation.

This commit is contained in:
Nathan Moinvaziri 2022-05-09 23:42:00 -07:00 committed by Hans Kristian Rosbach
parent a6155234a2
commit 8c945465c6

View File

@ -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