Re: [i386] define __SIZEOF_FLOAT128__

2014-04-23 Thread Uros Bizjak
On Thu, Apr 24, 2014 at 7:35 AM, Marc Glisse wrote: >>> (Adding an i386 maintainer in Cc) >>> http://gcc.gnu.org/ml/gcc-patches/2014-04/msg00620.html >>> >>> >>> On Sun, 13 Apr 2014, Marc Glisse wrote: >>> Hello, some people like having a macro to test if a type is available (

Re: [i386] define __SIZEOF_FLOAT128__

2014-04-23 Thread Marc Glisse
On Wed, 23 Apr 2014, H.J. Lu wrote: On Wed, Apr 23, 2014 at 11:48 AM, Marc Glisse wrote: (Adding an i386 maintainer in Cc) http://gcc.gnu.org/ml/gcc-patches/2014-04/msg00620.html On Sun, 13 Apr 2014, Marc Glisse wrote: Hello, some people like having a macro to test if a type is available

Re: [i386] define __SIZEOF_FLOAT128__

2014-04-23 Thread H.J. Lu
On Wed, Apr 23, 2014 at 11:48 AM, Marc Glisse wrote: > (Adding an i386 maintainer in Cc) > http://gcc.gnu.org/ml/gcc-patches/2014-04/msg00620.html > > > On Sun, 13 Apr 2014, Marc Glisse wrote: > >> Hello, >> >> some people like having a macro to test if a type is available >> (__SIZEOF_INT128__ fo

Re: [i386] define __SIZEOF_FLOAT128__

2014-04-23 Thread Marc Glisse
(Adding an i386 maintainer in Cc) http://gcc.gnu.org/ml/gcc-patches/2014-04/msg00620.html On Sun, 13 Apr 2014, Marc Glisse wrote: Hello, some people like having a macro to test if a type is available (__SIZEOF_INT128__ for instance). This adds macros for __float80 and __float128. The types s