[libc-commits] [PATCH] D144340: [libc][math] Set floating point exceptions for exp*f, sinhf, and coshf.

Renyi Chen via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Feb 22 14:35:20 PST 2023


renyichen accepted this revision.
renyichen added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libc/test/src/math/exp10f_test.cpp:42
 
 TEST(LlvmLibcExp10fTest, Overflow) {
   errno = 0;
----------------
also test Underflow?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144340



More information about the libc-commits mailing list