public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/26534] New: libm.so 2.32 SIGILL in pow() due to FMA4 instruction on non-FMA4 system
@ 2020-08-25 14:55 ondra.hosek at gmail dot com
  2020-08-25 14:57 ` [Bug math/26534] " ondra.hosek at gmail dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: ondra.hosek at gmail dot com @ 2020-08-25 14:55 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=26534

            Bug ID: 26534
           Summary: libm.so 2.32 SIGILL in pow() due to FMA4 instruction
                    on non-FMA4 system
           Product: glibc
           Version: 2.32
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: math
          Assignee: unassigned at sourceware dot org
          Reporter: ondra.hosek at gmail dot com
  Target Milestone: ---

Programs calling libm's pow() exit with SIGILL because it executes the FMA4
instruction

    vfmaddsd %xmm4,0x8(%rdx),%xmm6,%xmm0

on a system that does not support FMA4.

This is apparently due to a regression in commit
107e6a3c2212ba7a3a4ec7cae8d82d73f7c95d0b file
sysdeps/x86_64/fpu/multiarch/ifunc-fma4.h where the ifunc checks for "FMA"
instead of "FMA4".

Originally reported to Arch Linux: https://bugs.archlinux.org/task/67715

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-01-20  9:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-25 14:55 [Bug math/26534] New: libm.so 2.32 SIGILL in pow() due to FMA4 instruction on non-FMA4 system ondra.hosek at gmail dot com
2020-08-25 14:57 ` [Bug math/26534] " ondra.hosek at gmail dot com
2020-08-25 15:23 ` schwab@linux-m68k.org
2020-08-25 16:25 ` hjl.tools at gmail dot com
2020-08-26  2:27 ` ondra.hosek at gmail dot com
2020-09-03 22:37 ` slyfox at inbox dot ru
2020-09-03 23:04 ` ondra.hosek at gmail dot com
2020-09-04 11:46 ` fweimer at redhat dot com
2021-01-20  9:00 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).