[all-commits] [llvm/llvm-project] 84c899: [libc][math] Extract non-MPFR math tests into libc...

lntue via All-commits all-commits at lists.llvm.org
Tue Sep 19 09:11:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 84c899b2350f95ab4d1a335158363d2c112029ba
      https://github.com/llvm/llvm-project/commit/84c899b2350f95ab4d1a335158363d2c112029ba
  Author: Tue Ly <lntue at google.com>
  Date:   2023-09-19 (Tue, 19 Sep 2023)

  Changed paths:
    M libc/src/math/docs/add_math_function.md
    M libc/test/src/math/CMakeLists.txt
    M libc/test/src/math/generic/CMakeLists.txt
    A libc/test/src/math/smoke/CMakeLists.txt
    A libc/test/src/math/smoke/CeilTest.h
    A libc/test/src/math/smoke/CopySignTest.h
    A libc/test/src/math/smoke/FAbsTest.h
    A libc/test/src/math/smoke/FDimTest.h
    A libc/test/src/math/smoke/FMaxTest.h
    A libc/test/src/math/smoke/FMinTest.h
    A libc/test/src/math/smoke/FModTest.h
    A libc/test/src/math/smoke/FloorTest.h
    A libc/test/src/math/smoke/FmaTest.h
    A libc/test/src/math/smoke/FrexpTest.h
    A libc/test/src/math/smoke/HypotTest.h
    A libc/test/src/math/smoke/ILogbTest.h
    A libc/test/src/math/smoke/LdExpTest.h
    A libc/test/src/math/smoke/LogbTest.h
    A libc/test/src/math/smoke/ModfTest.h
    A libc/test/src/math/smoke/NextAfterTest.h
    A libc/test/src/math/smoke/RIntTest.h
    A libc/test/src/math/smoke/RemQuoTest.h
    A libc/test/src/math/smoke/RoundTest.h
    A libc/test/src/math/smoke/RoundToIntegerTest.h
    A libc/test/src/math/smoke/ScalbnTest.h
    A libc/test/src/math/smoke/SqrtTest.h
    A libc/test/src/math/smoke/TruncTest.h
    A libc/test/src/math/smoke/acosf_test.cpp
    A libc/test/src/math/smoke/acoshf_test.cpp
    A libc/test/src/math/smoke/asinf_test.cpp
    A libc/test/src/math/smoke/asinhf_test.cpp
    A libc/test/src/math/smoke/atanf_test.cpp
    A libc/test/src/math/smoke/atanhf_test.cpp
    A libc/test/src/math/smoke/ceil_test.cpp
    A libc/test/src/math/smoke/ceilf_test.cpp
    A libc/test/src/math/smoke/ceill_test.cpp
    A libc/test/src/math/smoke/copysign_test.cpp
    A libc/test/src/math/smoke/copysignf_test.cpp
    A libc/test/src/math/smoke/copysignl_test.cpp
    A libc/test/src/math/smoke/cosf_test.cpp
    A libc/test/src/math/smoke/coshf_test.cpp
    A libc/test/src/math/smoke/erff_test.cpp
    A libc/test/src/math/smoke/exp10_test.cpp
    A libc/test/src/math/smoke/exp10f_test.cpp
    A libc/test/src/math/smoke/exp2_test.cpp
    A libc/test/src/math/smoke/exp2f_test.cpp
    A libc/test/src/math/smoke/exp_test.cpp
    A libc/test/src/math/smoke/expf_test.cpp
    A libc/test/src/math/smoke/expm1f_test.cpp
    A libc/test/src/math/smoke/fabs_test.cpp
    A libc/test/src/math/smoke/fabsf_test.cpp
    A libc/test/src/math/smoke/fabsl_test.cpp
    A libc/test/src/math/smoke/fdim_test.cpp
    A libc/test/src/math/smoke/fdimf_test.cpp
    A libc/test/src/math/smoke/fdiml_test.cpp
    A libc/test/src/math/smoke/floor_test.cpp
    A libc/test/src/math/smoke/floorf_test.cpp
    A libc/test/src/math/smoke/floorl_test.cpp
    A libc/test/src/math/smoke/fma_test.cpp
    A libc/test/src/math/smoke/fmaf_test.cpp
    A libc/test/src/math/smoke/fmax_test.cpp
    A libc/test/src/math/smoke/fmaxf_test.cpp
    A libc/test/src/math/smoke/fmaxl_test.cpp
    A libc/test/src/math/smoke/fmin_test.cpp
    A libc/test/src/math/smoke/fminf_test.cpp
    A libc/test/src/math/smoke/fminl_test.cpp
    A libc/test/src/math/smoke/fmod_test.cpp
    A libc/test/src/math/smoke/fmodf_test.cpp
    A libc/test/src/math/smoke/frexp_test.cpp
    A libc/test/src/math/smoke/frexpf_test.cpp
    A libc/test/src/math/smoke/frexpl_test.cpp
    A libc/test/src/math/smoke/generic_sqrt_test.cpp
    A libc/test/src/math/smoke/generic_sqrtf_test.cpp
    A libc/test/src/math/smoke/generic_sqrtl_test.cpp
    A libc/test/src/math/smoke/hypot_test.cpp
    A libc/test/src/math/smoke/hypotf_test.cpp
    A libc/test/src/math/smoke/ilogb_test.cpp
    A libc/test/src/math/smoke/ilogbf_test.cpp
    A libc/test/src/math/smoke/ilogbl_test.cpp
    A libc/test/src/math/smoke/ldexp_test.cpp
    A libc/test/src/math/smoke/ldexpf_test.cpp
    A libc/test/src/math/smoke/ldexpl_test.cpp
    A libc/test/src/math/smoke/llrint_test.cpp
    A libc/test/src/math/smoke/llrintf_test.cpp
    A libc/test/src/math/smoke/llrintl_test.cpp
    A libc/test/src/math/smoke/llround_test.cpp
    A libc/test/src/math/smoke/llroundf_test.cpp
    A libc/test/src/math/smoke/llroundl_test.cpp
    A libc/test/src/math/smoke/log10_test.cpp
    A libc/test/src/math/smoke/log10f_test.cpp
    A libc/test/src/math/smoke/log1p_test.cpp
    A libc/test/src/math/smoke/log1pf_test.cpp
    A libc/test/src/math/smoke/log2_test.cpp
    A libc/test/src/math/smoke/log2f_test.cpp
    A libc/test/src/math/smoke/log_test.cpp
    A libc/test/src/math/smoke/logb_test.cpp
    A libc/test/src/math/smoke/logbf_test.cpp
    A libc/test/src/math/smoke/logbl_test.cpp
    A libc/test/src/math/smoke/logf_test.cpp
    A libc/test/src/math/smoke/lrint_test.cpp
    A libc/test/src/math/smoke/lrintf_test.cpp
    A libc/test/src/math/smoke/lrintl_test.cpp
    A libc/test/src/math/smoke/lround_test.cpp
    A libc/test/src/math/smoke/lroundf_test.cpp
    A libc/test/src/math/smoke/lroundl_test.cpp
    A libc/test/src/math/smoke/modf_test.cpp
    A libc/test/src/math/smoke/modff_test.cpp
    A libc/test/src/math/smoke/modfl_test.cpp
    A libc/test/src/math/smoke/nextafter_test.cpp
    A libc/test/src/math/smoke/nextafterf_test.cpp
    A libc/test/src/math/smoke/nextafterl_test.cpp
    A libc/test/src/math/smoke/remquo_test.cpp
    A libc/test/src/math/smoke/remquof_test.cpp
    A libc/test/src/math/smoke/remquol_test.cpp
    A libc/test/src/math/smoke/rint_test.cpp
    A libc/test/src/math/smoke/rintf_test.cpp
    A libc/test/src/math/smoke/rintl_test.cpp
    A libc/test/src/math/smoke/round_test.cpp
    A libc/test/src/math/smoke/roundf_test.cpp
    A libc/test/src/math/smoke/roundl_test.cpp
    A libc/test/src/math/smoke/scalbn_test.cpp
    A libc/test/src/math/smoke/scalbnf_test.cpp
    A libc/test/src/math/smoke/scalbnl_test.cpp
    A libc/test/src/math/smoke/sincosf_test.cpp
    A libc/test/src/math/smoke/sinf_test.cpp
    A libc/test/src/math/smoke/sinhf_test.cpp
    A libc/test/src/math/smoke/sqrt_test.cpp
    A libc/test/src/math/smoke/sqrtf_test.cpp
    A libc/test/src/math/smoke/sqrtl_test.cpp
    A libc/test/src/math/smoke/tanf_test.cpp
    A libc/test/src/math/smoke/tanhf_test.cpp
    A libc/test/src/math/smoke/trunc_test.cpp
    A libc/test/src/math/smoke/truncf_test.cpp
    A libc/test/src/math/smoke/truncl_test.cpp

  Log Message:
  -----------
  [libc][math] Extract non-MPFR math tests into libc-math-smoke-tests.

Extract non-MPFR math tests into libc-math-smoke-tests.

Reviewed By: sivachandra, jhuber6

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




More information about the All-commits mailing list