simdjson 4.4.0
Ridiculously Fast JSON
Loading...
Searching...
No Matches
intrinsics.h
1#ifndef SIMDJSON_LSX_INTRINSICS_H
2#define SIMDJSON_LSX_INTRINSICS_H
3
4#ifndef SIMDJSON_CONDITIONAL_INCLUDE
5#include "simdjson/lsx/base.h"
6#endif // SIMDJSON_CONDITIONAL_INCLUDE
7
8#include <lsxintrin.h>
9
10static_assert(sizeof(__m128i) <= simdjson::SIMDJSON_PADDING, "insufficient padding for LoongArch SX");
11
12#endif // SIMDJSON_LSX_INTRINSICS_H
constexpr size_t SIMDJSON_PADDING
The amount of padding needed in a buffer to parse JSON.
Definition base.h:33