We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5dd2a commit a7bb9b4Copy full SHA for a7bb9b4
src/spreadinterp.cpp
@@ -69,8 +69,6 @@ template<uint8_t w, class simd_type = xsimd::make_sized_batch_t<
69
FLT, find_optimal_simd_width<FLT, w>()>> // aka ns
70
static FINUFFT_ALWAYS_INLINE void eval_kernel_vec_Horner(
71
FLT *FINUFFT_RESTRICT ker, FLT x, const finufft_spread_opts &opts) noexcept;
72
-static FINUFFT_ALWAYS_INLINE void eval_kernel_vec_Horner_unaligned_store(
73
- FLT *FINUFFT_RESTRICT ker, FLT x, const finufft_spread_opts &opts) noexcept;
74
template<uint8_t ns>
75
static void interp_line(FLT *FINUFFT_RESTRICT out, const FLT *du, const FLT *ker,
76
BIGINT i1, BIGINT N1);
0 commit comments