blob: 1496e9ceb6fea620b7ca1818317f511028f16955 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#ifndef SIMDJSON_LSX_H
#define SIMDJSON_LSX_H
#include "simdjson/lsx/begin.h"
#include "simdjson/generic/amalgamated.h"
#include "simdjson/lsx/end.h"
#endif // SIMDJSON_LSX_H
|