Dear all,
The functions encode_ieee_single()/encode_ieee_double() encode the GCC
internal representation (i.e., REAL_VALUE_TYPE) to the corresponding IEEE
single precision/double precision formats. The constant values in a program
(i.e., float a = 3.14;) will be parsed and then transferred to GC
On Mon, Sep 19, 2022 at 09:22:55PM +0800, pengsheng.chen--- via Gcc wrote:
> The functions encode_ieee_single()/encode_ieee_double() encode the GCC
> internal representation (i.e., REAL_VALUE_TYPE) to the corresponding IEEE
> single precision/double precision formats. The constant values in a progr