Skip to content

Commit

Permalink
fixed missing 'inline' keyword preventing compilation of quadmath build
Browse files Browse the repository at this point in the history
  • Loading branch information
jniemann66 committed Sep 12, 2020
1 parent 09ba1dd commit b12d115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FIRFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ namespace ReSampler {
}

#ifdef FIR_QUAD_PRECISION
__float128 I0q(__float128 x)
inline __float128 I0q(__float128 x)
{
__float128 result = 0.0Q;
__float128 kfact = 1.0Q;
Expand Down

0 comments on commit b12d115

Please sign in to comment.