On Wed, Aug 22, 2012 at 4:41 PM, H.J. Lu wrote:
> Long double is the same as double in Bionic. This patch
>
> 1. Add -mlong-double-80:
> 80-bit long double
> Enabled for Linux by default.
> 2. Add -mlong-double-64:
> 64-bit long double
> Predefine a new C/C++ macr
Hi,
Long double is the same as double in Bionic. This patch
1. Add -mlong-double-80:
80-bit long double
Enabled for Linux by default.
2. Add -mlong-double-64:
64-bit long double
Predefine a new C/C++ macro, __LONG_DOUBLE_64__.
Enabled for Android by defaul