[all-commits] [llvm/llvm-project] 409608: [libc] Add implementations of fmax, fmaxf, and fmaxl.

lntue via All-commits all-commits at lists.llvm.org
Thu Jul 23 12:24:18 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4096088e19416d8515de0c3d114fb06052efaa2c
      https://github.com/llvm/llvm-project/commit/4096088e19416d8515de0c3d114fb06052efaa2c
  Author: Tue Ly <lntue at google.com>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/api.td
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/spec/stdc.td
    M libc/src/math/CMakeLists.txt
    A libc/src/math/fmax.cpp
    A libc/src/math/fmax.h
    A libc/src/math/fmaxf.cpp
    A libc/src/math/fmaxf.h
    A libc/src/math/fmaxl.cpp
    A libc/src/math/fmaxl.h
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/fmax_test.cpp
    A libc/test/src/math/fmaxf_test.cpp
    A libc/test/src/math/fmaxl_test.cpp
    M libc/utils/FPUtil/BasicOperations.h

  Log Message:
  -----------
  [libc] Add implementations of fmax, fmaxf, and fmaxl.

Summary: Add implementations of fmax, fmaxf, and fmaxl.

Reviewers: sivachandra

Subscribers: mgorny, tschuett, libc-commits, ecnelises

Tags: #libc-project

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




More information about the All-commits mailing list