1 // Cache line sizes for ARM: These values are not strictly correct since
2 // cache line sizes depend on implementations, not architectures. There
3 // are even implementations with cache line sizes configurable at boot
5 #if defined(__ARM_ARCH_5T__)
6 #define LLVM_LIBC_CACHELINE_SIZE 32
7 #elif defined(__ARM_ARCH_7A__)
8 #define LLVM_LIBC_CACHELINE_SIZE 64