Skip to content

Commit

Permalink
no force inline
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Jan 1, 2025
1 parent d78d05e commit 2188258
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions numerics/sin_cos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -456,9 +456,6 @@ Value CosImplementation(DoublePrecision<Argument> const θ_reduced) {
return DetectDangerousRounding(cos_x₀_minus_h_sin_x₀.value, polynomial_term);
}

#if PRINCIPIA_INLINE_SIN_COS
FORCE_INLINE(inline)
#endif
Value __cdecl Sin(Argument θ) {
OSACA_FUNCTION_BEGIN(θ);
DoublePrecision<Argument> θ_reduced;
Expand Down Expand Up @@ -487,9 +484,6 @@ Value __cdecl Sin(Argument θ) {
}
}

#if PRINCIPIA_INLINE_SIN_COS
FORCE_INLINE(inline)
#endif
Value __cdecl Cos(Argument θ) {
OSACA_FUNCTION_BEGIN(θ);
DoublePrecision<Argument> θ_reduced;
Expand Down

0 comments on commit 2188258

Please sign in to comment.