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, 4/8 (add new float representations)


On Thu, Apr 16, 2009 at 12:22 AM, Sandra Loosemore
<sandra@codesourcery.com> wrote:
> This patch specifies the details of the IEEE and ARM alternative
> half-precision float formats. ?The latter is similar to the IEEE
> representation, but extends the exponent range by borrowing the bit
> the IEEE representation uses to represent infinities and NaNs. ?Otherwise
> they can share the encode/decode logic.

This is ok.

Thanks,
Richard.

> -Sandra
>
>
> 2009-04-15 ?Sandra Loosemore ?<sandra@codesourcery.com>
>
> ? ? ? ?gcc/
> ? ? ? ?* real.c (encode_ieee_half): Define.
> ? ? ? ?(decode_ieee_half): Define.
> ? ? ? ?(ieee_half_format): Define.
> ? ? ? ?(arm_half_format): Define.
> ? ? ? ?* real.h (ieee_half_format): Declare.
> ? ? ? ?(arm_half_format): Declare.
>


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