On 6/29/23 4:13 AM, Kewen.Lin wrote:
> on 2023/6/19 23:57, Carl Love wrote:
>> The following patch changes the return type of the
>> __builtin_set_fpscr_rn builtin from void to double. The return value
>> is the current value of the various FPSCR fields DRN, VE, OE, UE, ZE,
>> XE, NI, RN bit posi
Hi Carl,
on 2023/6/19 23:57, Carl Love wrote:
> GCC maintainers:
>
>
> The GLibC team requested a builtin to replace the mffscrn and mffscrni inline
> asm instructions in the GLibC code> Previously there was discussion on adding
> builtins for the mffscrn instructions.
>
> https://gcc.gnu.org
GCC maintainers:
The GLibC team requested a builtin to replace the mffscrn and mffscrniinline
asm instructions in the GLibC code. Previously there was discussion on adding
builtins for the mffscrn instructions.
https://gcc.gnu.org/pipermail/gcc-patches/2023-May/620261.html
In the end, it was