On 6/2/20 10:31 AM, Adhemerval Zanella via Libc-alpha wrote:
>
>
> On 01/06/2020 21:35, Vineet Gupta wrote:
>> introduce sysdep header math-use-builtins.h to replace aarch64
>> impementations with corresponding generic ones
>
> s/impementations/implementations and missing ':'.
Fixed.
>> - new
On 01/06/2020 21:35, Vineet Gupta wrote:
> introduce sysdep header math-use-builtins.h to replace aarch64
> impementations with corresponding generic ones
s/impementations/implementations and missing ':'.
>
> - newly inroduced generic sqrt{,f}, fma{,f}
> - existing floor{,f}, nearbyint{,f},
introduce sysdep header math-use-builtins.h to replace aarch64
impementations with corresponding generic ones
- newly inroduced generic sqrt{,f}, fma{,f}
- existing floor{,f}, nearbyint{,f}, rint{,f}, round{,f}, trunc{,f}
- Note that generic copysign was already enabled (via generic
math-use