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
182 B
C
9 lines
182 B
C
#ifndef SIMDJSON_LASX_H
|
|
#define SIMDJSON_LASX_H
|
|
|
|
#include "simdjson/lasx/begin.h"
|
|
#include "simdjson/generic/amalgamated.h"
|
|
#include "simdjson/lasx/end.h"
|
|
|
|
#endif // SIMDJSON_LASX_H
|