Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-20 | Harmonize the CPU architecture preprocessor definitions. | Nathan Moinvaziri | |
2020-05-24 | Removed fallback for __builtin_ctzl since it is no longer used. | Nathan Moinvaziri | |
2020-05-24 | Abstracted out architecture specific implementations of 258 byte comparison ↵ | Nathan Moinvaziri | |
to compare258. | |||
2020-05-01 | Standardize fill_window implementations and abstract out slide_hash_neon for ↵ | Nathan Moinvaziri | |
ARM. | |||
2020-02-07 | Fixed 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-10-24 | Fixed formatting converting tabs to spaces. | Nathan Moinvaziri | |
2019-09-04 | Changes 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. |