kou commented on code in PR #34740:
URL: https://github.com/apache/arrow/pull/34740#discussion_r1152407998
##########
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:
Thanks.
Then could you open a new separated issue to update vendored
double-conversion and open a separated pull request for it?
For example, #14817 is a pull request to update vendored fast_float.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]