Trying again... (#235)

This commit is contained in:
Daniel Lemire
2019-07-29 13:55:13 -04:00
committed by GitHub
parent c328afee57
commit 771e9cd68a
3 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ TARGET_HASWELL
namespace simdjson {
template<>
int find_structural_bits<architecture::haswell>(const uint8_t *buf, size_t len, ParsedJson &pj) {
FIND_STRUCTURAL_BITS(architecture::haswell, buf, len, pj, simdjson::flatten_bits);
FIND_STRUCTURAL_BITS(architecture::haswell, buf, len, pj, simdjson::haswell::flatten_bits);
}
} // simdjson
UNTARGET_REGION