[all-commits] [llvm/llvm-project] 6f8dfe: [libc] Add riscv64 fenv implementation and enable ...

Siva Chandra via All-commits all-commits at lists.llvm.org
Wed Mar 8 05:50:06 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6f8dfeee06cf97d253bd278357ef26c0a2c9c1e2
      https://github.com/llvm/llvm-project/commit/6f8dfeee06cf97d253bd278357ef26c0a2c9c1e2
  Author: Siva Chandra <sivachandra at google.com>
  Date:   2023-03-08 (Wed, 08 Mar 2023)

  Changed paths:
    M libc/config/linux/riscv64/entrypoints.txt
    M libc/src/__support/FPUtil/FEnvImpl.h
    A libc/src/__support/FPUtil/riscv64/FEnvImpl.h
    M libc/test/src/fenv/enabled_exceptions_test.cpp
    M libc/test/src/fenv/feenableexcept_test.cpp
    M libc/test/src/fenv/feholdexcept_test.cpp

  Log Message:
  -----------
  [libc] Add riscv64 fenv implementation and enable the fenv.h functions.

Reviewed By: mikhail.ramalho

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




More information about the All-commits mailing list