This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] ARM half-precision floating point, 6/8 (ARM backend details)


On Wed, Apr 15, 2009 at 3:25 PM, Sandra Loosemore
<sandra@codesourcery.com> wrote:
> This largish patch is all the ARM backend bits to implement half-precision
> float support. ÂThere's quite a lot going on here:
>
> * We add the -mfp16-format command-line option to control enablement of the
> Â__fp16 type and selection of the format.

There seems a few problems with the documentation here.  First it
lists -mfp16-format= but it does not list what it does or even the
options it accepts.  Second I don't see any specifications in the
documentation of __fp16 semantics or current issues you listed in the
0/8 email (like not allowed to use it as an argument or return value
of a function).

Thanks,
Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]