[all-commits] [llvm/llvm-project] ae2d8b: [libc][math] Update exceptional cases for logf, lo...

lntue via All-commits all-commits at lists.llvm.org
Fri Feb 10 11:09:10 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ae2d8b49713d8987124ba5eee41b4b29191bbd56
      https://github.com/llvm/llvm-project/commit/ae2d8b49713d8987124ba5eee41b4b29191bbd56
  Author: Tue Ly <lntue.h at gmail.com>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M libc/src/__support/FPUtil/except_value_utils.h
    M libc/src/math/generic/CMakeLists.txt
    M libc/src/math/generic/log10f.cpp
    M libc/src/math/generic/log1pf.cpp
    M libc/src/math/generic/log2f.cpp
    M libc/src/math/generic/logf.cpp
    M libc/test/UnitTest/FPMatcher.h
    M libc/test/src/math/exhaustive/log1pf_test.cpp
    M libc/test/src/math/log10f_test.cpp
    M libc/test/src/math/log1pf_test.cpp
    M libc/test/src/math/log2f_test.cpp
    M libc/test/src/math/logf_test.cpp
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

  Log Message:
  -----------
  [libc][math] Update exceptional cases for logf, log10f, log2f, log1pf.

Properly set floating point exceptions and add more exceptional
values for non-FMA x86-64 targets.

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D143699




More information about the All-commits mailing list