[all-commits] [llvm/llvm-project] d99bb0: [libc][NFC] Clean up test/src/math/differential_te...

lntue via All-commits all-commits at lists.llvm.org
Mon Mar 11 08:39:02 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d99bb01422a984e50043588a6bfafd2c6ce0b7e7
      https://github.com/llvm/llvm-project/commit/d99bb01422a984e50043588a6bfafd2c6ce0b7e7
  Author: lntue <35648136+lntue at users.noreply.github.com>
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
    M libc/docs/math/index.rst
    M libc/src/math/docs/add_math_function.md
    M libc/test/src/math/CMakeLists.txt
    R libc/test/src/math/differential_testing/BinaryOpSingleOutputDiff.h
    R libc/test/src/math/differential_testing/CMakeLists.txt
    R libc/test/src/math/differential_testing/SingleInputSingleOutputDiff.h
    R libc/test/src/math/differential_testing/Timer.cpp
    R libc/test/src/math/differential_testing/Timer.h
    R libc/test/src/math/differential_testing/ceilf_diff.cpp
    R libc/test/src/math/differential_testing/ceilf_perf.cpp
    R libc/test/src/math/differential_testing/cosf_diff.cpp
    R libc/test/src/math/differential_testing/cosf_perf.cpp
    R libc/test/src/math/differential_testing/exp2f_diff.cpp
    R libc/test/src/math/differential_testing/exp2f_perf.cpp
    R libc/test/src/math/differential_testing/expf_diff.cpp
    R libc/test/src/math/differential_testing/expf_perf.cpp
    R libc/test/src/math/differential_testing/expm1f_diff.cpp
    R libc/test/src/math/differential_testing/expm1f_perf.cpp
    R libc/test/src/math/differential_testing/fabsf_diff.cpp
    R libc/test/src/math/differential_testing/fabsf_perf.cpp
    R libc/test/src/math/differential_testing/floorf_diff.cpp
    R libc/test/src/math/differential_testing/floorf_perf.cpp
    R libc/test/src/math/differential_testing/fmod_diff.cpp
    R libc/test/src/math/differential_testing/fmod_perf.cpp
    R libc/test/src/math/differential_testing/fmodf_diff.cpp
    R libc/test/src/math/differential_testing/fmodf_perf.cpp
    R libc/test/src/math/differential_testing/hypot_diff.cpp
    R libc/test/src/math/differential_testing/hypot_perf.cpp
    R libc/test/src/math/differential_testing/hypotf_diff.cpp
    R libc/test/src/math/differential_testing/hypotf_perf.cpp
    R libc/test/src/math/differential_testing/log10f_perf.cpp
    R libc/test/src/math/differential_testing/log1pf_perf.cpp
    R libc/test/src/math/differential_testing/log2f_diff.cpp
    R libc/test/src/math/differential_testing/log2f_perf.cpp
    R libc/test/src/math/differential_testing/logbf_diff.cpp
    R libc/test/src/math/differential_testing/logbf_perf.cpp
    R libc/test/src/math/differential_testing/logf_diff.cpp
    R libc/test/src/math/differential_testing/logf_perf.cpp
    R libc/test/src/math/differential_testing/nearbyintf_diff.cpp
    R libc/test/src/math/differential_testing/nearbyintf_perf.cpp
    R libc/test/src/math/differential_testing/rintf_diff.cpp
    R libc/test/src/math/differential_testing/rintf_perf.cpp
    R libc/test/src/math/differential_testing/roundf_diff.cpp
    R libc/test/src/math/differential_testing/roundf_perf.cpp
    R libc/test/src/math/differential_testing/sinf_diff.cpp
    R libc/test/src/math/differential_testing/sinf_perf.cpp
    R libc/test/src/math/differential_testing/sqrtf_diff.cpp
    R libc/test/src/math/differential_testing/sqrtf_perf.cpp
    R libc/test/src/math/differential_testing/truncf_diff.cpp
    R libc/test/src/math/differential_testing/truncf_perf.cpp
    A libc/test/src/math/performance_testing/BinaryOpSingleOutputPerf.h
    A libc/test/src/math/performance_testing/CMakeLists.txt
    A libc/test/src/math/performance_testing/SingleInputSingleOutputPerf.h
    A libc/test/src/math/performance_testing/Timer.cpp
    A libc/test/src/math/performance_testing/Timer.h
    A libc/test/src/math/performance_testing/ceilf_perf.cpp
    A libc/test/src/math/performance_testing/cosf_perf.cpp
    A libc/test/src/math/performance_testing/exp2f_perf.cpp
    A libc/test/src/math/performance_testing/expf_perf.cpp
    A libc/test/src/math/performance_testing/expm1f_perf.cpp
    A libc/test/src/math/performance_testing/fabsf_perf.cpp
    A libc/test/src/math/performance_testing/floorf_perf.cpp
    A libc/test/src/math/performance_testing/fmod_perf.cpp
    A libc/test/src/math/performance_testing/fmodf_perf.cpp
    A libc/test/src/math/performance_testing/hypot_perf.cpp
    A libc/test/src/math/performance_testing/hypotf_perf.cpp
    A libc/test/src/math/performance_testing/log10f_perf.cpp
    A libc/test/src/math/performance_testing/log1pf_perf.cpp
    A libc/test/src/math/performance_testing/log2f_perf.cpp
    A libc/test/src/math/performance_testing/logbf_perf.cpp
    A libc/test/src/math/performance_testing/logf_perf.cpp
    A libc/test/src/math/performance_testing/nearbyintf_perf.cpp
    A libc/test/src/math/performance_testing/rintf_perf.cpp
    A libc/test/src/math/performance_testing/roundf_perf.cpp
    A libc/test/src/math/performance_testing/sinf_perf.cpp
    A libc/test/src/math/performance_testing/sqrtf_perf.cpp
    A libc/test/src/math/performance_testing/truncf_perf.cpp

  Log Message:
  -----------
  [libc][NFC] Clean up test/src/math/differential_testing folder, renaming it to performance_testing. (#84646)

Removing all the diff tests.



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