From: CVS <do...@th...> - 2002-09-19 16:02:21
|
Update of /cvs/BasiliskII/src/uae_cpu/fpu Modified Files: fpu_ieee.cpp mathlib.h types.h Log Message: Don't define USE_LONG_DOUBLE when sizeof(long double) == 16. This still is not very clean but it should build now. Probably live with USE_LONG_DOUBLE for any case where native long double exists and sizeof > 8 ? |