Commits


Yibo Cai authored and Antoine Pitrou committed e43896577d4
ARROW-7403: [C++][JSON] Enable Rapidjson on Arm64 Neon Rapidjson supports Arm64 Neon, but it's not enabled in Arrow now. We need to define macro RAPIDJSON_NEON to build Rapidjson with Neon support. Closes #6042 from cyb70289/rapidjson-neon and squashes the following commits: 58f967f40 <Yibo Cai> ARROW-7403: Enable Rapidjson on Arm64 Neon Authored-by: Yibo Cai <yibo.cai@arm.com> Signed-off-by: Antoine Pitrou <antoine@python.org>