kou commented on code in PR #34740: URL: https://github.com/apache/arrow/pull/34740#discussion_r1151163358
########## cpp/src/arrow/vendored/double-conversion/utils.h: ########## @@ -102,6 +102,7 @@ int main(int argc, char** argv) { defined(__AARCH64EL__) || defined(__aarch64__) || defined(__AARCH64EB__) || \ defined(__riscv) || \ defined(__or1k__) || defined(__arc__) || \ + defined(__loongarch__) || \ Review Comment: Could you open a pull request to upstream https://github.com/google/double-conversion ? We'll update our bundled version after this change is merged in upstream. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org