[PATCH v2 1/4] iee754: provide gcc builtins based generic sqrt functions
Vineet Gupta
Vineet.Gupta1@synopsys.com
Tue Jun 2 16:54:41 GMT 2020
On 6/2/20 5:51 AM, Stefan Liebler via Libc-alpha wrote:
> On 6/2/20 2:35 AM, Vineet Gupta via Libc-alpha wrote:
>> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
>> ---
>> sysdeps/generic/math-use-builtins.h | 3 +++
>> sysdeps/ieee754/dbl-64/e_sqrt.c | 6 ++++++
>> sysdeps/ieee754/flt-32/e_sqrtf.c | 16 ++++++++++------
>> 3 files changed, 19 insertions(+), 6 deletions(-)
>>
>> diff --git a/sysdeps/generic/math-use-builtins.h b/sysdeps/generic/math-use-builtins.h
>> index 8a39ef58bc95..fc724c824a17 100644
>> --- a/sysdeps/generic/math-use-builtins.h
>> +++ b/sysdeps/generic/math-use-builtins.h
>> @@ -60,4 +60,7 @@
>> # define USE_COPYSIGNF128_BUILTIN 0
>> #endif
>>
>> +#define USE_SQRT_BUILTIN 0
>> +#define USE_SQRTF_BUILTIN 0
>> +
>> #endif /* math-use-builtins.h */
> Please also update the current architecture specific math-use-builtins.h
> file: sysdeps/s390/fpu/math-use-builtins.h
Fixed. I should have added s390 to my list of arches to test.
Thx for taking a look.
-Vineet
More information about the Libc-alpha
mailing list