fplll / fpylll

A Python interface for https://github.com/fplll/fplll
GNU General Public License v2.0
118 stars 60 forks source link

disable long double on aarch64-darwin #270

Closed Feyorsh closed 5 months ago

Feyorsh commented 5 months ago

Fixes #269.

This problem doesn't affect x86_64-darwin, hence why platform is pulled in to specifically check if we're on ARM.

malb commented 5 months ago

Thank you