https://bugs.llvm.org/show_bug.cgi?id=41366

            Bug ID: 41366
           Summary: `__builtin_hypot` is lowered incorrectly on Windows
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: X86
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]

We currently lower `__builtin_hypot` to `hypot` on Windows, which does not
actually have this function in MSVCRT.  MSVCRT provides the conforming `_hypot`
function instead.  The TLI should map this appropriately based on the target.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to