mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Some refactoring.
This commit is contained in:
@@ -2,18 +2,17 @@
|
||||
/* Microsoft C/C++-compatible compiler */
|
||||
#include <intrin.h>
|
||||
#else
|
||||
#include <immintrin.h>
|
||||
#include <x86intrin.h>
|
||||
#endif
|
||||
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
||||
#include "jsonparser/common_defs.h"
|
||||
#include "jsonparser/jsoncharutils.h"
|
||||
#include "jsonparser/numberparsing.h"
|
||||
#include "jsonparser/simdjson_internal.h"
|
||||
#include "jsonparser/stringparsing.h"
|
||||
#include "simdjson/common_defs.h"
|
||||
#include "simdjson/jsoncharutils.h"
|
||||
#include "simdjson/numberparsing.h"
|
||||
#include "simdjson/parsedjson.h"
|
||||
#include "simdjson/stringparsing.h"
|
||||
|
||||
#include <iostream>
|
||||
//#define DEBUG
|
||||
|
||||
Reference in New Issue
Block a user