[all-commits] [llvm/llvm-project] e7f8d4: [libc][math] Optimize maximum and minimum function...

OverMighty via All-commits all-commits at lists.llvm.org
Tue Jul 23 15:00:16 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e7f8d4be5a5d494ac95e664e397004936976db16
      https://github.com/llvm/llvm-project/commit/e7f8d4be5a5d494ac95e664e397004936976db16
  Author: OverMighty <its.overmighty at gmail.com>
  Date:   2024-07-23 (Tue, 23 Jul 2024)

  Changed paths:
    M libc/cmake/modules/CheckCompilerFeatures.cmake
    M libc/cmake/modules/LLVMLibCCheckCpuFeatures.cmake
    M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
    A libc/cmake/modules/compiler_features/check_builtin_fmax_fmin.cpp
    A libc/cmake/modules/compiler_features/check_builtin_fmaxf16_fminf16.cpp
    A libc/cmake/modules/cpu_features/check_FullFP16.cpp
    M libc/src/__support/FPUtil/BasicOperations.h
    M libc/src/__support/FPUtil/CMakeLists.txt
    M libc/src/__support/macros/properties/cpu_features.h
    M libc/src/math/generic/CMakeLists.txt
    M libc/test/src/math/performance_testing/CMakeLists.txt
    A libc/test/src/math/performance_testing/max_min_funcs_perf.cpp

  Log Message:
  -----------
  [libc][math] Optimize maximum and minimum functions using builtins when available (#100002)



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