[libc-commits] [PATCH] D145560: [libc] Add riscv64 fenv implementation and enable the fenv.h functions.

Mikhail Ramalho via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Mar 8 09:06:25 PST 2023


mikhail.ramalho added a comment.

In D145560#4178326 <https://reviews.llvm.org/D145560#4178326>, @abrachet wrote:

> This needs an `fenv_t` type in the public headers

For now, we are focusing on building libc with `-DLLVM_LIBC_FULL_BUILD=OFF`, that's why the definition is only added in the next patch in the series.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145560



More information about the libc-commits mailing list