mariadb/mysys/crc32
Daniel Black 5dbea46cfd crc32c: Fix AIX compulation - ALIGN defined
ALIGN was defined already:

mysys/crc32/crc32c.cc:390: warning: "ALIGN" redefined
 #define ALIGN(n, m)     ((n + ((1 << m) - 1)) & ~((1 << m) - 1))

In file included from /root/aix/build/include/my_global.h:543,
                 from /root/aix/build/mysys/crc32/crc32c.cc:22:
/opt/freeware/lib/gcc/powerpc-ibm-aix7.1.0.0/8/include-fixed/sys/socket.h:788: note: this is the location of the previous definition
 #define ALIGN(p)                (ulong)((caddr_t)(p) + MACHINE_ALIGNMENT - 1 - \
2021-03-18 14:40:54 +11:00
..
clang_workaround.h MDEV-22641: Provide SIMD optimized wrapper for zlib crc32() (#1558) 2020-06-01 11:34:06 +03:00
crc32_arm64.c Mac M1 build support proposal (minus rocksdb option) (#1743) 2021-01-30 17:04:27 +02:00
crc32_ppc64.c MDEV-19935 Create unified CRC-32 interface 2020-09-17 16:07:37 +02:00
crc32_x86.c MDEV-23680 Assertion `data' failed in crcr32_calc_pclmulqdq 2020-09-07 12:08:26 +02:00
crc32c.cc crc32c: Fix AIX compulation - ALIGN defined 2021-03-18 14:40:54 +11:00
crc32c_ppc.c MDEV-19935 Create unified CRC-32 interface 2020-09-17 16:07:37 +02:00
crc32c_ppc.h MDEV-19935 Create unified CRC-32 interface 2020-09-17 16:07:37 +02:00
crc_ppc64.h MDEV-19935 Create unified CRC-32 interface 2020-09-17 16:07:37 +02:00
pcc_crc32_constants.h MDEV-22641: Provide SIMD optimized wrapper for zlib crc32() (#1558) 2020-06-01 11:34:06 +03:00
pcc_crc32c_constants.h MDEV-22641: Provide SIMD optimized wrapper for zlib crc32() (#1558) 2020-06-01 11:34:06 +03:00