Skip to content

Commit

Permalink
re-added inline to ker_eval
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamonDinoia committed Jun 21, 2024
1 parent 3efa84c commit 3e24326
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/spreadinterp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ void print_subgrid_info(int ndims, BIGINT offset1, BIGINT offset2, BIGINT offset
template<uint8_t ns, uint8_t kerevalmeth, class T,
class simd_type = xsimd::make_sized_batch_t<T, find_optimal_simd_width<T, ns>()>,
typename... V>
static auto ker_eval(FLT *FINUFFT_RESTRICT ker, const finufft_spread_opts &opts,
const V... elems) noexcept;
static FINUFFT_ALWAYS_INLINE auto ker_eval(FLT *FINUFFT_RESTRICT ker,
const finufft_spread_opts &opts,
const V... elems) noexcept;
static FINUFFT_ALWAYS_INLINE FLT fold_rescale(FLT x, BIGINT N) noexcept;
static FINUFFT_ALWAYS_INLINE void set_kernel_args(
FLT *args, FLT x, const finufft_spread_opts &opts) noexcept;
Expand Down

0 comments on commit 3e24326

Please sign in to comment.