[all-commits] [llvm/llvm-project] d90a0d: Remove spurious includes from sinpif_test.cpp

Alexey Samsonov via All-commits all-commits at lists.llvm.org
Tue Oct 29 16:00:31 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d90a0d1d986e12c4a6ff2eeffe29cedc34e6e2ab
      https://github.com/llvm/llvm-project/commit/d90a0d1d986e12c4a6ff2eeffe29cedc34e6e2ab
  Author: Alexey Samsonov <vonosmas at gmail.com>
  Date:   2024-10-29 (Tue, 29 Oct 2024)

  Changed paths:
    M libc/test/src/math/exhaustive/sinpif_test.cpp

  Log Message:
  -----------
  Remove spurious includes from sinpif_test.cpp

MPFR functionality is provided by the MPFRWrapper instead, and the direct "mpfr.h" inclusion is not needed - this test doesn't rely on it (similar to its sibling libc/test/src/math/exhaustive/cospif_test.cpp that doesn't have it).



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