mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
68e63469ae
Linrad-04.02 comes with many improvements. The first FFT can now run in parallel in up to 6 separate threads. More efficient FFT implementations are available for some hardware architectures. The converter option is corrected. Several bug corrections.
14 lines
339 B
C
14 lines
339 B
C
--- lxsys.c.orig 2014-12-08 03:10:46.000000000 -0800
|
|
+++ lxsys.c 2014-12-08 03:11:39.000000000 -0800
|
|
@@ -120,9 +120,9 @@
|
|
char *fsse=" sse";
|
|
char *fht=" ht";
|
|
char *fprocessor="processor";
|
|
+int no_of_ht;
|
|
#endif
|
|
int xxprint;
|
|
-int no_of_ht;
|
|
// If there is no mmx, do not use simd either.
|
|
tickspersec = sysconf(_SC_CLK_TCK);
|
|
xxprint=0;
|