From 7939ad530745cc2eab7d34bf6e6b7cff2af68b80 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Sun, 13 Dec 2020 18:58:28 -0500 Subject: [PATCH] Fixing comment. --- include/simdjson/arm64.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/simdjson/arm64.h b/include/simdjson/arm64.h index b8c33401a..d2c639e27 100644 --- a/include/simdjson/arm64.h +++ b/include/simdjson/arm64.h @@ -6,11 +6,11 @@ #endif #include "simdjson/portability.h" -// Default Haswell to on if this is x86-64. Even if we're not compiled for it, it could be selected -// at runtime. + #ifndef SIMDJSON_IMPLEMENTATION_ARM64 #define SIMDJSON_IMPLEMENTATION_ARM64 (SIMDJSON_IS_ARM64) #endif + #include "simdjson/internal/isadetection.h" #include "simdjson/internal/jsoncharutils_tables.h" #include "simdjson/internal/numberparsing_tables.h"