We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67add5 commit 7939ad5Copy full SHA for 7939ad5
include/simdjson/arm64.h
@@ -6,11 +6,11 @@
6
#endif
7
8
#include "simdjson/portability.h"
9
-// Default Haswell to on if this is x86-64. Even if we're not compiled for it, it could be selected
10
-// at runtime.
+
11
#ifndef SIMDJSON_IMPLEMENTATION_ARM64
12
#define SIMDJSON_IMPLEMENTATION_ARM64 (SIMDJSON_IS_ARM64)
13
14
#include "simdjson/internal/isadetection.h"
15
#include "simdjson/internal/jsoncharutils_tables.h"
16
#include "simdjson/internal/numberparsing_tables.h"
0 commit comments