This commit is contained in:
Kovid Goyal
2024-03-14 21:00:57 +05:30
parent 76ae5f5b9b
commit 3bb9e36fc8

View File

@@ -215,7 +215,7 @@ init_simd(void *x) {
#ifdef __aarch64__
// no idea how to probe ARM cpu for NEON support. This file uses pretty
// basic AVX2 and SSE4.2 intrinsics, so hopefully they work on ARM
// ARM has only 128 bit registers buy using the avx2 code is still slightly faster
// ARM has only 128 bit registers but using the avx2 code is still slightly faster
has_sse4_2 = true; has_avx2 = true;
#elif !defined(KITTY_NO_SIMD)
do_check();