[libcxx-commits] [PATCH] D134938: Use builtins in <math.h>

Michael Platings via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 18 05:21:46 PDT 2022


michaelplatings abandoned this revision.
michaelplatings added a comment.

Hi @philnik, I'm abandoning this patch in anticipation of you changing all the math.h functions to use builtins.

The main thing you can learn from this patch is that you'll run into issues with AIX long double. I haven't been able to identify exactly which functions are problematic but I'll let you know if I do.

In D134938#3863619 <https://reviews.llvm.org/D134938#3863619>, @philnik wrote:

> Do you want me to tag you on related patches I upload, so you can track development?

Yes please.


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

https://reviews.llvm.org/D134938



More information about the libcxx-commits mailing list