#286 define word size

This commit is contained in:
niels
2025-11-02 13:31:58 +01:00
parent d0739eb522
commit 02b5cea14c

View File

@@ -86,6 +86,7 @@ static int has_cpuid(void)
}
#ifdef HAVE_ARM
#define WORD_SIZE 4
static int int get_cache_line_size() {
#if defined(__aarch64__)
uint64_t ctr_el0;