[Bug libc/32414] [x86_64 regression] tst-strtod5i.c:124:(.text+0x47c): undefined reference to `__copysignf128'
jsm28 at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Wed Dec 4 16:54:23 GMT 2024
https://sourceware.org/bugzilla/show_bug.cgi?id=32414
--- Comment #1 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
Maybe using __builtin_copysign in place of copysign in tst-strtod5i.c would
help (sysdeps/x86/bits/floatn.h handles remapping __builtin_copysignf128 for
older GCC). (For any changes in this area, watch out for any breakage caused on
powerpc64le with its three different long double formats.)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list