[all-commits] [llvm/llvm-project] d41280: [libc] Add implementations of fdim[f|l].

lntue via All-commits all-commits at lists.llvm.org
Tue Nov 10 15:49:38 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d41280467d69f056fc74b3bf31e82c86dcbd62bf
      https://github.com/llvm/llvm-project/commit/d41280467d69f056fc74b3bf31e82c86dcbd62bf
  Author: Tue Ly <lntue at google.com>
  Date:   2020-11-10 (Tue, 10 Nov 2020)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/spec/stdc.td
    M libc/src/math/CMakeLists.txt
    A libc/src/math/fdim.cpp
    A libc/src/math/fdim.h
    A libc/src/math/fdimf.cpp
    A libc/src/math/fdimf.h
    A libc/src/math/fdiml.cpp
    A libc/src/math/fdiml.h
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/FDimTest.h
    A libc/test/src/math/fdim_test.cpp
    A libc/test/src/math/fdimf_test.cpp
    A libc/test/src/math/fdiml_test.cpp
    M libc/utils/FPUtil/BasicOperations.h

  Log Message:
  -----------
  [libc] Add implementations of fdim[f|l].

Implementing fdim, fdimf, and fdiml for llvm-libc.

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




More information about the All-commits mailing list