[libc-commits] [PATCH] D145444: [libc] Support more functions in riscv

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


mikhail.ramalho added a comment.

In D145444#4178400 <https://reviews.llvm.org/D145444#4178400>, @sivachandra wrote:

> Hi,
>
> Can you separate this out into following patches:
>
> 1. Just simple expansion of entrypoints.txt with functions that can now be included without any other changes. Do not include any commented out functions.
> 2. FMA patch.
> 3. sqrt patch.
> 4. Adding riscv `fenv_t` and singal.h macros. Enable full build also with this patch.
>
> Thanks,
> Siva Chandra

No problem!

I only left the commented sin, cos and tan, if that's alright.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145444



More information about the libc-commits mailing list