mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
4c98e51c53
* Add LoongArch SX support * Add LoongArch ASX support
11 lines
350 B
C
11 lines
350 B
C
#define SIMDJSON_IMPLEMENTATION lsx
|
|
#include "simdjson/lsx/base.h"
|
|
#include "simdjson/lsx/intrinsics.h"
|
|
#include "simdjson/lsx/bitmanipulation.h"
|
|
#include "simdjson/lsx/bitmask.h"
|
|
#include "simdjson/lsx/numberparsing_defs.h"
|
|
#include "simdjson/lsx/simd.h"
|
|
#include "simdjson/lsx/stringparsing_defs.h"
|
|
|
|
#define SIMDJSON_SKIP_BACKSLASH_SHORT_CIRCUIT 1
|