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
9 lines
177 B
C
9 lines
177 B
C
#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
|