[Bug target/86160] New: Implement isinf on PowerPC

meissner at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jun 14 23:59:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86160

            Bug ID: 86160
           Summary: Implement isinf on PowerPC
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: meissner at gcc dot gnu.org
  Target Milestone: ---

PowerPC with the VSX instruction set has the xststdcdp instruction that can be
used to test if a value is infinity (and the xststdcqp instruction for IEEE
128-bit).  We should use this for the IEEE math builtins like __builtin_isinf.


More information about the Gcc-bugs mailing list