h2oai / datatable

A Python package for manipulating 2-dimensional tabular data structures
https://datatable.readthedocs.io
Mozilla Public License 2.0
1.81k stars 155 forks source link

Improve ARM64 compatibility #3447

Closed oleksiyskononenko closed 1 year ago

oleksiyskononenko commented 1 year ago

With changes on this PR datatable builds and passes all the tests on ARM platform. Since on this platform long double is identical to double, we had to

WIP for #3222