Brainstorm official support for arm32v7 hardware architecture #6680
Closed
drauschenbach
started this conversation in
General
Replies: 1 comment
-
Moving to an issue per ASF guidelines. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This discussion aims to outline what would be required to add comprehensive support for the arm32v7 hardware architecture. Because it was in the top 3 best-selling computers of all time, and edge hardware is likely to remain in service for quite some time, and because edge is a particularly strong use case for Arrow.
And secondarily, consider how that might also benefit independent efforts to support WASM32.
Here are some of my own ideas:
#[cfg(target_pointer_width = "64")]
around the test function). The POC at Don't attempt to run 64-bit tests on 32-bit platforms #6678 outlines most of these.DecimalType
,Decimal128Type
andDecimal256Type
which do not work on armhf.Time64MicrosecondType
andTime64NanosecondType
, which do not work on armhf.Beta Was this translation helpful? Give feedback.
All reactions