[libcxx-commits] [PATCH] D155312: [libc++] Use _Complex for multiplication and division of complex floating point types

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 28 09:16:49 PDT 2023


ldionne added a subscriber: mstorsjo.
ldionne added a comment.

@mstorsjo Do you know what's the state of things for compiler-rt on Windows?

To summarize the issue, it seems like we are missing `__muldc3` and `__mulsc3` on Windows, which should be provided in compiler-rt (from https://buildkite.com/llvm-project/libcxx-ci/builds/29818#018aa944-7c19-4abf-8476-4b506918c33a).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155312/new/

https://reviews.llvm.org/D155312



More information about the libcxx-commits mailing list