unsigned int num_points)
{
volk_32f_s32f_s32f_mod_range_32f_generic(
- output, input, bound - 3.141f, bound, num_points);
+ output, input, bound - 3.131f, bound, num_points);
}
#endif
unsigned int num_points)
{
volk_32f_s32f_s32f_mod_range_32f_u_sse(
- output, input, bound - 3.141f, bound, num_points);
+ output, input, bound - 3.131f, bound, num_points);
}
#endif
#ifdef LV_HAVE_SSE
unsigned int num_points)
{
volk_32f_s32f_s32f_mod_range_32f_a_sse(
- output, input, bound - 3.141f, bound, num_points);
+ output, input, bound - 3.131f, bound, num_points);
}
#endif
unsigned int num_points)
{
volk_32f_s32f_s32f_mod_range_32f_u_sse2(
- output, input, bound - 3.141f, bound, num_points);
+ output, input, bound - 3.131f, bound, num_points);
}
#endif
#ifdef LV_HAVE_SSE2
unsigned int num_points)
{
volk_32f_s32f_s32f_mod_range_32f_a_sse2(
- output, input, bound - 3.141f, bound, num_points);
+ output, input, bound - 3.131f, bound, num_points);
}
#endif
unsigned int num_points)
{
volk_32f_s32f_s32f_mod_range_32f_u_avx(
- output, input, bound - 3.141f, bound, num_points);
+ output, input, bound - 3.131f, bound, num_points);
}
#endif
#ifdef LV_HAVE_AVX
unsigned int num_points)
{
volk_32f_s32f_s32f_mod_range_32f_a_avx(
- output, input, bound - 3.141f, bound, num_points);
+ output, input, bound - 3.131f, bound, num_points);
}
#endif
#endif