Skip to content

Commit

Permalink
TestDerivs: add using std::sin
Browse files Browse the repository at this point in the history
  • Loading branch information
lwJi committed Oct 31, 2024
1 parent 3e9dd77 commit c34a7f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TestDerivs/src/test.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ extern "C" void TestDerivs_Set(CCTK_ARGUMENTS) {
DECLARE_CCTK_ARGUMENTSX_TestDerivs_Set;
DECLARE_CCTK_PARAMETERS;

using std::sin;
using vreal = Arith::simd<CCTK_REAL>;
using vbool = Arith::simdl<CCTK_REAL>;
constexpr std::size_t vsize = std::tuple_size_v<vreal>;
Expand Down

0 comments on commit c34a7f3

Please sign in to comment.