ports/math/sfft/files/patch-src_timing__many.cc
Robert Clausecker 9804638940 math/sfft: port to armv7/aarch64, touch up
- replace complex.h hack with less crude hack
 - use sse2neon to build on armv7/aarch64
 - armv7 should work, but falls to an unrelated issue
 - touch up CFLAGS slightly
 - rework do-test
2024-10-21 11:36:01 +02:00

11 lines
406 B
C++

--- src/timing_many.cc.orig 2024-10-15 16:05:53 UTC
+++ src/timing_many.cc
@@ -51,7 +51,7 @@ parse_arguments(int argc, char **argv, int *n, int *k,
parse_arguments(int argc, char **argv, int *n, int *k, int *num_inputs,
int *version, int *fftw_opt, bool * simple_parallelism)
{
- char ch;
+ int ch;
while ((ch = getopt(argc, argv, "htosi:n:k:v:")) != EOF)
{
switch (ch)