[libcxx-commits] [PATCH] D136393: [libc++] Use builtins for all the functions in math.h
Michael Platings via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Oct 21 01:24:25 PDT 2022
michaelplatings added a subscriber: xingxue.
michaelplatings added a comment.
Looks good but you're hitting the same problem I did with AIX.
I suspect that __builtin_ldexpl is the one that's causing the trouble but haven't been able to prove it. @xingxue did give me access to an AIX machine but unfortunately it's under such heavy load already that it's not really usable. The path I took was to not use long double builtins on AIX ¯\_(ツ)_/¯
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136393/new/
https://reviews.llvm.org/D136393
More information about the libcxx-commits
mailing list