wbhart / mpir

Multiple Precision Integers and Rationals
GNU General Public License v3.0
229 stars 135 forks source link

set big endian default for ieee_double_extract #296

Open acxz opened 2 years ago

acxz commented 2 years ago

when HAVEDOUBLE* is not defined, ieee_double_extract fails to be defined and mpir compilation fails set a default value of big endian in such case

workaround solution to #278, there is a better way. this is just a tmp workaround for anyone running into the mentioned issue.

cc: @GitMensch