This commit is contained in:
Daniel Lemire
2020-06-21 17:05:55 -04:00
parent c25928e44f
commit 04139eb82e
5 changed files with 35 additions and 3 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ WARN_UNUSED error_code dom_parser_implementation::stage1(const uint8_t *_buf, si
this->len = _len;
return westmere::stage1::json_structural_indexer::index<64>(_buf, _len, *this, streaming);
}
#include "generic/stage1/utf8_validator.h"
} // namespace westmere
} // namespace simdjson
UNTARGET_REGION