Skip to content

Commit a7bb9b4

Browse files
committed
removed unused declare
1 parent dd5dd2a commit a7bb9b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/spreadinterp.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ template<uint8_t w, class simd_type = xsimd::make_sized_batch_t<
6969
FLT, find_optimal_simd_width<FLT, w>()>> // aka ns
7070
static FINUFFT_ALWAYS_INLINE void eval_kernel_vec_Horner(
7171
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;
7472
template<uint8_t ns>
7573
static void interp_line(FLT *FINUFFT_RESTRICT out, const FLT *du, const FLT *ker,
7674
BIGINT i1, BIGINT N1);

0 commit comments

Comments
 (0)