C++, gettimeofday and Windows
In base_fft.cpp, we have
#include <sys/time.h>
gettimeofday(&start_time, NULL);
We have to find a portable solution.
In base_fft.cpp, we have
#include <sys/time.h>
gettimeofday(&start_time, NULL);
We have to find a portable solution.