File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -175,8 +175,8 @@ HEADERS = $(wildcard include/*.h include/finufft/*.h)
175
175
$(FC ) -DSINGLE -c $(FFLAGS ) $< -o $@
176
176
177
177
# included auto-generated code and xsimd header-lib dependency...
178
- src/spreadinterp.o : src/ker_horner_allw_loop_constexpr.h src/ker_lowupsampfac_horner_allw_loop_constexpr.c $(XSIMD_DIR ) /include/xsimd/xsimd.hpp
179
- 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
178
+ src/spreadinterp.o : src/ker_horner_allw_loop_constexpr.h $(XSIMD_DIR ) /include/xsimd/xsimd.hpp
179
+ src/spreadinterp_32.o : src/ker_horner_allw_loop_constexpr.h $(XSIMD_DIR ) /include/xsimd/xsimd.hpp
180
180
181
181
182
182
# lib -----------------------------------------------------------------------
519
519
# Windows-WSL...
520
520
del matlab\finufft_plan.m matlab\finufft.cpp matlab\finufft.mex*
521
521
endif
522
-
You can’t perform that action at this time.
0 commit comments