mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
4647320adc
Co-authored-by: gong-flying <gongxiaofei24@iscas.ac.cn>
7 lines
201 B
C
7 lines
201 B
C
#ifndef SIMDJSON_RVV_END_H
|
|
#define SIMDJSON_RVV_END_H
|
|
|
|
// 与 arm64/end.h 对称:当前为空,仅保留结构完整性
|
|
// 若将来需要清理局部宏可放在这里
|
|
|
|
#endif // SIMDJSON_RVV_END_H
|