[all-commits] [llvm/llvm-project] 52e588: [libc] Enable exp10m1f on RISC-V (#138768)

Mikhail R. Gadelha via All-commits all-commits at lists.llvm.org
Wed May 7 09:22:30 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 52e5889d0eeecec27beb4332c5d95d33bf3621d8
      https://github.com/llvm/llvm-project/commit/52e5889d0eeecec27beb4332c5d95d33bf3621d8
  Author: Mikhail R. Gadelha <mikhail at igalia.com>
  Date:   2025-05-07 (Wed, 07 May 2025)

  Changed paths:
    M libc/config/linux/riscv/entrypoints.txt
    M libc/test/src/math/exp10m1f_test.cpp

  Log Message:
  -----------
  [libc] Enable exp10m1f on RISC-V (#138768)

Previously, the test failed due to isnan() and isinf() not being
defined.

This patch follows other tests in the same directory and calls isnan and
isinf from the FBits class.

---------

Co-authored-by: OverMighty <its.overmighty at gmail.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list