[all-commits] [llvm/llvm-project] 34f66c: Add implementations for fmin, fminf, and fminl. T...

lntue via All-commits all-commits at lists.llvm.org
Tue Jul 21 14:15:49 PDT 2020


  Branch: refs/heads/lntue-libc-fmin
  Home:   https://github.com/llvm/llvm-project
  Commit: 34f66c1438efce5184c030cbfd41f9e5164b1523
      https://github.com/llvm/llvm-project/commit/34f66c1438efce5184c030cbfd41f9e5164b1523
  Author: Tue Ly <lntue at google.com>
  Date:   2020-07-21 (Tue, 21 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/fmin.cpp
    A libc/src/math/fmin.h
    A libc/src/math/fminf.cpp
    A libc/src/math/fminf.h
    A libc/src/math/fminl.cpp
    A libc/src/math/fminl.h
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/fmin_test.cpp
    A libc/test/src/math/fminf_test.cpp
    A libc/test/src/math/fminl_test.cpp
    M libc/utils/FPUtil/BasicOperations.h
    M libc/utils/FPUtil/CMakeLists.txt

  Log Message:
  -----------
  Add implementations for fmin, fminf, and fminl.  Testing infrastructure update is splitted to https://reviews.llvm.org/D83931.




More information about the All-commits mailing list