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.
All legacy (hg-git based) Projects have been automatically migrated to native with the upgrade of 2025-01-23
In base_fft.cpp, we have
#include <sys/time.h>
gettimeofday(&start_time, NULL);
We have to find a portable solution.