[libc-commits] [PATCH] D118099: [libc][NFC] Fix GCC inline asm compilation problems + workaround clang assertion

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jan 25 08:41:22 PST 2022


abrachet added a comment.

In D118099#3268320 <https://reviews.llvm.org/D118099#3268320>, @sivachandra wrote:

> That a compiler unnecessarily requires the `"cc"` clobber specification is OK but GCC requiring the input operand to have the `"f"` modifier instead of the `"t"` modifier seems not so correct. Should we really care about the GCC problem now?

Ok I've committed without the changes to `sqrtl`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118099



More information about the libc-commits mailing list