Skip to content

Commit 7939ad5

Browse files
committed
Fixing comment.
1 parent c67add5 commit 7939ad5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/simdjson/arm64.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
#endif
77

88
#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.
9+
1110
#ifndef SIMDJSON_IMPLEMENTATION_ARM64
1211
#define SIMDJSON_IMPLEMENTATION_ARM64 (SIMDJSON_IS_ARM64)
1312
#endif
13+
1414
#include "simdjson/internal/isadetection.h"
1515
#include "simdjson/internal/jsoncharutils_tables.h"
1616
#include "simdjson/internal/numberparsing_tables.h"

0 commit comments

Comments
 (0)