Skip to content

Commit

Permalink
Readying.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Feb 2, 2025
1 parent 2cbe5c3 commit 307df07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numerics/sin_cos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ Value (__cdecl *sin)(Argument θ) = nullptr;

// Forward declarations needed by the OSACA macros.
template<FMAPolicy fma_policy>
Value __cdecl Sin(Argument const θ);
Value __cdecl Sin(Argument θ);
template<FMAPolicy fma_policy>
Value __cdecl Cos(Argument const θ);
Value __cdecl Cos(Argument θ);

namespace masks {
__m128d const sign_bit =
Expand Down

0 comments on commit 307df07

Please sign in to comment.