Skip to content

Commit

Permalink
Merge remote-tracking branch 'flatiron/master' into gpu-optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamonDinoia committed Jul 23, 2024
2 parents badf22f + a812c6e commit bf6328b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ HEADERS = $(wildcard include/*.h include/finufft/*.h)
$(FC) -DSINGLE -c $(FFLAGS) $< -o $@

# included auto-generated code and xsimd header-lib dependency...
src/spreadinterp.o: src/ker_horner_allw_loop_constexpr.h src/ker_lowupsampfac_horner_allw_loop_constexpr.c $(XSIMD_DIR)/include/xsimd/xsimd.hpp
src/spreadinterp_32.o: src/ker_horner_allw_loop_constexpr.h src/ker_lowupsampfac_horner_allw_loop_constexpr.c $(XSIMD_DIR)/include/xsimd/xsimd.hpp
src/spreadinterp.o: src/ker_horner_allw_loop_constexpr.h $(XSIMD_DIR)/include/xsimd/xsimd.hpp
src/spreadinterp_32.o: src/ker_horner_allw_loop_constexpr.h $(XSIMD_DIR)/include/xsimd/xsimd.hpp


# lib -----------------------------------------------------------------------
Expand Down Expand Up @@ -519,4 +519,3 @@ else
# Windows-WSL...
del matlab\finufft_plan.m matlab\finufft.cpp matlab\finufft.mex*
endif

0 comments on commit bf6328b

Please sign in to comment.