summaryrefslogtreecommitdiff
path: root/zendian.h
AgeCommit message (Collapse)Author
2020-06-08Clean up windows defines, use _WIN32Pavel P
+ replaced WIN32 with _WIN32 + removed unused WINDOWS/_WINDOWS defines + no need to test for __MINGW__, as _WIN32 is also defined
2020-02-07Fixed formatting, 4 spaces for code intent, 2 spaces for preprocessor ↵Nathan Moinvaziri
indent, initial function brace on the same line as definition, removed extraneous spaces and new lines.
2019-09-04Changes to support compilation with MSVC ARM & ARM64 (#386)Nathan Moinvaziri
* Merge aarch64 and arm cmake sections. * Updated MSVC compiler support for ARM and ARM64. * Moved detection for -mfpu=neon to where the flag is set to simplify add_intrinsics_option. * Only add ${ACLEFLAG} on aarch64 if not WITH_NEON. * Rename arch/x86/ctzl.h to fallback_builtins.h.
2019-08-06Rename gzendian to zendian since it is included in more than just the gzip ↵Nathan Moinvaziri
library code.