diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-03-10 01:21:35 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-03-10 01:21:35 +0000 |
commit | 12a21dd48dd33ea87be766353cd9eafafb40743b (patch) | |
tree | b4014ddd2754c5702f5cb04db08d7d51265cf1ef /user/fftw/cycle.h.patch | |
parent | 28b92a67227888d8882c63ffd5a32a418fd292ab (diff) | |
download | packages-12a21dd48dd33ea87be766353cd9eafafb40743b.tar.gz packages-12a21dd48dd33ea87be766353cd9eafafb40743b.tar.bz2 packages-12a21dd48dd33ea87be766353cd9eafafb40743b.tar.xz packages-12a21dd48dd33ea87be766353cd9eafafb40743b.zip |
user/fftw: bump to 3.3.8
Diffstat (limited to 'user/fftw/cycle.h.patch')
-rw-r--r-- | user/fftw/cycle.h.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/user/fftw/cycle.h.patch b/user/fftw/cycle.h.patch deleted file mode 100644 index ff70cdb4d..000000000 --- a/user/fftw/cycle.h.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- ./kernel/cycle.h.orig -+++ ./kernel/cycle.h -@@ -437,26 +437,6 @@ - #define HAVE_TICK_COUNTER - #endif - /*----------------------------------------------------------------*/ --/* SGI/Irix */ --#if defined(HAVE_CLOCK_GETTIME) && defined(CLOCK_SGI_CYCLE) && !defined(HAVE_TICK_COUNTER) --typedef struct timespec ticks; -- --static inline ticks getticks(void) --{ -- struct timespec t; -- clock_gettime(CLOCK_SGI_CYCLE, &t); -- return t; --} -- --static inline double elapsed(ticks t1, ticks t0) --{ -- return ((double)t1.tv_sec - (double)t0.tv_sec) * 1.0E9 + -- ((double)t1.tv_nsec - (double)t0.tv_nsec); --} --#define HAVE_TICK_COUNTER --#endif -- --/*----------------------------------------------------------------*/ - /* Cray UNICOS _rtc() intrinsic function */ - #if defined(HAVE__RTC) && !defined(HAVE_TICK_COUNTER) - #ifdef HAVE_INTRINSICS_H |