Skip to content

Instantly share code, notes, and snippets.

@esd100
Created April 1, 2014 01:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esd100/9905847 to your computer and use it in GitHub Desktop.
Save esd100/9905847 to your computer and use it in GitHub Desktop.
Julia 0.3.0 prerelease build with MKL
This file has been truncated, but you can view the full file.
Last login: Mon Mar 31 19:49:46 on ttys000
Systems-MacBook-Pro:~ esd100$ cd /Applications
Systems-MacBook-Pro:Applications esd100$ git clone git://github.com/JuliaLang/julia.git
Cloning into 'julia'...
remote: Counting objects: 89908, done.
remote: Compressing objects: 100% (22297/22297), done.
remote: Total 89908 (delta 67413), reused 89699 (delta 67248)
Receiving objects: 100% (89908/89908), 32.27 MiB | 1.87 MiB/s, done.
Resolving deltas: 100% (67413/67413), done.
Checking connectivity... done.
Systems-MacBook-Pro:Applications esd100$ make
make: *** No targets specified and no makefile found. Stop.
Systems-MacBook-Pro:Applications esd100$ cd /Applications/julia
Systems-MacBook-Pro:julia esd100$ make
Submodule 'deps/Rmath' (git://github.com/JuliaLang/Rmath.git) registered for path 'deps/Rmath'
Submodule 'deps/libuv' (git://github.com/JuliaLang/libuv.git) registered for path 'deps/libuv'
Submodule 'deps/openlibm' (git://github.com/JuliaLang/openlibm.git) registered for path 'deps/openlibm'
Submodule 'deps/openspecfun' (git://github.com/JuliaLang/openspecfun.git) registered for path 'deps/openspecfun'
Submodule 'doc/juliadoc' (git://github.com/JuliaLang/JuliaDoc.git) registered for path 'doc/juliadoc'
Cloning into 'deps/Rmath'...
remote: Reusing existing pack: 340, done.
remote: Total 340 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (340/340), 249.69 KiB | 0 bytes/s, done.
Resolving deltas: 100% (222/222), done.
Checking connectivity... done.
Submodule path 'deps/Rmath': checked out '1864cf7d1fd77e21a9bf8b3a50db6a816f255a0f'
Cloning into 'deps/libuv'...
remote: Counting objects: 19276, done.
remote: Compressing objects: 100% (7529/7529), done.
remote: Total 19276 (delta 11683), reused 19276 (delta 11683)
Receiving objects: 100% (19276/19276), 11.21 MiB | 1.53 MiB/s, done.
Resolving deltas: 100% (11683/11683), done.
Checking connectivity... done.
Submodule path 'deps/libuv': checked out 'c99a8ff16eef7c4c25cc0eceb7ed27664a68dce6'
Cloning into 'deps/openlibm'...
remote: Counting objects: 3976, done.
remote: Compressing objects: 100% (2066/2066), done.
remote: Total 3976 (delta 1916), reused 3948 (delta 1897)
Receiving objects: 100% (3976/3976), 4.11 MiB | 1.25 MiB/s, done.
Resolving deltas: 100% (1916/1916), done.
Checking connectivity... done.
Submodule path 'deps/openlibm': checked out '5f4979e5d1ac985a5081a5de873ce42537c5a6ce'
Cloning into 'deps/openspecfun'...
remote: Reusing existing pack: 173, done.
remote: Counting objects: 1, done.
remote: Total 174 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (174/174), 143.93 KiB | 0 bytes/s, done.
Resolving deltas: 100% (70/70), done.
Checking connectivity... done.
Submodule path 'deps/openspecfun': checked out '13863b3f7dd67aa44cf042a62b740b011940133f'
Cloning into 'doc/juliadoc'...
remote: Reusing existing pack: 124, done.
remote: Total 124 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (124/124), 36.31 KiB | 0 bytes/s, done.
Resolving deltas: 100% (54/54), done.
Checking connectivity... done.
Submodule path 'doc/juliadoc': checked out 'fe3db7224daf4798ac950f7aa2c6ae7b60b85491'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 284k 100 284k 0 0 115k 0 0:00:02 0:00:02 --:--:-- 115k
patching file dSFMT.h
patching file dSFMT.c
clang: warning: argument unused during compilation: '--param max-inline-insns-single=1800'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 6848k 100 6848k 0 0 257k 0 0:00:26 0:00:26 --:--:-- 172k
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-apple-darwin13.1.0
checking host system type... x86_64-apple-darwin13.1.0
checking for gcc... clang -stdlib=libc++ -mmacosx-version-min=10.7
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang -stdlib=libc++ -mmacosx-version-min=10.7 accepts -g... yes
checking for clang -stdlib=libc++ -mmacosx-version-min=10.7 option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of clang -stdlib=libc++ -mmacosx-version-min=10.7... gcc3
checking whether clang -stdlib=libc++ -mmacosx-version-min=10.7 and cc understand -c and -o together... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking whether make supports nested variables... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang -stdlib=libc++ -mmacosx-version-min=10.7... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin13.1.0 file names to x86_64-apple-darwin13.1.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.1.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from clang -stdlib=libc++ -mmacosx-version-min=10.7 object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... clang -stdlib=libc++ -mmacosx-version-min=10.7 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 supports -fno-rtti -fno-exceptions... yes
checking for clang -stdlib=libc++ -mmacosx-version-min=10.7 option to produce PIC... -fno-common -DPIC
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 PIC flag -fno-common -DPIC works... yes
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 static flag -static works... no
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 supports -c -o file.o... yes
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 supports -c -o file.o... (cached) yes
checking whether the clang -stdlib=libc++ -mmacosx-version-min=10.7 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.1.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for dlopen in -ldl... yes
checking for kstat_lookup in -lkstat... no
checking for kvm_open in -lkvm... no
checking for gethostbyname in -lnsl... no
checking for perfstat_cpu in -lperfstat... no
checking for pthread_mutex_init in -lpthread... yes
checking for clock_gettime in -lrt... no
checking for sendfile in -lsendfile... no
checking for socket in -lsocket... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for dtrace... dtrace
checking if dtrace works... yes
checking if dtrace should instrument object files... no
checking for pkg-config... no
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
GEN include/uv-dtrace.h
CC src/libuv_la-fs-poll.lo
CC src/libuv_la-inet.lo
CC src/libuv_la-uv-common.lo
CC src/libuv_la-version.lo
CC src/unix/libuv_la-async.lo
CC src/unix/libuv_la-core.lo
CC src/unix/libuv_la-dl.lo
CC src/unix/libuv_la-fs.lo
CC src/unix/libuv_la-getaddrinfo.lo
CC src/unix/libuv_la-loop-watcher.lo
CC src/unix/libuv_la-loop.lo
CC src/unix/libuv_la-pipe.lo
CC src/unix/libuv_la-poll.lo
CC src/unix/libuv_la-process.lo
CC src/unix/libuv_la-signal.lo
CC src/unix/libuv_la-stream.lo
CC src/unix/libuv_la-tcp.lo
CC src/unix/libuv_la-thread.lo
CC src/unix/libuv_la-threadpool.lo
CC src/unix/libuv_la-timer.lo
CC src/unix/libuv_la-tty.lo
CC src/unix/libuv_la-udp.lo
CC src/unix/libuv_la-darwin.lo
CC src/unix/libuv_la-darwin-proctitle.lo
CC src/unix/libuv_la-fsevents.lo
CC src/unix/libuv_la-kqueue.lo
CC src/unix/libuv_la-proctitle.lo
CCLD libuv.la
/bin/sh ./libtool --mode=install /usr/bin/install -c libuv.la '/Applications/julia/usr/lib'
libtool: install: /usr/bin/install -c .libs/libuv.11.dylib /Applications/julia/usr/lib/libuv.11.dylib
libtool: install: (cd /Applications/julia/usr/lib && { ln -s -f libuv.11.dylib libuv.dylib || { rm -f libuv.dylib && ln -s libuv.11.dylib libuv.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libuv.lai /Applications/julia/usr/lib/libuv.la
libtool: install: /usr/bin/install -c .libs/libuv.a /Applications/julia/usr/lib/libuv.a
libtool: install: chmod 644 /Applications/julia/usr/lib/libuv.a
libtool: install: ranlib /Applications/julia/usr/lib/libuv.a
/usr/bin/install -c -m 644 include/uv.h include/uv-errno.h include/uv-version.h include/uv-unix.h include/uv-darwin.h '/Applications/julia/usr/include'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 134 100 134 0 0 181 0 --:--:-- --:--:-- --:--:-- 181
0 0 0 84226 0 0 51008 0 --:--:-- 0:00:01 --:--:-- 317k
make[3]: Circular src/libuwind.cxx <- src/libuwind.cxx.o dependency dropped.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libosxunwind.a(Unwind-sjlj.c.o) has no symbols
src/e_j0.c:281:10: warning: variable 'p' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
else if(ix>=0x40000000){p = pR2; q= pS2;}
^~~~~~~~~~~~~~
src/e_j0.c:283:6: note: uninitialized use occurs here
r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5]))));
^
src/e_j0.c:281:7: note: remove the 'if' if its condition is always true
else if(ix>=0x40000000){p = pR2; q= pS2;}
^~~~~~~~~~~~~~~~~~
src/e_j0.c:273:17: note: initialize the variable 'p' to silence this warning
const double *p,*q;
^
= 0
src/e_j0.c:281:10: warning: variable 'q' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
else if(ix>=0x40000000){p = pR2; q= pS2;}
^~~~~~~~~~~~~~
src/e_j0.c:284:13: note: uninitialized use occurs here
s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*q[4]))));
^
src/e_j0.c:281:7: note: remove the 'if' if its condition is always true
else if(ix>=0x40000000){p = pR2; q= pS2;}
^~~~~~~~~~~~~~~~~~
src/e_j0.c:273:20: note: initialize the variable 'q' to silence this warning
const double *p,*q;
^
= 0
src/e_j0.c:376:10: warning: variable 'p' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
else if(ix>=0x40000000){p = qR2; q= qS2;}
^~~~~~~~~~~~~~
src/e_j0.c:378:6: note: uninitialized use occurs here
r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5]))));
^
src/e_j0.c:376:7: note: remove the 'if' if its condition is always true
else if(ix>=0x40000000){p = qR2; q= qS2;}
^~~~~~~~~~~~~~~~~~
src/e_j0.c:368:17: note: initialize the variable 'p' to silence this warning
const double *p,*q;
^
= 0
src/e_j0.c:376:10: warning: variable 'q' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
else if(ix>=0x40000000){p = qR2; q= qS2;}
^~~~~~~~~~~~~~
src/e_j0.c:379:13: note: uninitialized use occurs here
s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*(q[4]+z*q[5])))));
^
src/e_j0.c:376:7: note: remove the 'if' if its condition is always true
else if(ix>=0x40000000){p = qR2; q= qS2;}
^~~~~~~~~~~~~~~~~~
src/e_j0.c:368:20: note: initialize the variable 'q' to silence this warning
const double *p,*q;
^
= 0
4 warnings generated.
src/e_j0f.c:237:10: warning: variable 'p' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
else if(ix>=0x40000000){p = pR2; q= pS2;}
^~~~~~~~~~~~~~
src/e_j0f.c:239:6: note: uninitialized use occurs here
r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5]))));
^
src/e_j0f.c:237:7: note: remove the 'if' if its condition is always true
else if(ix>=0x40000000){p = pR2; q= pS2;}
^~~~~~~~~~~~~~~~~~
src/e_j0f.c:229:16: note: initialize the variable 'p' to silence this warning
const float *p,*q;
^
= 0
src/e_j0f.c:237:10: warning: variable 'q' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
else if(ix>=0x40000000){p = pR2; q= pS2;}
^~~~~~~~~~~~~~
src/e_j0f.c:240:13: note: uninitialized use occurs here
s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*q[4]))));
^
src/e_j0f.c:237:7: note: remove the 'if' if its condition is always true
else if(ix>=0x40000000){p = pR2; q= pS2;}
^~~~~~~~~~~~~~~~~~
src/e_j0f.c:229:19: note: initialize the variable 'q' to silence this warning
const float *p,*q;
^
= 0
src/e_j0f.c:332:10: warning: variable 'p' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
else if(ix>=0x40000000){p = qR2; q= qS2;}
^~~~~~~~~~~~~~
src/e_j0f.c:334:6: note: uninitialized use occurs here
r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5]))));
^
src/e_j0f.c:332:7: note: remove the 'if' if its condition is always true
else if(ix>=0x40000000){p = qR2; q= qS2;}
^~~~~~~~~~~~~~~~~~
src/e_j0f.c:324:16: note: initialize the variable 'p' to silence this warning
const float *p,*q;
^
= 0
src/e_j0f.c:332:10: warning: variable 'q' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
else if(ix>=0x40000000){p = qR2; q= qS2;}
^~~~~~~~~~~~~~
src/e_j0f.c:335:13: note: uninitialized use occurs here
s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*(q[4]+z*q[5])))));
^
src/e_j0f.c:332:7: note: remove the 'if' if its condition is always true
else if(ix>=0x40000000){p = qR2; q= qS2;}
^~~~~~~~~~~~~~~~~~
src/e_j0f.c:324:19: note: initialize the variable 'q' to silence this warning
const float *p,*q;
^
= 0
4 warnings generated.
src/e_j1.c:275:17: warning: variable 'p' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
else if(ix>=0x40000000){p = pr2; q= ps2;}
^~~~~~~~~~~~~~
src/e_j1.c:277:13: note: uninitialized use occurs here
r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5]))));
^
src/e_j1.c:275:14: note: remove the 'if' if its condition is always true
else if(ix>=0x40000000){p = pr2; q= ps2;}
^~~~~~~~~~~~~~~~~~
src/e_j1.c:267:17: note: initialize the variable 'p' to silence this warning
const double *p,*q;
^
= 0
src/e_j1.c:275:17: warning: variable 'q' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
else if(ix>=0x40000000){p = pr2; q= ps2;}
^~~~~~~~~~~~~~
src/e_j1.c:278:20: note: uninitialized use occurs here
s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*q[4]))));
^
src/e_j1.c:275:14: note: remove the 'if' if its condition is always true
else if(ix>=0x40000000){p = pr2; q= ps2;}
^~~~~~~~~~~~~~~~~~
src/e_j1.c:267:20: note: initialize the variable 'q' to silence this warning
const double *p,*q;
^
= 0
src/e_j1.c:371:10: warning: variable 'p' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
else if(ix>=0x40000000){p = qr2; q= qs2;}
^~~~~~~~~~~~~~
src/e_j1.c:373:6: note: uninitialized use occurs here
r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5]))));
^
src/e_j1.c:371:7: note: remove the 'if' if its condition is always true
else if(ix>=0x40000000){p = qr2; q= qs2;}
^~~~~~~~~~~~~~~~~~
src/e_j1.c:363:17: note: initialize the variable 'p' to silence this warning
const double *p,*q;
^
= 0
src/e_j1.c:371:10: warning: variable 'q' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
else if(ix>=0x40000000){p = qr2; q= qs2;}
^~~~~~~~~~~~~~
src/e_j1.c:374:13: note: uninitialized use occurs here
s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*(q[4]+z*q[5])))));
^
src/e_j1.c:371:7: note: remove the 'if' if its condition is always true
else if(ix>=0x40000000){p = qr2; q= qs2;}
^~~~~~~~~~~~~~~~~~
src/e_j1.c:363:20: note: initialize the variable 'q' to silence this warning
const double *p,*q;
^
= 0
4 warnings generated.
src/e_j1f.c:232:17: warning: variable 'p' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
else if(ix>=0x40000000){p = pr2; q= ps2;}
^~~~~~~~~~~~~~
src/e_j1f.c:234:13: note: uninitialized use occurs here
r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5]))));
^
src/e_j1f.c:232:14: note: remove the 'if' if its condition is always true
else if(ix>=0x40000000){p = pr2; q= ps2;}
^~~~~~~~~~~~~~~~~~
src/e_j1f.c:224:16: note: initialize the variable 'p' to silence this warning
const float *p,*q;
^
= 0
src/e_j1f.c:232:17: warning: variable 'q' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
else if(ix>=0x40000000){p = pr2; q= ps2;}
^~~~~~~~~~~~~~
src/e_j1f.c:235:20: note: uninitialized use occurs here
s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*q[4]))));
^
src/e_j1f.c:232:14: note: remove the 'if' if its condition is always true
else if(ix>=0x40000000){p = pr2; q= ps2;}
^~~~~~~~~~~~~~~~~~
src/e_j1f.c:224:19: note: initialize the variable 'q' to silence this warning
const float *p,*q;
^
= 0
src/e_j1f.c:328:10: warning: variable 'p' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
else if(ix>=0x40000000){p = qr2; q= qs2;}
^~~~~~~~~~~~~~
src/e_j1f.c:330:6: note: uninitialized use occurs here
r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5]))));
^
src/e_j1f.c:328:7: note: remove the 'if' if its condition is always true
else if(ix>=0x40000000){p = qr2; q= qs2;}
^~~~~~~~~~~~~~~~~~
src/e_j1f.c:320:16: note: initialize the variable 'p' to silence this warning
const float *p,*q;
^
= 0
src/e_j1f.c:328:10: warning: variable 'q' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
else if(ix>=0x40000000){p = qr2; q= qs2;}
^~~~~~~~~~~~~~
src/e_j1f.c:331:13: note: uninitialized use occurs here
s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*(q[4]+z*q[5])))));
^
src/e_j1f.c:328:7: note: remove the 'if' if its condition is always true
else if(ix>=0x40000000){p = qr2; q= qs2;}
^~~~~~~~~~~~~~~~~~
src/e_j1f.c:320:19: note: initialize the variable 'q' to silence this warning
const float *p,*q;
^
= 0
4 warnings generated.
src/w_cabsf.c:9:19: warning: unused variable 'rcsid' [-Wunused-const-variable]
static const char rcsid[] =
^
1 warning generated.
amd64/fenv.c:51:15: warning: attribute declaration must precede definition [-Wignored-attributes]
extern inline DLLEXPORT int feclearexcept(int __excepts);
^
/Applications/julia/deps/openlibm/src/math_private.h:452:35: note: expanded from macro 'DLLEXPORT'
#define DLLEXPORT __attribute__ ((visibility("default")))
^
/Applications/julia/deps/openlibm/amd64/fenv.h:97:1: note: previous definition is here
feclearexcept(int __excepts)
^
amd64/fenv.c:52:15: warning: attribute declaration must precede definition [-Wignored-attributes]
extern inline DLLEXPORT int fegetexceptflag(fexcept_t *__flagp, int __excepts);
^
/Applications/julia/deps/openlibm/src/math_private.h:452:35: note: expanded from macro 'DLLEXPORT'
#define DLLEXPORT __attribute__ ((visibility("default")))
^
/Applications/julia/deps/openlibm/amd64/fenv.h:115:1: note: previous definition is here
fegetexceptflag(fexcept_t *__flagp, int __excepts)
^
amd64/fenv.c:82:15: warning: attribute declaration must precede definition [-Wignored-attributes]
extern inline DLLEXPORT int fetestexcept(int __excepts);
^
/Applications/julia/deps/openlibm/src/math_private.h:452:35: note: expanded from macro 'DLLEXPORT'
#define DLLEXPORT __attribute__ ((visibility("default")))
^
/Applications/julia/deps/openlibm/amd64/fenv.h:130:1: note: previous definition is here
fetestexcept(int __excepts)
^
amd64/fenv.c:83:15: warning: attribute declaration must precede definition [-Wignored-attributes]
extern inline DLLEXPORT int fegetround(void);
^
/Applications/julia/deps/openlibm/src/math_private.h:452:35: note: expanded from macro 'DLLEXPORT'
#define DLLEXPORT __attribute__ ((visibility("default")))
^
/Applications/julia/deps/openlibm/amd64/fenv.h:141:1: note: previous definition is here
fegetround(void)
^
amd64/fenv.c:84:15: warning: attribute declaration must precede definition [-Wignored-attributes]
extern inline DLLEXPORT int fesetround(int __round);
^
/Applications/julia/deps/openlibm/src/math_private.h:452:35: note: expanded from macro 'DLLEXPORT'
#define DLLEXPORT __attribute__ ((visibility("default")))
^
/Applications/julia/deps/openlibm/amd64/fenv.h:156:1: note: previous definition is here
fesetround(int __round)
^
amd64/fenv.c:115:15: warning: attribute declaration must precede definition [-Wignored-attributes]
extern inline DLLEXPORT int fesetenv(const fenv_t *__envp);
^
/Applications/julia/deps/openlibm/src/math_private.h:452:35: note: expanded from macro 'DLLEXPORT'
#define DLLEXPORT __attribute__ ((visibility("default")))
^
/Applications/julia/deps/openlibm/amd64/fenv.h:181:1: note: previous definition is here
fesetenv(const fenv_t *__envp)
^
6 warnings generated.
In file included from test-double.c:34:
./libm-test.c:748:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(acos) (0);
^~~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:778:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(acosh) (7);
^~~~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:801:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(asin) (0);
^~~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:831:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(asinh) (0.7L);
^~~~~ ~~~~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:854:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(atan) (0);
^~~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:882:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(atanh) (0.7L);
^~~~~ ~~~~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:910:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(atan2) (-0, 1);
^~~~~ ~~~~~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:1489:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(cbrt) (8);
^~~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:1929:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(cos) (0);
^~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:1955:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(cosh) (0.7L);
^~~~ ~~~~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:2358:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(erf) (0);
^~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:2386:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(erfc) (0);
^~~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:2413:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(exp) (0);
^~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:2474:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(exp2) (0);
^~~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:2500:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(expm1) (0);
^~~~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:2697:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(fmod) (6.5, 2.3L);
^~~~ ~~~~~~~~~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:2780:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(gamma) (1);
^~~~~ ~
./libm-test.c:2774:15: note: expanded from macro 'gamma'
#define gamma lgamma /* XXX scp XXX */
^~~~~~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:2823:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(hypot) (0.7L, 12.4L);
^~~~~ ~~~~~~~~~~~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:3074:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(lgamma) (0);
^~~~~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:3191:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(log) (1);
^~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:3219:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(log10) (1);
^~~~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:3252:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(log1p) (0);
^~~~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:3280:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(log2) (1);
^~~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:3520:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(pow) (0, 0);
^~~ ~~~~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:3696:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(remainder) (1.625, 1.0);
^~~~~~~~~ ~~~~~~~~~~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:3928:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(sin) (0);
^~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:4003:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(sinh) (0.7L);
^~~~ ~~~~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:4030:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(sqrt) (1);
^~~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:4063:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(tan) (0);
^~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:4086:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(tanh) (0.7L);
^~~~ ~~~~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:4118:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(tgamma) (1);
^~~~~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
31 warnings generated.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 12.9M 100 12.9M 0 0 931k 0 0:00:14 0:00:14 --:--:-- 1217k
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang -stdlib=libc++ -mmacosx-version-min=10.7 accepts -g... yes
checking for clang -stdlib=libc++ -mmacosx-version-min=10.7 option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ -stdlib=libc++ -mmacosx-version-min=10.7 accepts -g... yes
checking how to run the C preprocessor... clang -stdlib=libc++ -mmacosx-version-min=10.7 -E
checking build system type... x86_64-apple-darwin13.1.0
checking host system type... x86_64-apple-darwin13.1.0
checking target system type... x86_64-apple-darwin13.1.0
checking type of operating system we're going to host on... Darwin
checking type of operating system we're going to target... Darwin
checking target architecture... x86_64
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking optimization flags... -O3
checking for BSD-compatible nm... /usr/bin/nm
checking for GNU make... make
checking whether ln -s works... yes
checking for cmp... /usr/bin/cmp
checking for cp... /bin/cp
checking for date... /bin/date
checking for find... /usr/bin/find
checking for grep... (cached) /usr/bin/grep
checking for mkdir... /bin/mkdir
checking for mv... /bin/mv
checking for ranlib... ranlib
checking for ar... ar
checking for rm... /bin/rm
checking for sed... /usr/bin/sed
checking for tar... /usr/bin/tar
checking for pwd... /bin/pwd
checking for Graphviz... echo Graphviz
checking for dot... echo dot
checking for fdp... echo fdp
checking for neato... echo neato
checking for twopi... echo twopi
checking for circo... echo circo
checking for gv... no
checking for gsview32... no
checking for dotty... echo dotty
checking for xdot.py... echo xdot.py
checking for a BSD-compatible install... /usr/bin/install -c
checking for bzip2... /usr/bin/bzip2
checking for cat... /bin/cat
checking for doxygen... no
checking for groff... /usr/bin/groff
checking for gzip... /usr/bin/gzip
checking for pdfroff... /usr/bin/pdfroff
checking for zip... /usr/bin/zip
checking for ocamlc... no
checking for ocamlopt... no
checking for ocamldep... no
checking for ocamldoc... no
checking for gas... no
checking for as... /usr/bin/as
checking for linker version... 236.3
checking for compiler -Wl,-R<path> option... no
checking for compiler -Wl,-export-dynamic option... no
checking for compiler -Wl,--version-script option... no
checking for an ANSI C-conforming const... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking dynamic linker characteristics... darwin13.1.0 dyld
checking which extension is used for loadable modules... .dylib
checking which variable specifies run-time library path... DYLD_LIBRARY_PATH
checking for the default library search path... /usr/local/lib /lib /usr/lib
checking for objdir... .libs
checking command to parse /usr/bin/nm output from object... ok
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen in -ldl... yes
checking for dlerror... yes
checking for _ prefix in compiled symbols... yes
checking whether we have to add an underscore for dlsym... no
checking whether deplibs are loaded by dlopen... yes
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking for error_t... no
checking for argz_append... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking mach-o/dyld.h usability... yes
checking mach-o/dyld.h presence... yes
checking for mach-o/dyld.h... yes
checking for string.h... (cached) yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking tool compatibility... ok
checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers -Wcovered-switch-default -Wno-uninitialized
checking for python... user defined: /usr/bin/python
checking for python >= 2.5... /usr/bin/python (2.7.5)
checking for sin in -lm... yes
checking for library containing dlopen... none required
checking for library containing clock_gettime... no
checking for library containing mallinfo... no
checking for compress2 in -lz... yes
checking for xml2-config... xml2-config
checking for libxml2 includes... -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2
checking for xmlReadFile in -lxml2... yes
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking for MAP_ANONYMOUS vs. MAP_ANON... no
checking whether stat file-mode macros are broken... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking how to run the C++ preprocessor... clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -E
checking cxxabi.h usability... yes
checking cxxabi.h presence... yes
checking for cxxabi.h... yes
checking for dlfcn.h... (cached) yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking link.h usability... no
checking link.h presence... no
checking for link.h... no
checking for malloc.h... (cached) no
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for sys/types.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking malloc/malloc.h usability... yes
checking malloc/malloc.h presence... yes
checking for malloc/malloc.h... yes
checking mach/mach.h usability... yes
checking mach/mach.h presence... yes
checking for mach/mach.h... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking whether FE_ALL_EXCEPT is declared... yes
checking whether FE_INEXACT is declared... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking CrashReporterClient.h usability... no
checking CrashReporterClient.h presence... no
checking for CrashReporterClient.h... no
checking __crashreporter_info__... yes
checking for HUGE_VAL sanity... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int64_t... yes
checking for uint64_t... yes
checking for backtrace... yes
checking for ceilf... yes
checking for floorf... yes
checking for roundf... yes
checking for rintf... yes
checking for nearbyintf... yes
checking for getcwd... yes
checking for powf... yes
checking for fmodf... yes
checking for strtof... yes
checking for round... yes
checking for log... yes
checking for log2... yes
checking for log10... yes
checking for exp... yes
checking for exp2... yes
checking for getpagesize... yes
checking for getrusage... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for gettimeofday... yes
checking for isatty... yes
checking for mkdtemp... yes
checking for mkstemp... yes
checking for mktemp... yes
checking for posix_spawn... yes
checking for pread... yes
checking for realpath... yes
checking for sbrk... yes
checking for setrlimit... (cached) yes
checking for strdup... yes
checking for strerror... yes
checking for strerror_r... yes
checking for setenv... yes
checking for arc4random... yes
checking for strtoll... yes
checking for strtoq... yes
checking for sysconf... yes
checking for malloc_zone_statistics... yes
checking for setjmp... yes
checking for longjmp... yes
checking for sigsetjmp... yes
checking for siglongjmp... yes
checking for writev... yes
checking if printf has the %a format character... yes
checking for srand48/lrand48/drand48 in <stdlib.h>... yes
checking whether strerror_s is declared... no
checking for isnan in <math.h>... yes
checking for isnan in <cmath>... yes
checking for std::isnan in <cmath>... yes
checking for isinf in <math.h>... yes
checking for isinf in <cmath>... yes
checking for std::isinf in <cmath>... yes
checking for finite in <ieeefp.h>... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for mmap of files... yes
checking if /dev/zero is needed for mmap... no
checking for GCC atomic builtins... yes
checking for __dso_handle... yes
checking for compiler -fvisibility-inlines-hidden option... yes
configure: creating ./config.status
config.status: creating include/llvm/Config/Targets.def
config.status: creating include/llvm/Config/AsmPrinters.def
config.status: creating include/llvm/Config/AsmParsers.def
config.status: creating include/llvm/Config/Disassemblers.def
config.status: creating Makefile.config
config.status: creating llvm.spec
config.status: creating docs/doxygen.cfg
config.status: creating bindings/ocaml/llvm/META.llvm
config.status: creating include/llvm/Config/config.h
config.status: creating include/llvm/Config/llvm-config.h
config.status: creating include/llvm/Support/DataTypes.h
config.status: executing setup commands
config.status: executing Makefile commands
config.status: executing Makefile.common commands
config.status: executing examples/Makefile commands
config.status: executing lib/Makefile commands
config.status: executing runtime/Makefile commands
config.status: executing test/Makefile commands
config.status: executing test/Makefile.tests commands
config.status: executing unittests/Makefile commands
config.status: executing tools/Makefile commands
config.status: executing utils/Makefile commands
config.status: executing projects/Makefile commands
config.status: executing bindings/Makefile commands
config.status: executing bindings/ocaml/Makefile.ocaml commands
=== configuring in projects/sample (/Applications/julia/deps/llvm-3.3/build_Release/projects/sample)
configure: running /bin/sh ../../../projects/sample/configure --prefix=/Applications/julia/usr '--build=x86_64-apple-darwin13.1.0' '--libdir=/Applications/julia/usr/lib' 'F77=gfortran -mmacosx-version-min=10.7' 'CC=clang -stdlib=libc++ -mmacosx-version-min=10.7' 'CXX=clang++ -stdlib=libc++ -mmacosx-version-min=10.7' '--disable-profiling' '--enable-shared' '--enable-static' '--enable-targets=host' '--disable-bindings' '--disable-docs' '--disable-assertions' '--enable-optimized' '--enable-libcpp' '--disable-threads' '--with-python=/usr/bin/python' 'build_alias=x86_64-apple-darwin13.1.0' --cache-file=/dev/null --srcdir=../../../projects/sample
checking llvm-config... no
checking LLVM package version... unknown
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang -stdlib=libc++ -mmacosx-version-min=10.7 accepts -g... yes
checking for clang -stdlib=libc++ -mmacosx-version-min=10.7 option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ -stdlib=libc++ -mmacosx-version-min=10.7 accepts -g... yes
checking how to run the C preprocessor... clang -stdlib=libc++ -mmacosx-version-min=10.7 -E
checking build system type... x86_64-apple-darwin13.1.0
checking host system type... x86_64-apple-darwin13.1.0
checking target system type... x86_64-apple-darwin13.1.0
checking type of operating system we're going to host on... Darwin
checking type of operating system we're going to target... Darwin
checking target architecture... x86_64
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking optimization flags... -O3
checking for BSD-compatible nm... /usr/bin/nm
checking for GNU make... make
checking whether ln -s works... yes
checking for cmp... /usr/bin/cmp
checking for cp... /bin/cp
checking for date... /bin/date
checking for find... /usr/bin/find
checking for grep... (cached) /usr/bin/grep
checking for mkdir... /bin/mkdir
checking for mv... /bin/mv
checking for ranlib... ranlib
checking for ar... ar
checking for rm... /bin/rm
checking for sed... /usr/bin/sed
checking for tar... /usr/bin/tar
checking for pwd... /bin/pwd
checking for Graphviz... echo Graphviz
checking for dot... echo dot
checking for fdp... echo fdp
checking for neato... echo neato
checking for twopi... echo twopi
checking for circo... echo circo
checking for gv... no
checking for gsview32... no
checking for dotty... echo dotty
checking for xdot.py... echo xdot.py
checking for a BSD-compatible install... /usr/bin/install -c
checking for bzip2... /usr/bin/bzip2
checking for cat... /bin/cat
checking for doxygen... no
checking for groff... /usr/bin/groff
checking for gzip... /usr/bin/gzip
checking for pod2html... /usr/bin/pod2html
checking for pod2man... /usr/bin/pod2man
checking for pdfroff... /usr/bin/pdfroff
checking for runtest... no
checking for the tclsh program in tclinclude directory... none
checking for tclsh8.4... /usr/bin/tclsh8.4
checking for zip... /usr/bin/zip
checking for ocamlc... no
checking for ocamlopt... no
checking for ocamldep... no
checking for ocamldoc... no
checking for gas... no
checking for as... /usr/bin/as
checking for linker version... 236.3
checking for compiler -Wl,-R<path> option... no
checking for compiler -Wl,-export-dynamic option... no
checking for compiler -Wl,--version-script option... no
checking for an ANSI C-conforming const... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking dynamic linker characteristics... darwin13.1.0 dyld
checking which extension is used for loadable modules... .dylib
checking which variable specifies run-time library path... DYLD_LIBRARY_PATH
checking for the default library search path... /usr/local/lib /lib /usr/lib
checking for objdir... .libs
checking command to parse /usr/bin/nm output from object... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
ok
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen in -ldl... yes
checking for dlerror... yes
checking for _ prefix in compiled symbols... yes
checking whether we have to add an underscore for dlsym... no
checking whether deplibs are loaded by dlopen... yes
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking for error_t... no
checking for argz_append... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking mach-o/dyld.h usability... yes
checking mach-o/dyld.h presence... yes
checking for mach-o/dyld.h... yes
checking for string.h... (cached) yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking tool compatibility... ok
checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers -Wcovered-switch-default
checking for sin in -lm... yes
checking for library containing dlopen... none required
checking for library containing mallinfo... no
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking for MAP_ANONYMOUS vs. MAP_ANON... no
checking whether stat file-mode macros are broken... rm: conftest.dSYM: is a directory
no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking for dlfcn.h... (cached) yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking link.h usability... no
checking link.h presence... no
checking for link.h... no
checking for malloc.h... (cached) no
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for sys/types.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking malloc/malloc.h usability... yes
checking malloc/malloc.h presence... yes
checking for malloc/malloc.h... yes
checking mach/mach.h usability... yes
checking mach/mach.h presence... yes
checking for mach/mach.h... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking CrashReporterClient.h usability... no
checking CrashReporterClient.h presence... no
checking for CrashReporterClient.h... no
checking __crashreporter_info__... yes
checking for HUGE_VAL sanity... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int64_t... yes
checking for uint64_t... yes
checking for backtrace... yes
checking for ceilf... yes
checking for floorf... yes
checking for roundf... yes
checking for rintf... yes
checking for nearbyintf... yes
checking for getcwd... yes
checking for powf... yes
checking for fmodf... yes
checking for strtof... yes
checking for round... yes
checking for getpagesize... yes
checking for getrusage... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for gettimeofday... yes
checking for isatty... yes
checking for mkdtemp... yes
checking for mkstemp... yes
checking for mktemp... yes
checking for posix_spawn... yes
checking for realpath... yes
checking for sbrk... yes
checking for setrlimit... (cached) yes
checking for strdup... yes
checking for strerror... yes
checking for strerror_r... yes
checking for setenv... yes
checking for strtoll... yes
checking for strtoq... yes
checking for sysconf... yes
checking for malloc_zone_statistics... yes
checking for setjmp... yes
checking for longjmp... yes
checking for sigsetjmp... yes
checking for siglongjmp... yes
checking for writev... yes
checking if printf has the %a format character... yes
checking for srand48/lrand48/drand48 in <stdlib.h>... yes
checking whether strerror_s is declared... no
checking for isnan in <math.h>... yes
checking for isnan in <cmath>... yes
checking for std::isnan in <cmath>... yes
checking for isinf in <math.h>... yes
checking for isinf in <cmath>... yes
checking for std::isinf in <cmath>... yes
checking for finite in <ieeefp.h>... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for mmap of files... yes
checking if /dev/zero is needed for mmap... no
checking for GCC atomic builtins... yes
checking for __dso_handle... yes
checking for compiler -fvisibility-inlines-hidden option... yes
configure: creating ./config.status
config.status: creating Makefile.common
config.status: creating Makefile.llvm.config
config.status: executing setup commands
config.status: executing Makefile commands
config.status: executing lib/Makefile commands
config.status: executing lib/sample/Makefile commands
config.status: executing tools/Makefile commands
config.status: executing tools/sample/Makefile commands
llvm[3]: Regenerating /Applications/julia/deps/llvm-3.3/build_Release/Makefile.config
config.status: creating Makefile.config
llvm[3]: Constructing LLVMBuild project information.
llvm[4]: Compiling APFloat.cpp for Release build
llvm[4]: Compiling APInt.cpp for Release build
llvm[4]: Compiling APSInt.cpp for Release build
llvm[4]: Compiling Allocator.cpp for Release build
llvm[4]: Compiling Atomic.cpp for Release build
llvm[4]: Compiling BlockFrequency.cpp for Release build
llvm[4]: Compiling BranchProbability.cpp for Release build
llvm[4]: Compiling CommandLine.cpp for Release build
llvm[4]: Compiling Compression.cpp for Release build
llvm[4]: Compiling ConstantRange.cpp for Release build
llvm[4]: Compiling ConvertUTF.c for Release build
llvm[4]: Compiling ConvertUTFWrapper.cpp for Release build
llvm[4]: Compiling CrashRecoveryContext.cpp for Release build
llvm[4]: Compiling DAGDeltaAlgorithm.cpp for Release build
llvm[4]: Compiling DataExtractor.cpp for Release build
llvm[4]: Compiling DataStream.cpp for Release build
llvm[4]: Compiling Debug.cpp for Release build
llvm[4]: Compiling DeltaAlgorithm.cpp for Release build
llvm[4]: Compiling Disassembler.cpp for Release build
llvm[4]: Compiling Dwarf.cpp for Release build
llvm[4]: Compiling DynamicLibrary.cpp for Release build
llvm[4]: Compiling Errno.cpp for Release build
llvm[4]: Compiling ErrorHandling.cpp for Release build
llvm[4]: Compiling FileOutputBuffer.cpp for Release build
llvm[4]: Compiling FileUtilities.cpp for Release build
llvm[4]: Compiling FoldingSet.cpp for Release build
llvm[4]: Compiling FormattedStream.cpp for Release build
llvm[4]: Compiling GraphWriter.cpp for Release build
llvm[4]: Compiling Hashing.cpp for Release build
llvm[4]: Compiling Host.cpp for Release build
llvm[4]: Compiling IncludeFile.cpp for Release build
llvm[4]: Compiling IntEqClasses.cpp for Release build
llvm[4]: Compiling IntervalMap.cpp for Release build
llvm[4]: Compiling IntrusiveRefCntPtr.cpp for Release build
llvm[4]: Compiling IsInf.cpp for Release build
llvm[4]: Compiling IsNAN.cpp for Release build
llvm[4]: Compiling Locale.cpp for Release build
llvm[4]: Compiling LockFileManager.cpp for Release build
llvm[4]: Compiling ManagedStatic.cpp for Release build
llvm[4]: Compiling Memory.cpp for Release build
llvm[4]: Compiling MemoryBuffer.cpp for Release build
llvm[4]: Compiling MemoryObject.cpp for Release build
llvm[4]: Compiling Mutex.cpp for Release build
llvm[4]: Compiling Path.cpp for Release build
llvm[4]: Compiling PathV2.cpp for Release build
llvm[4]: Compiling PluginLoader.cpp for Release build
llvm[4]: Compiling PrettyStackTrace.cpp for Release build
llvm[4]: Compiling Process.cpp for Release build
llvm[4]: Compiling Program.cpp for Release build
llvm[4]: Compiling RWMutex.cpp for Release build
llvm[4]: Compiling Regex.cpp for Release build
llvm[4]: Compiling SearchForAddressOfSpecialSymbol.cpp for Release build
llvm[4]: Compiling Signals.cpp for Release build
llvm[4]: Compiling SmallPtrSet.cpp for Release build
llvm[4]: Compiling SmallVector.cpp for Release build
llvm[4]: Compiling SourceMgr.cpp for Release build
llvm[4]: Compiling Statistic.cpp for Release build
llvm[4]: Compiling StreamableMemoryObject.cpp for Release build
llvm[4]: Compiling StringExtras.cpp for Release build
llvm[4]: Compiling StringMap.cpp for Release build
llvm[4]: Compiling StringPool.cpp for Release build
llvm[4]: Compiling StringRef.cpp for Release build
llvm[4]: Compiling SystemUtils.cpp for Release build
llvm[4]: Compiling TargetRegistry.cpp for Release build
llvm[4]: Compiling ThreadLocal.cpp for Release build
llvm[4]: Compiling Threading.cpp for Release build
llvm[4]: Compiling TimeValue.cpp for Release build
llvm[4]: Compiling Timer.cpp for Release build
llvm[4]: Compiling ToolOutputFile.cpp for Release build
llvm[4]: Compiling Triple.cpp for Release build
llvm[4]: Compiling Twine.cpp for Release build
llvm[4]: Compiling Valgrind.cpp for Release build
llvm[4]: Compiling Watchdog.cpp for Release build
llvm[4]: Compiling YAMLParser.cpp for Release build
llvm[4]: Compiling YAMLTraits.cpp for Release build
llvm[4]: Compiling circular_raw_ostream.cpp for Release build
llvm[4]: Compiling raw_os_ostream.cpp for Release build
llvm[4]: Compiling raw_ostream.cpp for Release build
llvm[4]: Compiling regcomp.c for Release build
llvm[4]: Compiling regerror.c for Release build
llvm[4]: Compiling regexec.c for Release build
llvm[4]: Compiling regfree.c for Release build
llvm[4]: Compiling regstrlcpy.c for Release build
llvm[4]: Compiling system_error.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMSupport.a
llvm[4]: Compiling Error.cpp for Release build
llvm[4]: Compiling Main.cpp for Release build
llvm[4]: Compiling Record.cpp for Release build
llvm[4]: Compiling StringMatcher.cpp for Release build
llvm[4]: Compiling TGLexer.cpp for Release build
llvm[4]: Compiling TGParser.cpp for Release build
llvm[4]: Compiling TableGenBackend.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMTableGen.a
llvm[5]: Compiling FileCheck.cpp for Release build
llvm[5]: Linking Release executable FileCheck (without symbols)
llvm[5]: ======= Finished Linking Release Executable FileCheck (without symbols)
llvm[5]: Compiling FileUpdate.cpp for Release build
llvm[5]: Linking Release executable FileUpdate (without symbols)
llvm[5]: ======= Finished Linking Release Executable FileUpdate (without symbols)
llvm[5]: Compiling AsmMatcherEmitter.cpp for Release build
llvm[5]: Compiling AsmWriterEmitter.cpp for Release build
llvm[5]: Compiling AsmWriterInst.cpp for Release build
llvm[5]: Compiling CTagsEmitter.cpp for Release build
llvm[5]: Compiling CallingConvEmitter.cpp for Release build
llvm[5]: Compiling CodeEmitterGen.cpp for Release build
llvm[5]: Compiling CodeGenDAGPatterns.cpp for Release build
llvm[5]: Compiling CodeGenInstruction.cpp for Release build
llvm[5]: Compiling CodeGenMapTable.cpp for Release build
llvm[5]: Compiling CodeGenRegisters.cpp for Release build
llvm[5]: Compiling CodeGenSchedule.cpp for Release build
llvm[5]: Compiling CodeGenTarget.cpp for Release build
llvm[5]: Compiling DAGISelEmitter.cpp for Release build
llvm[5]: Compiling DAGISelMatcher.cpp for Release build
llvm[5]: Compiling DAGISelMatcherEmitter.cpp for Release build
llvm[5]: Compiling DAGISelMatcherGen.cpp for Release build
llvm[5]: Compiling DAGISelMatcherOpt.cpp for Release build
llvm[5]: Compiling DFAPacketizerEmitter.cpp for Release build
llvm[5]: Compiling DisassemblerEmitter.cpp for Release build
llvm[5]: Compiling FastISelEmitter.cpp for Release build
llvm[5]: Compiling FixedLenDecoderEmitter.cpp for Release build
llvm[5]: Compiling InstrInfoEmitter.cpp for Release build
llvm[5]: Compiling IntrinsicEmitter.cpp for Release build
llvm[5]: Compiling OptParserEmitter.cpp for Release build
llvm[5]: Compiling PseudoLoweringEmitter.cpp for Release build
llvm[5]: Compiling RegisterInfoEmitter.cpp for Release build
llvm[5]: Compiling SetTheory.cpp for Release build
llvm[5]: Compiling SubtargetEmitter.cpp for Release build
llvm[5]: Compiling TGValueTypes.cpp for Release build
llvm[5]: Compiling TableGen.cpp for Release build
llvm[5]: Compiling X86DisassemblerTables.cpp for Release build
llvm[5]: Compiling X86ModRMFilters.cpp for Release build
llvm[5]: Compiling X86RecognizableInstr.cpp for Release build
llvm[5]: Linking Release executable llvm-tblgen (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-tblgen (without symbols)
llvm[5]: Compiling PerfectShuffle.cpp for Release build
llvm[5]: Linking Release executable llvm-PerfectShuffle (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-PerfectShuffle (without symbols)
llvm[5]: Compiling count.c for Release build
llvm[5]: Linking Release executable count (without symbols)
llvm[5]: ======= Finished Linking Release Executable count (without symbols)
llvm[5]: Compiling fpcmp.cpp for Release build
llvm[5]: Linking Release executable fpcmp (without symbols)
llvm[5]: ======= Finished Linking Release Executable fpcmp (without symbols)
llvm[5]: Creating 'llvm-lit' script...
llvm[5]: Compiling not.cpp for Release build
llvm[5]: Linking Release executable not (without symbols)
llvm[5]: ======= Finished Linking Release Executable not (without symbols)
llvm[6]: Compiling gtest.cc for Release build
llvm[6]: Compiling gtest-death-test.cc for Release build
llvm[6]: Compiling gtest-filepath.cc for Release build
llvm[6]: Compiling gtest-port.cc for Release build
llvm[6]: Compiling gtest-printers.cc for Release build
llvm[6]: Compiling gtest-test-part.cc for Release build
llvm[6]: Compiling gtest-typed-test.cc for Release build
llvm[6]: Building Release Archive Library libgtest.a
llvm[6]: Compiling TestMain.cpp for Release build
llvm[6]: Building Release Archive Library libgtest_main.a
llvm[4]: Building Intrinsics.gen.tmp from Intrinsics.td
llvm[4]: Updated Intrinsics.gen because Intrinsics.gen.tmp changed significantly.
llvm[4]: Compiling AsmWriter.cpp for Release build
llvm[4]: Compiling Attributes.cpp for Release build
llvm[4]: Compiling AutoUpgrade.cpp for Release build
llvm[4]: Compiling BasicBlock.cpp for Release build
llvm[4]: Compiling ConstantFold.cpp for Release build
llvm[4]: Compiling Constants.cpp for Release build
llvm[4]: Compiling Core.cpp for Release build
llvm[4]: Compiling DIBuilder.cpp for Release build
llvm[4]: Compiling DataLayout.cpp for Release build
llvm[4]: Compiling DebugInfo.cpp for Release build
llvm[4]: Compiling DebugLoc.cpp for Release build
llvm[4]: Compiling Dominators.cpp for Release build
llvm[4]: Compiling Function.cpp for Release build
llvm[4]: Compiling GCOV.cpp for Release build
llvm[4]: Compiling GVMaterializer.cpp for Release build
llvm[4]: Compiling Globals.cpp for Release build
llvm[4]: Compiling IRBuilder.cpp for Release build
llvm[4]: Compiling InlineAsm.cpp for Release build
llvm[4]: Compiling Instruction.cpp for Release build
llvm[4]: Compiling Instructions.cpp for Release build
llvm[4]: Compiling IntrinsicInst.cpp for Release build
llvm[4]: Compiling LLVMContext.cpp for Release build
llvm[4]: Compiling LLVMContextImpl.cpp for Release build
llvm[4]: Compiling LeakDetector.cpp for Release build
llvm[4]: Compiling Metadata.cpp for Release build
llvm[4]: Compiling Module.cpp for Release build
llvm[4]: Compiling Pass.cpp for Release build
llvm[4]: Compiling PassManager.cpp for Release build
llvm[4]: Compiling PassRegistry.cpp for Release build
llvm[4]: Compiling PrintModulePass.cpp for Release build
llvm[4]: Compiling Type.cpp for Release build
llvm[4]: Compiling TypeFinder.cpp for Release build
llvm[4]: Compiling Use.cpp for Release build
llvm[4]: Compiling User.cpp for Release build
llvm[4]: Compiling Value.cpp for Release build
llvm[4]: Compiling ValueSymbolTable.cpp for Release build
llvm[4]: Compiling ValueTypes.cpp for Release build
llvm[4]: Compiling Verifier.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMCore.a
llvm[5]: Compiling LLLexer.cpp for Release build
llvm[5]: Compiling LLParser.cpp for Release build
llvm[5]: Compiling Parser.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMAsmParser.a
llvm[6]: Compiling BitReader.cpp for Release build
llvm[6]: Compiling BitcodeReader.cpp for Release build
llvm[6]: Compiling BitstreamReader.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMBitReader.a
llvm[6]: Compiling BitWriter.cpp for Release build
llvm[6]: Compiling BitcodeWriter.cpp for Release build
llvm[6]: Compiling BitcodeWriterPass.cpp for Release build
llvm[6]: Compiling ValueEnumerator.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMBitWriter.a
llvm[5]: Compiling Archive.cpp for Release build
llvm[5]: Compiling ArchiveReader.cpp for Release build
llvm[5]: Compiling ArchiveWriter.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMArchive.a
llvm[5]: Compiling AliasAnalysis.cpp for Release build
llvm[5]: Compiling AliasAnalysisCounter.cpp for Release build
llvm[5]: Compiling AliasAnalysisEvaluator.cpp for Release build
llvm[5]: Compiling AliasDebugger.cpp for Release build
llvm[5]: Compiling AliasSetTracker.cpp for Release build
llvm[5]: Compiling Analysis.cpp for Release build
llvm[5]: Compiling BasicAliasAnalysis.cpp for Release build
llvm[5]: Compiling BlockFrequencyInfo.cpp for Release build
llvm[5]: Compiling BranchProbabilityInfo.cpp for Release build
llvm[5]: Compiling CFGPrinter.cpp for Release build
llvm[5]: Compiling CaptureTracking.cpp for Release build
llvm[5]: Compiling CodeMetrics.cpp for Release build
llvm[5]: Compiling ConstantFolding.cpp for Release build
llvm[5]: Compiling CostModel.cpp for Release build
llvm[5]: Compiling DependenceAnalysis.cpp for Release build
llvm[5]: Compiling DomPrinter.cpp for Release build
llvm[5]: Compiling DominanceFrontier.cpp for Release build
llvm[5]: Compiling IVUsers.cpp for Release build
llvm[5]: Compiling InstCount.cpp for Release build
llvm[5]: Compiling InstructionSimplify.cpp for Release build
llvm[5]: Compiling Interval.cpp for Release build
llvm[5]: Compiling IntervalPartition.cpp for Release build
llvm[5]: Compiling LazyValueInfo.cpp for Release build
llvm[5]: Compiling LibCallAliasAnalysis.cpp for Release build
llvm[5]: Compiling LibCallSemantics.cpp for Release build
llvm[5]: Compiling Lint.cpp for Release build
llvm[5]: Compiling Loads.cpp for Release build
llvm[5]: Compiling LoopInfo.cpp for Release build
llvm[5]: Compiling LoopPass.cpp for Release build
llvm[5]: Compiling MemDepPrinter.cpp for Release build
llvm[5]: Compiling MemoryBuiltins.cpp for Release build
llvm[5]: Compiling MemoryDependenceAnalysis.cpp for Release build
llvm[5]: Compiling ModuleDebugInfoPrinter.cpp for Release build
llvm[5]: Compiling NoAliasAnalysis.cpp for Release build
llvm[5]: Compiling PHITransAddr.cpp for Release build
llvm[5]: Compiling PathNumbering.cpp for Release build
llvm[5]: Compiling PathProfileInfo.cpp for Release build
llvm[5]: Compiling PathProfileVerifier.cpp for Release build
llvm[5]: Compiling PostDominators.cpp for Release build
llvm[5]: Compiling ProfileDataLoader.cpp for Release build
llvm[5]: Compiling ProfileDataLoaderPass.cpp for Release build
llvm[5]: Compiling ProfileEstimatorPass.cpp for Release build
llvm[5]: Compiling ProfileInfo.cpp for Release build
llvm[5]: Compiling ProfileInfoLoader.cpp for Release build
llvm[5]: Compiling ProfileInfoLoaderPass.cpp for Release build
llvm[5]: Compiling ProfileVerifierPass.cpp for Release build
llvm[5]: Compiling PtrUseVisitor.cpp for Release build
llvm[5]: Compiling RegionInfo.cpp for Release build
llvm[5]: Compiling RegionPass.cpp for Release build
llvm[5]: Compiling RegionPrinter.cpp for Release build
llvm[5]: Compiling ScalarEvolution.cpp for Release build
llvm[5]: Compiling ScalarEvolutionAliasAnalysis.cpp for Release build
llvm[5]: Compiling ScalarEvolutionExpander.cpp for Release build
llvm[5]: Compiling ScalarEvolutionNormalization.cpp for Release build
llvm[5]: Compiling SparsePropagation.cpp for Release build
llvm[5]: Compiling TargetTransformInfo.cpp for Release build
llvm[5]: Compiling Trace.cpp for Release build
llvm[5]: Compiling TypeBasedAliasAnalysis.cpp for Release build
llvm[5]: Compiling ValueTracking.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMAnalysis.a
llvm[6]: Compiling CallGraph.cpp for Release build
llvm[6]: Compiling CallGraphSCCPass.cpp for Release build
llvm[6]: Compiling CallPrinter.cpp for Release build
llvm[6]: Compiling FindUsedTypes.cpp for Release build
llvm[6]: Compiling GlobalsModRef.cpp for Release build
llvm[6]: Compiling IPA.cpp for Release build
llvm[6]: Compiling InlineCost.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMipa.a
llvm[6]: Compiling BasicBlockUtils.cpp for Release build
llvm[6]: Compiling BreakCriticalEdges.cpp for Release build
llvm[6]: Compiling BuildLibCalls.cpp for Release build
llvm[6]: Compiling BypassSlowDivision.cpp for Release build
llvm[6]: Compiling CloneFunction.cpp for Release build
llvm[6]: Compiling CloneModule.cpp for Release build
llvm[6]: Compiling CmpInstAnalysis.cpp for Release build
llvm[6]: Compiling CodeExtractor.cpp for Release build
llvm[6]: Compiling DemoteRegToStack.cpp for Release build
llvm[6]: Compiling InlineFunction.cpp for Release build
llvm[6]: Compiling InstructionNamer.cpp for Release build
llvm[6]: Compiling IntegerDivision.cpp for Release build
llvm[6]: Compiling LCSSA.cpp for Release build
llvm[6]: Compiling Local.cpp for Release build
llvm[6]: Compiling LoopSimplify.cpp for Release build
llvm[6]: Compiling LoopUnroll.cpp for Release build
llvm[6]: Compiling LoopUnrollRuntime.cpp for Release build
llvm[6]: Compiling LowerExpectIntrinsic.cpp for Release build
llvm[6]: Compiling LowerInvoke.cpp for Release build
llvm[6]: Compiling LowerSwitch.cpp for Release build
llvm[6]: Compiling Mem2Reg.cpp for Release build
llvm[6]: Compiling MetaRenamer.cpp for Release build
llvm[6]: Compiling ModuleUtils.cpp for Release build
llvm[6]: Compiling PromoteMemoryToRegister.cpp for Release build
llvm[6]: Compiling SSAUpdater.cpp for Release build
llvm[6]: Compiling SimplifyCFG.cpp for Release build
llvm[6]: Compiling SimplifyIndVar.cpp for Release build
llvm[6]: Compiling SimplifyInstructions.cpp for Release build
llvm[6]: Compiling SimplifyLibCalls.cpp for Release build
llvm[6]: Compiling UnifyFunctionExitNodes.cpp for Release build
llvm[6]: Compiling Utils.cpp for Release build
llvm[6]: Compiling ValueMapper.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMTransformUtils.a
llvm[6]: Compiling AddressSanitizer.cpp for Release build
llvm[6]: Compiling BlackList.cpp for Release build
llvm[6]: Compiling BoundsChecking.cpp for Release build
llvm[6]: Compiling EdgeProfiling.cpp for Release build
llvm[6]: Compiling GCOVProfiling.cpp for Release build
llvm[6]: Compiling Instrumentation.cpp for Release build
llvm[6]: Compiling MemorySanitizer.cpp for Release build
llvm[6]: Compiling OptimalEdgeProfiling.cpp for Release build
llvm[6]: Compiling PathProfiling.cpp for Release build
llvm[6]: Compiling ProfilingUtils.cpp for Release build
llvm[6]: Compiling ThreadSanitizer.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMInstrumentation.a
llvm[6]: Compiling ADCE.cpp for Release build
llvm[6]: Compiling BasicBlockPlacement.cpp for Release build
llvm[6]: Compiling CodeGenPrepare.cpp for Release build
/Applications/julia/deps/llvm-3.3/lib/Transforms/Scalar/CodeGenPrepare.cpp:841:28: warning: unused function 'operator<<' [-Wunused-function]
static inline raw_ostream &operator<<(raw_ostream &OS, const ExtAddrMode &AM) {
^
1 warning generated.
llvm[6]: Compiling ConstantProp.cpp for Release build
llvm[6]: Compiling CorrelatedValuePropagation.cpp for Release build
llvm[6]: Compiling DCE.cpp for Release build
llvm[6]: Compiling DeadStoreElimination.cpp for Release build
llvm[6]: Compiling EarlyCSE.cpp for Release build
/Applications/julia/deps/llvm-3.3/lib/Transforms/Scalar/EarlyCSE.cpp:77:21: warning: unused variable 'value' [-Wunused-const-variable]
static const bool value = true;
^
/Applications/julia/deps/llvm-3.3/lib/Transforms/Scalar/EarlyCSE.cpp:225:23: warning: unused variable 'value' [-Wunused-const-variable]
static const bool value = true;
^
2 warnings generated.
llvm[6]: Compiling GVN.cpp for Release build
llvm[6]: Compiling GlobalMerge.cpp for Release build
llvm[6]: Compiling IndVarSimplify.cpp for Release build
llvm[6]: Compiling JumpThreading.cpp for Release build
llvm[6]: Compiling LICM.cpp for Release build
llvm[6]: Compiling LoopDeletion.cpp for Release build
llvm[6]: Compiling LoopIdiomRecognize.cpp for Release build
llvm[6]: Compiling LoopInstSimplify.cpp for Release build
llvm[6]: Compiling LoopRotation.cpp for Release build
llvm[6]: Compiling LoopStrengthReduce.cpp for Release build
llvm[6]: Compiling LoopUnrollPass.cpp for Release build
llvm[6]: Compiling LoopUnswitch.cpp for Release build
llvm[6]: Compiling LowerAtomic.cpp for Release build
llvm[6]: Compiling MemCpyOptimizer.cpp for Release build
llvm[6]: Compiling Reassociate.cpp for Release build
llvm[6]: Compiling Reg2Mem.cpp for Release build
llvm[6]: Compiling SCCP.cpp for Release build
llvm[6]: Compiling SROA.cpp for Release build
llvm[6]: Compiling Scalar.cpp for Release build
llvm[6]: Compiling ScalarReplAggregates.cpp for Release build
llvm[6]: Compiling SimplifyCFGPass.cpp for Release build
llvm[6]: Compiling SimplifyLibCalls.cpp for Release build
llvm[6]: Compiling Sink.cpp for Release build
llvm[6]: Compiling TailRecursionElimination.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMScalarOpts.a
llvm[6]: Compiling InstCombineAddSub.cpp for Release build
llvm[6]: Compiling InstCombineAndOrXor.cpp for Release build
llvm[6]: Compiling InstCombineCalls.cpp for Release build
llvm[6]: Compiling InstCombineCasts.cpp for Release build
llvm[6]: Compiling InstCombineCompares.cpp for Release build
llvm[6]: Compiling InstCombineLoadStoreAlloca.cpp for Release build
llvm[6]: Compiling InstCombineMulDivRem.cpp for Release build
llvm[6]: Compiling InstCombinePHI.cpp for Release build
/Applications/julia/deps/llvm-3.3/lib/Transforms/InstCombine/InstCombinePHI.cpp:608:58: warning: unused variable 'value' [-Wunused-const-variable]
struct isPodLike<LoweredPHIRecord> { static const bool value = true; };
^
1 warning generated.
llvm[6]: Compiling InstCombineSelect.cpp for Release build
llvm[6]: Compiling InstCombineShifts.cpp for Release build
llvm[6]: Compiling InstCombineSimplifyDemanded.cpp for Release build
llvm[6]: Compiling InstCombineVectorOps.cpp for Release build
llvm[6]: Compiling InstructionCombining.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMInstCombine.a
llvm[6]: Compiling ArgumentPromotion.cpp for Release build
llvm[6]: Compiling BarrierNoopPass.cpp for Release build
llvm[6]: Compiling ConstantMerge.cpp for Release build
llvm[6]: Compiling DeadArgumentElimination.cpp for Release build
llvm[6]: Compiling ExtractGV.cpp for Release build
llvm[6]: Compiling FunctionAttrs.cpp for Release build
llvm[6]: Compiling GlobalDCE.cpp for Release build
llvm[6]: Compiling GlobalOpt.cpp for Release build
llvm[6]: Compiling IPConstantPropagation.cpp for Release build
llvm[6]: Compiling IPO.cpp for Release build
llvm[6]: Compiling InlineAlways.cpp for Release build
llvm[6]: Compiling InlineSimple.cpp for Release build
llvm[6]: Compiling Inliner.cpp for Release build
llvm[6]: Compiling Internalize.cpp for Release build
llvm[6]: Compiling LoopExtractor.cpp for Release build
llvm[6]: Compiling MergeFunctions.cpp for Release build
llvm[6]: Compiling PartialInlining.cpp for Release build
llvm[6]: Compiling PassManagerBuilder.cpp for Release build
llvm[6]: Compiling PruneEH.cpp for Release build
llvm[6]: Compiling StripDeadPrototypes.cpp for Release build
llvm[6]: Compiling StripSymbols.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMipo.a
llvm[6]: Compiling BBVectorize.cpp for Release build
llvm[6]: Compiling LoopVectorize.cpp for Release build
llvm[6]: Compiling SLPVectorizer.cpp for Release build
llvm[6]: Compiling VecUtils.cpp for Release build
llvm[6]: Compiling Vectorize.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMVectorize.a
llvm[6]: Compiling Hello.cpp for Release build (PIC)
llvm[6]: Linking Release Loadable Module LLVMHello.dylib
llvm[6]: Compiling DependencyAnalysis.cpp for Release build
llvm[6]: Compiling ObjCARC.cpp for Release build
llvm[6]: Compiling ObjCARCAPElim.cpp for Release build
llvm[6]: Compiling ObjCARCAliasAnalysis.cpp for Release build
llvm[6]: Compiling ObjCARCContract.cpp for Release build
llvm[6]: Compiling ObjCARCExpand.cpp for Release build
llvm[6]: Compiling ObjCARCOpts.cpp for Release build
llvm[6]: Compiling ObjCARCUtil.cpp for Release build
llvm[6]: Compiling ProvenanceAnalysis.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMObjCARCOpts.a
llvm[5]: Compiling AggressiveAntiDepBreaker.cpp for Release build
llvm[5]: Compiling AllocationOrder.cpp for Release build
llvm[5]: Compiling Analysis.cpp for Release build
llvm[5]: Compiling BasicTargetTransformInfo.cpp for Release build
llvm[5]: Compiling BranchFolding.cpp for Release build
llvm[5]: Compiling CalcSpillWeights.cpp for Release build
llvm[5]: Compiling CallingConvLower.cpp for Release build
llvm[5]: Compiling CodeGen.cpp for Release build
llvm[5]: Compiling CriticalAntiDepBreaker.cpp for Release build
llvm[5]: Compiling DFAPacketizer.cpp for Release build
llvm[5]: Compiling DeadMachineInstructionElim.cpp for Release build
llvm[5]: Compiling DwarfEHPrepare.cpp for Release build
llvm[5]: Compiling EarlyIfConversion.cpp for Release build
llvm[5]: Compiling EdgeBundles.cpp for Release build
llvm[5]: Compiling ErlangGC.cpp for Release build
llvm[5]: Compiling ExecutionDepsFix.cpp for Release build
llvm[5]: Compiling ExpandISelPseudos.cpp for Release build
llvm[5]: Compiling ExpandPostRAPseudos.cpp for Release build
llvm[5]: Compiling GCMetadata.cpp for Release build
llvm[5]: Compiling GCMetadataPrinter.cpp for Release build
llvm[5]: Compiling GCStrategy.cpp for Release build
llvm[5]: Compiling IfConversion.cpp for Release build
llvm[5]: Compiling InlineSpiller.cpp for Release build
llvm[5]: Compiling InterferenceCache.cpp for Release build
llvm[5]: Compiling IntrinsicLowering.cpp for Release build
llvm[5]: Compiling JITCodeEmitter.cpp for Release build
llvm[5]: Compiling LLVMTargetMachine.cpp for Release build
llvm[5]: Compiling LatencyPriorityQueue.cpp for Release build
llvm[5]: Compiling LexicalScopes.cpp for Release build
llvm[5]: Compiling LiveDebugVariables.cpp for Release build
llvm[5]: Compiling LiveInterval.cpp for Release build
llvm[5]: Compiling LiveIntervalAnalysis.cpp for Release build
llvm[5]: Compiling LiveIntervalUnion.cpp for Release build
llvm[5]: Compiling LiveRangeCalc.cpp for Release build
llvm[5]: Compiling LiveRangeEdit.cpp for Release build
llvm[5]: Compiling LiveRegMatrix.cpp for Release build
llvm[5]: Compiling LiveStackAnalysis.cpp for Release build
llvm[5]: Compiling LiveVariables.cpp for Release build
llvm[5]: Compiling LocalStackSlotAllocation.cpp for Release build
llvm[5]: Compiling MachineBasicBlock.cpp for Release build
llvm[5]: Compiling MachineBlockFrequencyInfo.cpp for Release build
llvm[5]: Compiling MachineBlockPlacement.cpp for Release build
llvm[5]: Compiling MachineBranchProbabilityInfo.cpp for Release build
llvm[5]: Compiling MachineCSE.cpp for Release build
llvm[5]: Compiling MachineCodeEmitter.cpp for Release build
llvm[5]: Compiling MachineCopyPropagation.cpp for Release build
llvm[5]: Compiling MachineDominators.cpp for Release build
llvm[5]: Compiling MachineFunction.cpp for Release build
llvm[5]: Compiling MachineFunctionAnalysis.cpp for Release build
llvm[5]: Compiling MachineFunctionPass.cpp for Release build
llvm[5]: Compiling MachineFunctionPrinterPass.cpp for Release build
llvm[5]: Compiling MachineInstr.cpp for Release build
llvm[5]: Compiling MachineInstrBundle.cpp for Release build
llvm[5]: Compiling MachineLICM.cpp for Release build
llvm[5]: Compiling MachineLoopInfo.cpp for Release build
llvm[5]: Compiling MachineModuleInfo.cpp for Release build
llvm[5]: Compiling MachineModuleInfoImpls.cpp for Release build
llvm[5]: Compiling MachinePassRegistry.cpp for Release build
llvm[5]: Compiling MachinePostDominators.cpp for Release build
llvm[5]: Compiling MachineRegisterInfo.cpp for Release build
llvm[5]: Compiling MachineSSAUpdater.cpp for Release build
llvm[5]: Compiling MachineScheduler.cpp for Release build
/Applications/julia/deps/llvm-3.3/lib/CodeGen/MachineScheduler.cpp:2434:25: warning: unused variable 'SubtreeLimit' [-Wunused-const-variable]
static const unsigned SubtreeLimit = 16;
^
1 warning generated.
llvm[5]: Compiling MachineSink.cpp for Release build
llvm[5]: Compiling MachineTraceMetrics.cpp for Release build
llvm[5]: Compiling MachineVerifier.cpp for Release build
llvm[5]: Compiling OcamlGC.cpp for Release build
llvm[5]: Compiling OptimizePHIs.cpp for Release build
llvm[5]: Compiling PHIElimination.cpp for Release build
llvm[5]: Compiling PHIEliminationUtils.cpp for Release build
llvm[5]: Compiling Passes.cpp for Release build
llvm[5]: Compiling PeepholeOptimizer.cpp for Release build
llvm[5]: Compiling PostRASchedulerList.cpp for Release build
llvm[5]: Compiling ProcessImplicitDefs.cpp for Release build
llvm[5]: Compiling PrologEpilogInserter.cpp for Release build
llvm[5]: Compiling PseudoSourceValue.cpp for Release build
llvm[5]: Compiling RegAllocBase.cpp for Release build
llvm[5]: Compiling RegAllocBasic.cpp for Release build
llvm[5]: Compiling RegAllocFast.cpp for Release build
llvm[5]: Compiling RegAllocGreedy.cpp for Release build
/Applications/julia/deps/llvm-3.3/lib/CodeGen/RegAllocGreedy.cpp:121:28: warning: unused variable 'StageName' [-Wunused-const-variable]
static const char *const StageName[];
^
1 warning generated.
llvm[5]: Compiling RegAllocPBQP.cpp for Release build
llvm[5]: Compiling RegisterClassInfo.cpp for Release build
llvm[5]: Compiling RegisterCoalescer.cpp for Release build
llvm[5]: Compiling RegisterPressure.cpp for Release build
llvm[5]: Compiling RegisterScavenging.cpp for Release build
llvm[5]: Compiling ScheduleDAG.cpp for Release build
llvm[5]: Compiling ScheduleDAGInstrs.cpp for Release build
llvm[5]: Compiling ScheduleDAGPrinter.cpp for Release build
llvm[5]: Compiling ScoreboardHazardRecognizer.cpp for Release build
llvm[5]: Compiling ShadowStackGC.cpp for Release build
llvm[5]: Compiling ShrinkWrapping.cpp for Release build
llvm[5]: Compiling SjLjEHPrepare.cpp for Release build
llvm[5]: Compiling SlotIndexes.cpp for Release build
llvm[5]: Compiling SpillPlacement.cpp for Release build
llvm[5]: Compiling Spiller.cpp for Release build
llvm[5]: Compiling SplitKit.cpp for Release build
llvm[5]: Compiling StackColoring.cpp for Release build
llvm[5]: Compiling StackProtector.cpp for Release build
llvm[5]: Compiling StackSlotColoring.cpp for Release build
llvm[5]: Compiling StrongPHIElimination.cpp for Release build
llvm[5]: Compiling TailDuplication.cpp for Release build
llvm[5]: Compiling TargetFrameLoweringImpl.cpp for Release build
llvm[5]: Compiling TargetInstrInfo.cpp for Release build
llvm[5]: Compiling TargetLoweringBase.cpp for Release build
llvm[5]: Compiling TargetLoweringObjectFileImpl.cpp for Release build
llvm[5]: Compiling TargetOptionsImpl.cpp for Release build
llvm[5]: Compiling TargetRegisterInfo.cpp for Release build
llvm[5]: Compiling TargetSchedule.cpp for Release build
llvm[5]: Compiling TwoAddressInstructionPass.cpp for Release build
llvm[5]: Compiling UnreachableBlockElim.cpp for Release build
llvm[5]: Compiling VirtRegMap.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMCodeGen.a
llvm[6]: Compiling DAGCombiner.cpp for Release build
llvm[6]: Compiling FastISel.cpp for Release build
llvm[6]: Compiling FunctionLoweringInfo.cpp for Release build
llvm[6]: Compiling InstrEmitter.cpp for Release build
llvm[6]: Compiling LegalizeDAG.cpp for Release build
llvm[6]: Compiling LegalizeFloatTypes.cpp for Release build
llvm[6]: Compiling LegalizeIntegerTypes.cpp for Release build
llvm[6]: Compiling LegalizeTypes.cpp for Release build
llvm[6]: Compiling LegalizeTypesGeneric.cpp for Release build
llvm[6]: Compiling LegalizeVectorOps.cpp for Release build
llvm[6]: Compiling LegalizeVectorTypes.cpp for Release build
llvm[6]: Compiling ResourcePriorityQueue.cpp for Release build
/Applications/julia/deps/llvm-3.3/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp:392:23: warning: unused variable 'PriorityTwo' [-Wunused-const-variable]
static const unsigned PriorityTwo = 100;
^
1 warning generated.
llvm[6]: Compiling ScheduleDAGFast.cpp for Release build
llvm[6]: Compiling ScheduleDAGRRList.cpp for Release build
llvm[6]: Compiling ScheduleDAGSDNodes.cpp for Release build
llvm[6]: Compiling ScheduleDAGVLIW.cpp for Release build
llvm[6]: Compiling SelectionDAG.cpp for Release build
llvm[6]: Compiling SelectionDAGBuilder.cpp for Release build
llvm[6]: Compiling SelectionDAGDumper.cpp for Release build
llvm[6]: Compiling SelectionDAGISel.cpp for Release build
llvm[6]: Compiling SelectionDAGPrinter.cpp for Release build
llvm[6]: Compiling TargetLowering.cpp for Release build
llvm[6]: Compiling TargetSelectionDAGInfo.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMSelectionDAG.a
llvm[6]: Compiling ARMException.cpp for Release build
llvm[6]: Compiling AsmPrinter.cpp for Release build
llvm[6]: Compiling AsmPrinterDwarf.cpp for Release build
llvm[6]: Compiling AsmPrinterInlineAsm.cpp for Release build
llvm[6]: Compiling DIE.cpp for Release build
llvm[6]: Compiling DwarfAccelTable.cpp for Release build
llvm[6]: Compiling DwarfCFIException.cpp for Release build
llvm[6]: Compiling DwarfCompileUnit.cpp for Release build
llvm[6]: Compiling DwarfDebug.cpp for Release build
llvm[6]: Compiling DwarfException.cpp for Release build
llvm[6]: Compiling ErlangGCPrinter.cpp for Release build
llvm[6]: Compiling OcamlGCPrinter.cpp for Release build
llvm[6]: Compiling Win64Exception.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMAsmPrinter.a
llvm[5]: Compiling Mangler.cpp for Release build
llvm[5]: Compiling Target.cpp for Release build
llvm[5]: Compiling TargetIntrinsicInfo.cpp for Release build
llvm[5]: Compiling TargetJITInfo.cpp for Release build
llvm[5]: Compiling TargetLibraryInfo.cpp for Release build
llvm[5]: Compiling TargetLoweringObjectFile.cpp for Release build
llvm[5]: Compiling TargetMachine.cpp for Release build
llvm[5]: Compiling TargetMachineC.cpp for Release build
llvm[5]: Compiling TargetSubtargetInfo.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMTarget.a
llvm[6]: Building X86.td register info implementation with tblgen
llvm[6]: Building X86.td instruction information with tblgen
llvm[6]: Building X86.td assembly writer with tblgen
llvm[6]: Building X86.td assembly matcher with tblgen
llvm[6]: Building X86.td assembly writer #1 with tblgen
llvm[6]: Building X86.td DAG instruction selector implementation with tblgen
llvm[6]: Building X86.td disassembly tables with tblgen
llvm[6]: Building X86.td "fast" instruction selector implementation with tblgen
llvm[6]: Building X86.td calling convention information with tblgen
llvm[6]: Building X86.td subtarget information with tblgen
llvm[6]: Compiling X86AsmPrinter.cpp for Release build
llvm[6]: Compiling X86COFFMachineModuleInfo.cpp for Release build
llvm[6]: Compiling X86CodeEmitter.cpp for Release build
llvm[6]: Compiling X86FastISel.cpp for Release build
llvm[6]: Compiling X86FixupLEAs.cpp for Release build
llvm[6]: Compiling X86FloatingPoint.cpp for Release build
llvm[6]: Compiling X86FrameLowering.cpp for Release build
llvm[6]: Compiling X86ISelDAGToDAG.cpp for Release build
llvm[6]: Compiling X86ISelLowering.cpp for Release build
llvm[6]: Compiling X86InstrInfo.cpp for Release build
llvm[6]: Compiling X86JITInfo.cpp for Release build
llvm[6]: Compiling X86MCInstLower.cpp for Release build
llvm[6]: Compiling X86MachineFunctionInfo.cpp for Release build
llvm[6]: Compiling X86PadShortFunction.cpp for Release build
llvm[6]: Compiling X86RegisterInfo.cpp for Release build
llvm[6]: Compiling X86SelectionDAGInfo.cpp for Release build
llvm[6]: Compiling X86Subtarget.cpp for Release build
llvm[6]: Compiling X86TargetMachine.cpp for Release build
llvm[6]: Compiling X86TargetObjectFile.cpp for Release build
llvm[6]: Compiling X86TargetTransformInfo.cpp for Release build
llvm[6]: Compiling X86VZeroUpper.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMX86CodeGen.a
llvm[7]: Compiling X86ATTInstPrinter.cpp for Release build
llvm[7]: Compiling X86InstComments.cpp for Release build
llvm[7]: Compiling X86IntelInstPrinter.cpp for Release build
llvm[7]: Building Release Archive Library libLLVMX86AsmPrinter.a
llvm[7]: Compiling X86AsmParser.cpp for Release build
llvm[7]: Building Release Archive Library libLLVMX86AsmParser.a
llvm[7]: Compiling X86Disassembler.cpp for Release build
llvm[7]: Compiling X86DisassemblerDecoder.c for Release build
llvm[7]: Building Release Archive Library libLLVMX86Disassembler.a
llvm[7]: Compiling X86TargetInfo.cpp for Release build
llvm[7]: Building Release Archive Library libLLVMX86Info.a
llvm[7]: Compiling X86AsmBackend.cpp for Release build
llvm[7]: Compiling X86ELFObjectWriter.cpp for Release build
llvm[7]: Compiling X86MCAsmInfo.cpp for Release build
llvm[7]: Compiling X86MCCodeEmitter.cpp for Release build
llvm[7]: Compiling X86MCTargetDesc.cpp for Release build
llvm[7]: Compiling X86MachObjectWriter.cpp for Release build
llvm[7]: Compiling X86WinCOFFObjectWriter.cpp for Release build
llvm[7]: Building Release Archive Library libLLVMX86Desc.a
llvm[7]: Compiling X86ShuffleDecode.cpp for Release build
llvm[7]: Building Release Archive Library libLLVMX86Utils.a
llvm[5]: Compiling ExecutionEngine.cpp for Release build
llvm[5]: Compiling ExecutionEngineBindings.cpp for Release build
llvm[5]: Compiling TargetSelect.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMExecutionEngine.a
llvm[6]: Compiling Execution.cpp for Release build
llvm[6]: Compiling ExternalFunctions.cpp for Release build
llvm[6]: Compiling Interpreter.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMInterpreter.a
llvm[6]: Compiling JIT.cpp for Release build
llvm[6]: Compiling JITDwarfEmitter.cpp for Release build
llvm[6]: Compiling JITEmitter.cpp for Release build
llvm[6]: Compiling JITMemoryManager.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMJIT.a
llvm[6]: Compiling MCJIT.cpp for Release build
llvm[6]: Compiling SectionMemoryManager.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMMCJIT.a
llvm[6]: Compiling GDBRegistrar.cpp for Release build
llvm[6]: Compiling RuntimeDyld.cpp for Release build
llvm[6]: Compiling RuntimeDyldELF.cpp for Release build
llvm[6]: Compiling RuntimeDyldMachO.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMRuntimeDyld.a
llvm[5]: Compiling LinkModules.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMLinker.a
llvm[5]: Compiling ELFObjectWriter.cpp for Release build
llvm[5]: Compiling MCAsmBackend.cpp for Release build
llvm[5]: Compiling MCAsmInfo.cpp for Release build
llvm[5]: Compiling MCAsmInfoCOFF.cpp for Release build
llvm[5]: Compiling MCAsmInfoDarwin.cpp for Release build
llvm[5]: Compiling MCAsmStreamer.cpp for Release build
llvm[5]: Compiling MCAssembler.cpp for Release build
llvm[5]: Compiling MCAtom.cpp for Release build
llvm[5]: Compiling MCCodeEmitter.cpp for Release build
llvm[5]: Compiling MCCodeGenInfo.cpp for Release build
llvm[5]: Compiling MCContext.cpp for Release build
llvm[5]: Compiling MCDisassembler.cpp for Release build
llvm[5]: Compiling MCDwarf.cpp for Release build
llvm[5]: Compiling MCELF.cpp for Release build
llvm[5]: Compiling MCELFObjectTargetWriter.cpp for Release build
llvm[5]: Compiling MCELFStreamer.cpp for Release build
llvm[5]: Compiling MCExpr.cpp for Release build
llvm[5]: Compiling MCInst.cpp for Release build
llvm[5]: Compiling MCInstPrinter.cpp for Release build
llvm[5]: Compiling MCInstrAnalysis.cpp for Release build
llvm[5]: Compiling MCLabel.cpp for Release build
llvm[5]: Compiling MCMachOStreamer.cpp for Release build
llvm[5]: Compiling MCMachObjectTargetWriter.cpp for Release build
llvm[5]: Compiling MCModule.cpp for Release build
llvm[5]: Compiling MCNullStreamer.cpp for Release build
llvm[5]: Compiling MCObjectFileInfo.cpp for Release build
llvm[5]: Compiling MCObjectStreamer.cpp for Release build
llvm[5]: Compiling MCObjectWriter.cpp for Release build
llvm[5]: Compiling MCPureStreamer.cpp for Release build
llvm[5]: Compiling MCRegisterInfo.cpp for Release build
llvm[5]: Compiling MCSection.cpp for Release build
llvm[5]: Compiling MCSectionCOFF.cpp for Release build
llvm[5]: Compiling MCSectionELF.cpp for Release build
llvm[5]: Compiling MCSectionMachO.cpp for Release build
llvm[5]: Compiling MCStreamer.cpp for Release build
llvm[5]: Compiling MCSubtargetInfo.cpp for Release build
llvm[5]: Compiling MCSymbol.cpp for Release build
llvm[5]: Compiling MCValue.cpp for Release build
llvm[5]: Compiling MCWin64EH.cpp for Release build
llvm[5]: Compiling MachObjectWriter.cpp for Release build
llvm[5]: Compiling SubtargetFeature.cpp for Release build
llvm[5]: Compiling WinCOFFObjectWriter.cpp for Release build
/Applications/julia/deps/llvm-3.3/lib/MC/WinCOFFObjectWriter.cpp:192:20: warning: unused function 'write_uint16_le' [-Wunused-function]
static inline void write_uint16_le(void *Data, uint16_t const &Value) {
^
/Applications/julia/deps/llvm-3.3/lib/MC/WinCOFFObjectWriter.cpp:198:20: warning: unused function 'write_uint8_le' [-Wunused-function]
static inline void write_uint8_le(void *Data, uint8_t const &Value) {
^
2 warnings generated.
llvm[5]: Compiling WinCOFFStreamer.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMMC.a
llvm[6]: Compiling AsmLexer.cpp for Release build
llvm[6]: Compiling AsmParser.cpp for Release build
llvm[6]: Compiling COFFAsmParser.cpp for Release build
llvm[6]: Compiling DarwinAsmParser.cpp for Release build
llvm[6]: Compiling ELFAsmParser.cpp for Release build
llvm[6]: Compiling MCAsmLexer.cpp for Release build
llvm[6]: Compiling MCAsmParser.cpp for Release build
llvm[6]: Compiling MCAsmParserExtension.cpp for Release build
llvm[6]: Compiling MCTargetAsmParser.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMMCParser.a
llvm[6]: Compiling Disassembler.cpp for Release build
llvm[6]: Building Release Archive Library libLLVMMCDisassembler.a
llvm[5]: Compiling Archive.cpp for Release build
llvm[5]: Compiling Binary.cpp for Release build
llvm[5]: Compiling COFFObjectFile.cpp for Release build
llvm[5]: Compiling ELFObjectFile.cpp for Release build
llvm[5]: Compiling Error.cpp for Release build
llvm[5]: Compiling MachOObjectFile.cpp for Release build
llvm[5]: Compiling Object.cpp for Release build
llvm[5]: Compiling ObjectFile.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMObject.a
llvm[5]: Compiling Arg.cpp for Release build
llvm[5]: Compiling ArgList.cpp for Release build
llvm[5]: Compiling OptTable.cpp for Release build
/Applications/julia/deps/llvm-3.3/lib/Option/OptTable.cpp:51:20: warning: unused function 'operator<' [-Wunused-function]
static inline bool operator<(const OptTable::Info &A, const OptTable::Info &B) {
^
/Applications/julia/deps/llvm-3.3/lib/Option/OptTable.cpp:76:20: warning: unused function 'operator<' [-Wunused-function]
static inline bool operator<(const char *Name, const OptTable::Info &I) {
^
2 warnings generated.
llvm[5]: Compiling Option.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMOption.a
llvm[5]: Compiling DIContext.cpp for Release build
llvm[5]: Compiling DWARFAbbreviationDeclaration.cpp for Release build
llvm[5]: Compiling DWARFCompileUnit.cpp for Release build
llvm[5]: Compiling DWARFContext.cpp for Release build
llvm[5]: Compiling DWARFDebugAbbrev.cpp for Release build
llvm[5]: Compiling DWARFDebugArangeSet.cpp for Release build
llvm[5]: Compiling DWARFDebugAranges.cpp for Release build
llvm[5]: Compiling DWARFDebugFrame.cpp for Release build
llvm[5]: Compiling DWARFDebugInfoEntry.cpp for Release build
llvm[5]: Compiling DWARFDebugLine.cpp for Release build
llvm[5]: Compiling DWARFDebugRangeList.cpp for Release build
llvm[5]: Compiling DWARFFormValue.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMDebugInfo.a
llvm[5]: Compiling IRReader.cpp for Release build
llvm[5]: Building Release Archive Library libLLVMIRReader.a
llvm[4]: Linking Release Shared Library libLLVM-3.3.dylib
llvm[4]: Building llvm-config BuildVariables.inc file.
llvm[4]: Compiling llvm-config.cpp for Release build
llvm[4]: Linking Release executable llvm-config (without symbols)
llvm[4]: ======= Finished Linking Release Executable llvm-config (without symbols)
llvm[5]: Compiling AnalysisWrappers.cpp for Release build
llvm[5]: Compiling GraphPrinters.cpp for Release build
llvm[5]: Compiling PrintSCC.cpp for Release build
llvm[5]: Compiling opt.cpp for Release build
llvm[5]: Linking Release executable opt (without symbols)
llvm[5]: ======= Finished Linking Release Executable opt (without symbols)
llvm[5]: Compiling llvm-as.cpp for Release build
llvm[5]: Linking Release executable llvm-as (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-as (without symbols)
llvm[5]: Compiling llvm-dis.cpp for Release build
llvm[5]: Linking Release executable llvm-dis (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-dis (without symbols)
llvm[5]: Compiling llc.cpp for Release build
llvm[5]: Linking Release executable llc (without symbols)
llvm[5]: ======= Finished Linking Release Executable llc (without symbols)
llvm[5]: Compiling llvm-ranlib.cpp for Release build
llvm[5]: Linking Release executable llvm-ranlib (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-ranlib (without symbols)
llvm[5]: Compiling llvm-ar.cpp for Release build
llvm[5]: Linking Release executable llvm-ar (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-ar (without symbols)
llvm[5]: Compiling llvm-nm.cpp for Release build
llvm[5]: Linking Release executable llvm-nm (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-nm (without symbols)
llvm[5]: Compiling llvm-prof.cpp for Release build
llvm[5]: Linking Release executable llvm-prof (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-prof (without symbols)
llvm[5]: Compiling llvm-link.cpp for Release build
llvm[5]: Linking Release executable llvm-link (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-link (without symbols)
llvm[5]: Compiling RecordingMemoryManager.cpp for Release build
llvm[5]: Compiling RemoteTarget.cpp for Release build
llvm[5]: Compiling lli.cpp for Release build
llvm[5]: Linking Release executable lli (without symbols)
llvm[5]: ======= Finished Linking Release Executable lli (without symbols)
llvm[5]: Compiling llvm-extract.cpp for Release build
llvm[5]: Linking Release executable llvm-extract (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-extract (without symbols)
llvm[5]: Compiling Disassembler.cpp for Release build
llvm[5]: Compiling llvm-mc.cpp for Release build
llvm[5]: Linking Release executable llvm-mc (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-mc (without symbols)
llvm[5]: Compiling BugDriver.cpp for Release build
llvm[5]: Compiling CrashDebugger.cpp for Release build
llvm[5]: Compiling ExecutionDriver.cpp for Release build
llvm[5]: Compiling ExtractFunction.cpp for Release build
llvm[5]: Compiling FindBugs.cpp for Release build
llvm[5]: Compiling Miscompilation.cpp for Release build
llvm[5]: Compiling OptimizerDriver.cpp for Release build
llvm[5]: Compiling ToolRunner.cpp for Release build
llvm[5]: Compiling bugpoint.cpp for Release build
llvm[5]: Linking Release executable bugpoint (without symbols)
llvm[5]: ======= Finished Linking Release Executable bugpoint (without symbols)
llvm[5]: Compiling llvm-bcanalyzer.cpp for Release build
llvm[5]: Linking Release executable llvm-bcanalyzer (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-bcanalyzer (without symbols)
llvm[5]: Compiling DiffConsumer.cpp for Release build
llvm[5]: Compiling DiffLog.cpp for Release build
llvm[5]: Compiling DifferenceEngine.cpp for Release build
llvm[5]: Compiling llvm-diff.cpp for Release build
llvm[5]: Linking Release executable llvm-diff (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-diff (without symbols)
llvm[5]: Compiling macho-dump.cpp for Release build
llvm[5]: Linking Release executable macho-dump (without symbols)
llvm[5]: ======= Finished Linking Release Executable macho-dump (without symbols)
llvm[5]: Compiling COFFDump.cpp for Release build
llvm[5]: Compiling ELFDump.cpp for Release build
llvm[5]: Compiling MCFunction.cpp for Release build
llvm[5]: Compiling MachODump.cpp for Release build
llvm[5]: Compiling llvm-objdump.cpp for Release build
llvm[5]: Linking Release executable llvm-objdump (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-objdump (without symbols)
llvm[5]: Compiling COFFDumper.cpp for Release build
llvm[5]: Compiling ELFDumper.cpp for Release build
llvm[5]: Compiling Error.cpp for Release build
llvm[5]: Compiling MachODumper.cpp for Release build
llvm[5]: Compiling ObjDumper.cpp for Release build
llvm[5]: Compiling StreamWriter.cpp for Release build
llvm[5]: Compiling llvm-readobj.cpp for Release build
llvm[5]: Linking Release executable llvm-readobj (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-readobj (without symbols)
llvm[5]: Compiling llvm-rtdyld.cpp for Release build
llvm[5]: Linking Release executable llvm-rtdyld (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-rtdyld (without symbols)
llvm[5]: Compiling llvm-dwarfdump.cpp for Release build
llvm[5]: Linking Release executable llvm-dwarfdump (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-dwarfdump (without symbols)
llvm[5]: Compiling llvm-cov.cpp for Release build
llvm[5]: Linking Release executable llvm-cov (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-cov (without symbols)
llvm[5]: Compiling llvm-size.cpp for Release build
llvm[5]: Linking Release executable llvm-size (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-size (without symbols)
llvm[5]: Compiling llvm-stress.cpp for Release build
llvm[5]: Linking Release executable llvm-stress (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-stress (without symbols)
llvm[5]: Compiling llvm-mcmarkup.cpp for Release build
llvm[5]: Linking Release executable llvm-mcmarkup (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-mcmarkup (without symbols)
llvm[5]: Compiling LLVMSymbolize.cpp for Release build
llvm[5]: Compiling llvm-symbolizer.cpp for Release build
llvm[5]: Linking Release executable llvm-symbolizer (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-symbolizer (without symbols)
llvm[5]: Compiling coff2yaml.cpp for Release build
/Applications/julia/deps/llvm-3.3/tools/obj2yaml/coff2yaml.cpp:186:1: warning: unused variable 'RelocationTypesARMPairs' [-Wunused-const-variable]
RelocationTypesARMPairs [] = {
^
1 warning generated.
llvm[5]: Compiling obj2yaml.cpp for Release build
llvm[5]: Linking Release executable obj2yaml (without symbols)
llvm[5]: ======= Finished Linking Release Executable obj2yaml (without symbols)
llvm[5]: Compiling yaml2obj.cpp for Release build
llvm[5]: Linking Release executable yaml2obj (without symbols)
llvm[5]: ======= Finished Linking Release Executable yaml2obj (without symbols)
llvm[5]: Compiling LTOCodeGenerator.cpp for Release build (PIC)
llvm[5]: Compiling LTODisassembler.cpp for Release build (PIC)
llvm[5]: Compiling LTOModule.cpp for Release build (PIC)
llvm[5]: Compiling lto.cpp for Release build (PIC)
llvm[5]: Linking Release Shared Library libLTO.dylib
llvm[5]: Building Release Archive Library libLTO.a
llvm[5]: Compiling TestPasses.cpp for Release build (PIC)
llvm[5]: Linking Release Loadable Module BugpointPasses.dylib
llvm[5]: Compiling BasicBlockTracing.c for Release build (PIC)
llvm[5]: Compiling CommonProfiling.c for Release build (PIC)
llvm[5]: Compiling EdgeProfiling.c for Release build (PIC)
llvm[5]: Compiling OptimalEdgeProfiling.c for Release build (PIC)
llvm[5]: Compiling PathProfiling.c for Release build (PIC)
llvm[5]: Linking Release Shared Library libprofile_rt.dylib
llvm[5]: Building Release Archive Library libprofile_rt.a
llvm[5]: Compiling APFloatTest.cpp for Release build
llvm[5]: Compiling APIntTest.cpp for Release build
llvm[5]: Compiling BitVectorTest.cpp for Release build
llvm[5]: Compiling DAGDeltaAlgorithmTest.cpp for Release build
llvm[5]: Compiling DeltaAlgorithmTest.cpp for Release build
llvm[5]: Compiling DenseMapTest.cpp for Release build
llvm[5]: Compiling DenseSetTest.cpp for Release build
llvm[5]: Compiling FoldingSet.cpp for Release build
llvm[5]: Compiling HashingTest.cpp for Release build
llvm[5]: Compiling ImmutableMapTest.cpp for Release build
llvm[5]: Compiling ImmutableSetTest.cpp for Release build
llvm[5]: Compiling IntEqClassesTest.cpp for Release build
llvm[5]: Compiling IntervalMapTest.cpp for Release build
llvm[5]: Compiling IntrusiveRefCntPtrTest.cpp for Release build
llvm[5]: Compiling MapVectorTest.cpp for Release build
llvm[5]: Compiling OptionalTest.cpp for Release build
llvm[5]: Compiling PackedVectorTest.cpp for Release build
llvm[5]: Compiling SCCIteratorTest.cpp for Release build
llvm[5]: Compiling SmallPtrSetTest.cpp for Release build
llvm[5]: Compiling SmallStringTest.cpp for Release build
llvm[5]: Compiling SmallVectorTest.cpp for Release build
llvm[5]: Compiling SparseBitVectorTest.cpp for Release build
llvm[5]: Compiling SparseMultiSetTest.cpp for Release build
llvm[5]: Compiling SparseSetTest.cpp for Release build
llvm[5]: Compiling StringMapTest.cpp for Release build
llvm[5]: Compiling StringRefTest.cpp for Release build
llvm[5]: Compiling TinyPtrVectorTest.cpp for Release build
llvm[5]: Compiling TripleTest.cpp for Release build
llvm[5]: Compiling TwineTest.cpp for Release build
llvm[5]: Compiling VariadicFunctionTest.cpp for Release build
llvm[5]: Compiling ilistTest.cpp for Release build
llvm[5]: Linking Release unit test ADT (without symbols)
llvm[5]: ======= Finished Linking Release Unit test ADT (without symbols)
llvm[6]: Compiling JITEventListenerTest.cpp for Release build
llvm[6]: Compiling JITMemoryManagerTest.cpp for Release build
llvm[6]: Compiling JITTest.cpp for Release build
llvm[6]: Compiling MultiJITTest.cpp for Release build
llvm[6]: Linking Release unit test JIT (without symbols)
llvm[6]: ======= Finished Linking Release Unit test JIT (without symbols)
llvm[6]: Compiling MCJITCAPITest.cpp for Release build
llvm[6]: Compiling MCJITMemoryManagerTest.cpp for Release build
llvm[6]: Compiling MCJITObjectCacheTest.cpp for Release build
llvm[6]: Compiling MCJITTest.cpp for Release build
llvm[6]: Linking Release unit test MCJIT (without symbols)
llvm[6]: ======= Finished Linking Release Unit test MCJIT (without symbols)
llvm[5]: Compiling ExecutionEngineTest.cpp for Release build
llvm[5]: Linking Release unit test ExecutionEngine (without symbols)
llvm[5]: ======= Finished Linking Release Unit test ExecutionEngine (without symbols)
llvm[5]: Compiling AlignOfTest.cpp for Release build
llvm[5]: Compiling AllocatorTest.cpp for Release build
llvm[5]: Compiling ArrayRecyclerTest.cpp for Release build
llvm[5]: Compiling BlockFrequencyTest.cpp for Release build
llvm[5]: Compiling Casting.cpp for Release build
llvm[5]: Compiling CommandLineTest.cpp for Release build
llvm[5]: Compiling CompressionTest.cpp for Release build
llvm[5]: Compiling ConstantRangeTest.cpp for Release build
llvm[5]: Compiling DataExtractorTest.cpp for Release build
llvm[5]: Compiling EndianTest.cpp for Release build
llvm[5]: Compiling ErrorOrTest.cpp for Release build
llvm[5]: Compiling FileOutputBufferTest.cpp for Release build
llvm[5]: Compiling IntegersSubsetTest.cpp for Release build
llvm[5]: Compiling LeakDetectorTest.cpp for Release build
llvm[5]: Compiling ManagedStatic.cpp for Release build
llvm[5]: Compiling MathExtrasTest.cpp for Release build
llvm[5]: Compiling MemoryBufferTest.cpp for Release build
llvm[5]: Compiling MemoryTest.cpp for Release build
llvm[5]: Compiling Path.cpp for Release build
llvm[5]: Compiling ProcessTest.cpp for Release build
llvm[5]: Compiling ProgramTest.cpp for Release build
llvm[5]: Compiling RegexTest.cpp for Release build
llvm[5]: Compiling SwapByteOrderTest.cpp for Release build
llvm[5]: Compiling TimeValue.cpp for Release build
llvm[5]: Compiling ValueHandleTest.cpp for Release build
llvm[5]: Compiling YAMLIOTest.cpp for Release build
llvm[5]: Compiling YAMLParserTest.cpp for Release build
llvm[5]: Compiling formatted_raw_ostream_test.cpp for Release build
llvm[5]: Compiling raw_ostream_test.cpp for Release build
llvm[5]: Linking Release unit test Support (without symbols)
llvm[5]: ======= Finished Linking Release Unit test Support (without symbols)
llvm[6]: Compiling Cloning.cpp for Release build
llvm[6]: Compiling IntegerDivision.cpp for Release build
llvm[6]: Compiling Local.cpp for Release build
llvm[6]: Linking Release unit test Utils (without symbols)
llvm[6]: ======= Finished Linking Release Unit test Utils (without symbols)
llvm[5]: Compiling AttributesTest.cpp for Release build
llvm[5]: Compiling ConstantsTest.cpp for Release build
llvm[5]: Compiling DominatorTreeTest.cpp for Release build
llvm[5]: Compiling IRBuilderTest.cpp for Release build
llvm[5]: Compiling InstructionsTest.cpp for Release build
llvm[5]: Compiling MDBuilderTest.cpp for Release build
llvm[5]: Compiling MetadataTest.cpp for Release build
llvm[5]: Compiling PassManagerTest.cpp for Release build
llvm[5]: Compiling PatternMatch.cpp for Release build
llvm[5]: Compiling TypeBuilderTest.cpp for Release build
llvm[5]: Compiling TypesTest.cpp for Release build
llvm[5]: Compiling ValueMapTest.cpp for Release build
llvm[5]: Compiling ValueTest.cpp for Release build
llvm[5]: Compiling VerifierTest.cpp for Release build
llvm[5]: Compiling WaymarkTest.cpp for Release build
llvm[5]: Linking Release unit test IR (without symbols)
llvm[5]: ======= Finished Linking Release Unit test IR (without symbols)
llvm[5]: Compiling ScalarEvolutionTest.cpp for Release build
llvm[5]: Linking Release unit test Analysis (without symbols)
llvm[5]: ======= Finished Linking Release Unit test Analysis (without symbols)
llvm[5]: Compiling BitReaderTest.cpp for Release build
llvm[5]: Linking Release unit test Bitcode (without symbols)
llvm[5]: ======= Finished Linking Release Unit test Bitcode (without symbols)
llvm[5]: Compiling DWARFFormValueTest.cpp for Release build
llvm[5]: Linking Release unit test DebugInfo (without symbols)
llvm[5]: ======= Finished Linking Release Unit test DebugInfo (without symbols)
llvm[7]: Compiling sample.c for Release build
llvm[7]: Building Release Archive Library libsample.a
llvm[7]: Compiling main.c for Release build
llvm[7]: Linking Release executable Sample (without symbols)
llvm[7]: ======= Finished Linking Release Executable Sample (without symbols)
llvm[3]: ***** Completed Release Build
llvm[3]: Installing include files
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm/ADT
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm/Analysis
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm/Assembly
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm/Bitcode
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm/CodeGen
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm/CodeGen/PBQP
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm/CodeGen/PBQP/Heuristics
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm/DebugInfo
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm/ExecutionEngine
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm/IR
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm/IRReader
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm/MC
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm/MC/MCParser
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm/Object
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm/Option
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm/Support
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm/TableGen
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm/Target
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm/Transforms
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm/Transforms/IPO
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm/Transforms/Utils
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm-c
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm-c/Transforms
llvm[3]: Making install directory /Applications/julia/usr/include/./llvm/Config
llvm[4]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMSupport.a
llvm[4]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMTableGen.a
llvm[5]: Install circumvented with NO_INSTALL
llvm[5]: Install circumvented with NO_INSTALL
llvm[5]: Installing Release /Applications/julia/usr/bin/llvm-tblgen
llvm[5]: Install circumvented with NO_INSTALL
llvm[5]: Install circumvented with NO_INSTALL
llvm[5]: Install circumvented with NO_INSTALL
llvm[5]: Install circumvented with NO_INSTALL
llvm[6]: Install circumvented with NO_INSTALL
llvm[6]: Install circumvented with NO_INSTALL
llvm[4]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMCore.a
llvm[4]: Installing /Applications/julia/usr/include/llvm/IR/Intrinsics.gen
llvm[5]: Installing /Applications/julia/usr/include/llvm/IR/Intrinsics.gen
llvm[5]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMAsmParser.a
llvm[6]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMBitReader.a
llvm[6]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMBitWriter.a
llvm[5]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMArchive.a
llvm[5]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMAnalysis.a
llvm[6]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMipa.a
llvm[6]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMTransformUtils.a
llvm[6]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMInstrumentation.a
llvm[6]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMScalarOpts.a
llvm[6]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMInstCombine.a
llvm[6]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMipo.a
llvm[6]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMVectorize.a
llvm[6]: Installing Release Shared Library /Applications/julia/usr/lib/LLVMHello.dylib
llvm[6]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMObjCARCOpts.a
llvm[5]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMCodeGen.a
llvm[6]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMSelectionDAG.a
llvm[6]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMAsmPrinter.a
llvm[5]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMTarget.a
llvm[6]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMX86CodeGen.a
llvm[7]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMX86AsmPrinter.a
llvm[7]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMX86AsmParser.a
llvm[7]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMX86Disassembler.a
llvm[7]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMX86Info.a
llvm[7]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMX86Desc.a
llvm[7]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMX86Utils.a
llvm[5]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMExecutionEngine.a
llvm[6]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMInterpreter.a
llvm[6]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMJIT.a
llvm[6]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMMCJIT.a
llvm[6]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMRuntimeDyld.a
llvm[5]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMLinker.a
llvm[5]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMMC.a
llvm[6]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMMCParser.a
llvm[6]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMMCDisassembler.a
llvm[5]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMObject.a
llvm[5]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMOption.a
llvm[5]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMDebugInfo.a
llvm[5]: Installing Release Archive Library /Applications/julia/usr/lib/libLLVMIRReader.a
llvm[4]: Linking Release Shared Library libLLVM-3.3.dylib
llvm[4]: Installing Release Shared Library /Applications/julia/usr/lib/libLLVM-3.3.dylib
llvm[4]: Installing Release /Applications/julia/usr/bin/llvm-config
llvm[5]: Linking Release executable opt (without symbols)
llvm[5]: ======= Finished Linking Release Executable opt (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/opt
llvm[5]: Linking Release executable llvm-as (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-as (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/llvm-as
llvm[5]: Linking Release executable llvm-dis (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-dis (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/llvm-dis
llvm[5]: Linking Release executable llc (without symbols)
llvm[5]: ======= Finished Linking Release Executable llc (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/llc
llvm[5]: Linking Release executable llvm-ranlib (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-ranlib (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/llvm-ranlib
llvm[5]: Linking Release executable llvm-ar (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-ar (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/llvm-ar
llvm[5]: Linking Release executable llvm-nm (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-nm (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/llvm-nm
llvm[5]: Linking Release executable llvm-prof (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-prof (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/llvm-prof
llvm[5]: Linking Release executable llvm-link (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-link (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/llvm-link
llvm[5]: Linking Release executable lli (without symbols)
llvm[5]: ======= Finished Linking Release Executable lli (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/lli
llvm[5]: Linking Release executable llvm-extract (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-extract (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/llvm-extract
llvm[5]: Linking Release executable llvm-mc (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-mc (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/llvm-mc
llvm[5]: Linking Release executable bugpoint (without symbols)
llvm[5]: ======= Finished Linking Release Executable bugpoint (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/bugpoint
llvm[5]: Linking Release executable llvm-bcanalyzer (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-bcanalyzer (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/llvm-bcanalyzer
llvm[5]: Linking Release executable llvm-diff (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-diff (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/llvm-diff
llvm[5]: Linking Release executable macho-dump (without symbols)
llvm[5]: ======= Finished Linking Release Executable macho-dump (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/macho-dump
llvm[5]: Linking Release executable llvm-objdump (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-objdump (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/llvm-objdump
llvm[5]: Linking Release executable llvm-readobj (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-readobj (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/llvm-readobj
llvm[5]: Linking Release executable llvm-rtdyld (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-rtdyld (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/llvm-rtdyld
llvm[5]: Linking Release executable llvm-dwarfdump (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-dwarfdump (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/llvm-dwarfdump
llvm[5]: Linking Release executable llvm-cov (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-cov (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/llvm-cov
llvm[5]: Linking Release executable llvm-size (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-size (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/llvm-size
llvm[5]: Linking Release executable llvm-stress (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-stress (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/llvm-stress
llvm[5]: Linking Release executable llvm-mcmarkup (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-mcmarkup (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/llvm-mcmarkup
llvm[5]: Linking Release executable llvm-symbolizer (without symbols)
llvm[5]: ======= Finished Linking Release Executable llvm-symbolizer (without symbols)
llvm[5]: Installing Release /Applications/julia/usr/bin/llvm-symbolizer
llvm[5]: Linking Release executable obj2yaml (without symbols)
llvm[5]: ======= Finished Linking Release Executable obj2yaml (without symbols)
llvm[5]: Install circumvented with NO_INSTALL
llvm[5]: Linking Release executable yaml2obj (without symbols)
llvm[5]: ======= Finished Linking Release Executable yaml2obj (without symbols)
llvm[5]: Install circumvented with NO_INSTALL
llvm[5]: Linking Release Shared Library libLTO.dylib
llvm[5]: Installing Release Shared Library /Applications/julia/usr/lib/libLTO.dylib
llvm[5]: Installing Release Archive Library /Applications/julia/usr/lib/libLTO.a
llvm[5]: Installing Release Shared Library /Applications/julia/usr/lib/BugpointPasses.dylib
llvm[5]: Installing Release Shared Library /Applications/julia/usr/lib/libprofile_rt.dylib
llvm[5]: Installing Release Archive Library /Applications/julia/usr/lib/libprofile_rt.a
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 427 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
100 1227k 100 1227k 0 0 473k 0 0:00:02 0:00:02 --:--:-- 1743k
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... clang -stdlib=libc++ -mmacosx-version-min=10.7
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang -stdlib=libc++ -mmacosx-version-min=10.7 accepts -g... yes
checking for clang -stdlib=libc++ -mmacosx-version-min=10.7 option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of clang -stdlib=libc++ -mmacosx-version-min=10.7... gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ -stdlib=libc++ -mmacosx-version-min=10.7 accepts -g... yes
checking dependency style of clang++ -stdlib=libc++ -mmacosx-version-min=10.7... gcc3
checking how to run the C preprocessor... clang -stdlib=libc++ -mmacosx-version-min=10.7 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for int64_t... yes
checking build system type... x86_64-apple-darwin13.1.0
checking host system type... x86_64-apple-darwin13.1.0
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang -stdlib=libc++ -mmacosx-version-min=10.7... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin13.1.0 file names to x86_64-apple-darwin13.1.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.1.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from clang -stdlib=libc++ -mmacosx-version-min=10.7 object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 supports -fno-rtti -fno-exceptions... yes
checking for clang -stdlib=libc++ -mmacosx-version-min=10.7 option to produce PIC... -fno-common -DPIC
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 PIC flag -fno-common -DPIC works... yes
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 static flag -static works... no
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 supports -c -o file.o... yes
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 supports -c -o file.o... (cached) yes
checking whether the clang -stdlib=libc++ -mmacosx-version-min=10.7 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.1.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -E
checking for ld used by clang++ -stdlib=libc++ -mmacosx-version-min=10.7... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking whether the clang++ -stdlib=libc++ -mmacosx-version-min=10.7 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking for clang++ -stdlib=libc++ -mmacosx-version-min=10.7 option to produce PIC... -fno-common -DPIC
checking if clang++ -stdlib=libc++ -mmacosx-version-min=10.7 PIC flag -fno-common -DPIC works... yes
checking if clang++ -stdlib=libc++ -mmacosx-version-min=10.7 static flag -static works... no
checking if clang++ -stdlib=libc++ -mmacosx-version-min=10.7 supports -c -o file.o... yes
checking if clang++ -stdlib=libc++ -mmacosx-version-min=10.7 supports -c -o file.o... (cached) yes
checking whether the clang++ -stdlib=libc++ -mmacosx-version-min=10.7 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.1.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether ln -s works... yes
checking for ANSI C header files... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for alias support in the linker... yes
checking string usability... yes
checking string presence... yes
checking for string... yes
checking bits/type_traits.h usability... no
checking bits/type_traits.h presence... no
checking for bits/type_traits.h... no
checking type_traits.h usability... no
checking type_traits.h presence... no
checking for type_traits.h... no
checking for strtoq... yes
checking for long long... yes
checking for unsigned long long... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for bcopy... yes
checking for memmove... yes
checking for strerror... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzopen in -lz... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for libbz2... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libpcre.pc
config.status: creating libpcre16.pc
config.status: creating libpcreposix.pc
config.status: creating libpcrecpp.pc
config.status: creating pcre-config
config.status: creating pcre.h
config.status: creating pcre_stringpiece.h
config.status: creating pcrecpparg.h
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing script-chmod commands
config.status: executing delete-old-chartables commands
pcre-8.31 configuration summary:
Install prefix .................. : /Applications/julia/usr
C preprocessor .................. : clang -stdlib=libc++ -mmacosx-version-min=10.7 -E
C compiler ...................... : clang -stdlib=libc++ -mmacosx-version-min=10.7
C++ preprocessor ................ : clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -E
C++ compiler .................... : clang++ -stdlib=libc++ -mmacosx-version-min=10.7
Linker .......................... : /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
C preprocessor flags ............ :
C compiler flags ................ : -O2
C++ compiler flags .............. : -O2
Linker flags .................... :
Extra libraries ................. :
Build 8 bit pcre library ........ : yes
Build 16 bit pcre library ....... : no
Build C++ library ............... : yes
Enable JIT compiling support .... : yes
Enable UTF-8/16 support ......... : yes
Unicode properties .............. : yes
Newline char/sequence ........... : lf
\R matches only ANYCRLF ......... : no
EBCDIC coding ................... : no
Rebuild char tables ............. : no
Use stack recursion ............. : yes
POSIX mem threshold ............. : 10
Internal link size .............. : 2
Match limit ..................... : 10000000
Match limit recursion ........... : MATCH_LIMIT
Build shared libs ............... : yes
Build static libs ............... : yes
Use JIT in pcregrep ............. : yes
Buffer size for pcregrep ........ : 20480
Link pcregrep with libz ......... : no
Link pcregrep with libbz2 ....... : no
Link pcretest with libedit ...... : no
Link pcretest with libreadline .. : no
CC pcre_byte_order.lo
CC pcre_compile.lo
CC pcre_config.lo
CC pcre_dfa_exec.lo
CC pcre_exec.lo
CC pcre_fullinfo.lo
CC pcre_get.lo
CC pcre_globals.lo
CC pcre_jit_compile.lo
CC pcre_maketables.lo
CC pcre_newline.lo
CC pcre_ord2utf8.lo
CC pcre_refcount.lo
CC pcre_string_utils.lo
CC pcre_study.lo
CC pcre_tables.lo
CC pcre_ucd.lo
CC pcre_valid_utf8.lo
CC pcre_version.lo
CC pcre_xclass.lo
CC pcre_chartables.lo
CCLD libpcre.la
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpcre.a(pcre_string_utils.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpcre.a(pcre_string_utils.o) has no symbols
CC pcreposix.lo
CCLD libpcreposix.la
CXX pcrecpp.lo
CXX pcre_scanner.lo
CXX pcre_stringpiece.lo
CXXLD libpcrecpp.la
CC pcretest.o
CC pcre_printint.o
CCLD pcretest
CC pcregrep.o
CCLD pcregrep
CC pcre_jit_test.o
CCLD pcre_jit_test
CXX pcrecpp_unittest.o
CXXLD pcrecpp_unittest
CXX pcre_scanner_unittest.o
CXXLD pcre_scanner_unittest
CXX pcre_stringpiece_unittest.o
CXXLD pcre_stringpiece_unittest
Running JIT regression tests
target CPU of SLJIT compiler: x86 64bit (little endian + unaligned)
in 8 bit mode with utf8 enabled and ucp enabled:
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
..............................
All JIT regression tests are successfully passed.
PASS: pcre_jit_test
PCRE C++ wrapper tests
Testing FullMatch
Testing PartialMatch
Testing hex
Testing octal
Testing decimal
Testing Replace
Testing Extract
Testing Consume
Testing FindAndConsume
Testing QuoteMeta
Testing match-number peculiarity
Testing error reporting
Testing recursion
Testing Options
Testing Option <CASELESS (class)>
Testing Option <CASELESS (class2)>
Testing Option <CASELESS (class)>
Testing Option <CASELESS (function)>
Testing Option <CASELESS (function)>
Testing Option <no CASELESS>
Testing Option <MULTILINE (class)>
Testing Option <MULTILINE (class2)>
Testing Option <MULTILINE (function)>
Testing Option <no MULTILINE>
Testing Option <DOTALL (class)>
Testing Option <DOTALL (class2)>
Testing Option <DOTALL (function)>
Testing Option <no DOTALL>
Testing Option <no DOLLAR_ENDONLY>
Testing Option <DOLLAR_ENDONLY 1>
Testing Option <DOLLAR_ENDONLY 2>
Testing Option <EXTENDED (class)>
Testing Option <EXTENDED (class2)>
Testing Option <EXTENDED (class)>
Testing Option <EXTENDED (function)>
Testing Option <EXTENDED (function)>
Testing Option <no EXTENDED>
Testing Option <no NO_AUTO_CAPTURE>
testing Option <NO_AUTO_CAPTURE>
Testing Option <UNGREEDY 1>
Testing Option <UNGREEDY 2>
Testing Option <UNGREEDY>
Testing Option <no UNGREEDY>
Testing Option <no UNGREEDY>
Testing Option <EXTRA 1>
Testing Option <EXTRA 2>
Testing Option <no EXTRA>
Testing Option <all_options (CASELESS|DOTALL)>
Testing Option <all_options (0)>
Testing Option <all_options (MULTILINE|EXTENDED)>
Testing Option <all_options (MULTILINE|EXTENDED) with constructor>
Testing Option <all_options (MULTILINE|EXTENDED) with concatenation>
Testing Option <all_options (0)>
Testing constructors
OK
PASS: pcrecpp_unittest
OK
PASS: pcre_scanner_unittest
OK
PASS: pcre_stringpiece_unittest
PCRE C library tests using test data from ./testdata
PCRE version 8.31 2012-07-06
---- Testing 8-bit library ----
Test 1: Main functionality (Compatible with Perl >= 5.10)
OK
OK with study
OK with JIT study
Test 2: API, errors, internals, and non-Perl stuff (not UTF-8)
OK
OK with study
OK with JIT study
Test 3: Locale-specific features (using 'fr_FR' locale)
--- ./testdata/testoutput3 2009-09-26 11:38:59.000000000 -0400
+++ testtry 2014-03-31 20:19:09.000000000 -0400
@@ -156,7 +156,7 @@
------------------------------------------------------------------
Bra
[A-Za-z\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\xff]
- [a-z\xb5\xdf-\xf6\xf8-\xff]
+ [a-z\xaa\xb5\xba\xdf-\xf6\xf8-\xff]
[A-Z\xc0-\xd6\xd8-\xde]
Ket
End
Locale test did not run entirely successfully.
This usually means that there is a problem with the locale
settings rather than a bug in PCRE.
Test 4: UTF-8 support (Compatible with Perl >= 5.10)
OK
OK with study
OK with JIT study
Test 5: API, internals, and non-Perl stuff for UTF-8 support
OK
OK with study
OK with JIT study
Test 6: Unicode property support (Compatible with Perl >= 5.10)
OK
OK with study
OK with JIT study
Test 7: API, internals, and non-Perl stuff for Unicode property support
OK
OK with study
OK with JIT study
Test 8: DFA matching main functionality
OK
OK with study
Test 9: DFA matching with UTF-8
OK
OK with study
Test 10: DFA matching with Unicode properties
OK
OK with study
Test 11: Internal offsets and code size tests
OK
OK with study
Test 12: JIT-specific features (JIT available)
OK
Test 13: JIT-specific features (JIT not available)
Skipped because JIT is available
Test 14: Specials for the basic 8-bit library
OK
OK with study
OK with JIT study
Test 15: Specials for the 8-bit library with UTF-8 support
OK
OK with study
OK with JIT study
Test 16: Specials for the 8-bit library with Unicode propery support
OK
OK with study
OK with JIT study
Test 17: Specials for the basic 16-bit library
Skipped when running 8-bit tests
Test 18: Specials for the 16-bit library with UTF-16 support
Skipped when running 8-bit tests
Test 19: Specials for the 16-bit library with Unicode propery support
Skipped when running 8-bit tests
Test 20: DFA specials for the basic 16-bit library
Skipped when running 8-bit tests
Test 21: Reloads for the basic 16-bit library
Skipped when running 8-bit tests
Test 22: Reloads for the 16-bit library with UTF-16 support
Skipped when running 8-bit tests
PASS: RunTest
Testing pcregrep
pcregrep version 8.31 2012-07-06
Testing pcregrep UTF-8 features
Testing pcregrep newline settings
PASS: RunGrepTest
==================
All 6 tests passed
==================
/bin/sh ./libtool --mode=install /usr/bin/install -c libpcre.la libpcreposix.la libpcrecpp.la '/Applications/julia/usr/lib'
libtool: install: /usr/bin/install -c .libs/libpcre.1.dylib /Applications/julia/usr/lib/libpcre.1.dylib
libtool: install: (cd /Applications/julia/usr/lib && { ln -s -f libpcre.1.dylib libpcre.dylib || { rm -f libpcre.dylib && ln -s libpcre.1.dylib libpcre.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libpcre.lai /Applications/julia/usr/lib/libpcre.la
libtool: install: /usr/bin/install -c .libs/libpcreposix.0.dylib /Applications/julia/usr/lib/libpcreposix.0.dylib
libtool: install: (cd /Applications/julia/usr/lib && { ln -s -f libpcreposix.0.dylib libpcreposix.dylib || { rm -f libpcreposix.dylib && ln -s libpcreposix.0.dylib libpcreposix.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libpcreposix.lai /Applications/julia/usr/lib/libpcreposix.la
libtool: install: /usr/bin/install -c .libs/libpcrecpp.0.dylib /Applications/julia/usr/lib/libpcrecpp.0.dylib
libtool: install: (cd /Applications/julia/usr/lib && { ln -s -f libpcrecpp.0.dylib libpcrecpp.dylib || { rm -f libpcrecpp.dylib && ln -s libpcrecpp.0.dylib libpcrecpp.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libpcrecpp.lai /Applications/julia/usr/lib/libpcrecpp.la
libtool: install: /usr/bin/install -c .libs/libpcre.a /Applications/julia/usr/lib/libpcre.a
libtool: install: chmod 644 /Applications/julia/usr/lib/libpcre.a
libtool: install: ranlib /Applications/julia/usr/lib/libpcre.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Applications/julia/usr/lib/libpcre.a(pcre_string_utils.o) has no symbols
libtool: install: /usr/bin/install -c .libs/libpcreposix.a /Applications/julia/usr/lib/libpcreposix.a
libtool: install: chmod 644 /Applications/julia/usr/lib/libpcreposix.a
libtool: install: ranlib /Applications/julia/usr/lib/libpcreposix.a
libtool: install: /usr/bin/install -c .libs/libpcrecpp.a /Applications/julia/usr/lib/libpcrecpp.a
libtool: install: chmod 644 /Applications/julia/usr/lib/libpcrecpp.a
libtool: install: ranlib /Applications/julia/usr/lib/libpcrecpp.a
/bin/sh ./libtool --mode=install /usr/bin/install -c pcretest pcregrep '/Applications/julia/usr/bin'
libtool: install: /usr/bin/install -c .libs/pcretest /Applications/julia/usr/bin/pcretest
libtool: install: /usr/bin/install -c .libs/pcregrep /Applications/julia/usr/bin/pcregrep
/usr/bin/install -c pcre-config '/Applications/julia/usr/bin'
/usr/bin/install -c -m 644 doc/pcre.txt doc/pcre-config.txt doc/pcregrep.txt doc/pcretest.txt AUTHORS COPYING ChangeLog LICENCE NEWS README '/Applications/julia/usr/share/doc/pcre'
/usr/bin/install -c -m 644 doc/html/index.html doc/html/pcre.html doc/html/pcre16.html doc/html/pcre-config.html doc/html/pcre_assign_jit_stack.html doc/html/pcre_compile.html doc/html/pcre_compile2.html doc/html/pcre_config.html doc/html/pcre_copy_named_substring.html doc/html/pcre_copy_substring.html doc/html/pcre_dfa_exec.html doc/html/pcre_exec.html doc/html/pcre_free_study.html doc/html/pcre_free_substring.html doc/html/pcre_free_substring_list.html doc/html/pcre_fullinfo.html doc/html/pcre_get_named_substring.html doc/html/pcre_get_stringnumber.html doc/html/pcre_get_stringtable_entries.html doc/html/pcre_get_substring.html doc/html/pcre_get_substring_list.html doc/html/pcre_jit_stack_alloc.html doc/html/pcre_jit_stack_free.html doc/html/pcre_maketables.html doc/html/pcre_pattern_to_host_byte_order.html doc/html/pcre_refcount.html doc/html/pcre_study.html doc/html/pcre_utf16_to_host_byte_order.html doc/html/pcre_version.html doc/html/pcreapi.html doc/html/pcrebuild.html doc/html/pcrecallout.html doc/html/pcrecompat.html doc/html/pcredemo.html doc/html/pcregrep.html doc/html/pcrejit.html doc/html/pcrelimits.html doc/html/pcrematching.html doc/html/pcrepartial.html doc/html/pcrepattern.html '/Applications/julia/usr/share/doc/pcre/html'
/usr/bin/install -c -m 644 doc/html/pcreperform.html doc/html/pcreposix.html doc/html/pcreprecompile.html doc/html/pcresample.html doc/html/pcrestack.html doc/html/pcresyntax.html doc/html/pcretest.html doc/html/pcreunicode.html '/Applications/julia/usr/share/doc/pcre/html'
/usr/bin/install -c -m 644 doc/html/pcrecpp.html '/Applications/julia/usr/share/doc/pcre/html'
/usr/bin/install -c -m 644 pcreposix.h pcrecpp.h pcre_scanner.h '/Applications/julia/usr/include'
/usr/bin/install -c -m 644 doc/pcre-config.1 doc/pcregrep.1 doc/pcretest.1 '/Applications/julia/usr/share/man/man1'
/usr/bin/install -c -m 644 doc/pcre.3 doc/pcre16.3 doc/pcre_assign_jit_stack.3 doc/pcre_compile.3 doc/pcre_compile2.3 doc/pcre_config.3 doc/pcre_copy_named_substring.3 doc/pcre_copy_substring.3 doc/pcre_dfa_exec.3 doc/pcre_exec.3 doc/pcre_free_study.3 doc/pcre_free_substring.3 doc/pcre_free_substring_list.3 doc/pcre_fullinfo.3 doc/pcre_get_named_substring.3 doc/pcre_get_stringnumber.3 doc/pcre_get_stringtable_entries.3 doc/pcre_get_substring.3 doc/pcre_get_substring_list.3 doc/pcre_jit_stack_alloc.3 doc/pcre_jit_stack_free.3 doc/pcre_maketables.3 doc/pcre_pattern_to_host_byte_order.3 doc/pcre_refcount.3 doc/pcre_study.3 doc/pcre_utf16_to_host_byte_order.3 doc/pcre_version.3 doc/pcreapi.3 doc/pcrebuild.3 doc/pcrecallout.3 doc/pcrecompat.3 doc/pcrejit.3 doc/pcrelimits.3 doc/pcrematching.3 doc/pcrepartial.3 doc/pcrepattern.3 doc/pcreperform.3 doc/pcreposix.3 doc/pcreprecompile.3 doc/pcresample.3 '/Applications/julia/usr/share/man/man3'
/usr/bin/install -c -m 644 doc/pcrestack.3 doc/pcresyntax.3 doc/pcreunicode.3 doc/pcrecpp.3 '/Applications/julia/usr/share/man/man3'
/usr/bin/install -c -m 644 pcre.h pcrecpparg.h pcre_stringpiece.h '/Applications/julia/usr/include'
/usr/bin/install -c -m 644 libpcre.pc libpcreposix.pc libpcrecpp.pc '/Applications/julia/usr/lib/pkgconfig'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3828k 100 3828k 0 0 762k 0 0:00:05 0:00:05 --:--:-- 912k
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-apple-darwin13.1.0
checking host system type... x86_64-apple-darwin13.1.0
checking for gcc... clang -stdlib=libc++ -mmacosx-version-min=10.7
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang -stdlib=libc++ -mmacosx-version-min=10.7 accepts -g... yes
checking for clang -stdlib=libc++ -mmacosx-version-min=10.7 option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of clang -stdlib=libc++ -mmacosx-version-min=10.7... gcc3
checking whether clang -stdlib=libc++ -mmacosx-version-min=10.7 and cc understand -c and -o together... yes
checking for C compiler vendor... gnu
checking for clang -stdlib=libc++ -mmacosx-version-min=10.7 option to accept ISO C99... none needed
checking for clang -stdlib=libc++ -mmacosx-version-min=10.7 option to accept ISO Standard C... (cached) none needed
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang -stdlib=libc++ -mmacosx-version-min=10.7... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin13.1.0 file names to x86_64-apple-darwin13.1.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.1.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from clang -stdlib=libc++ -mmacosx-version-min=10.7 object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... clang -stdlib=libc++ -mmacosx-version-min=10.7 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 supports -fno-rtti -fno-exceptions... yes
checking for clang -stdlib=libc++ -mmacosx-version-min=10.7 option to produce PIC... -fno-common -DPIC
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 PIC flag -fno-common -DPIC works... yes
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 static flag -static works... no
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 supports -c -o file.o... yes
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 supports -c -o file.o... (cached) yes
checking whether the clang -stdlib=libc++ -mmacosx-version-min=10.7 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.1.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ocamlbuild... no
checking whether C compiler accepts -mtune=native... yes
checking whether C compiler accepts -malign-double... no
checking whether C compiler accepts -fstrict-aliasing... yes
checking whether C compiler accepts -fno-schedule-insns... yes
checking whether C compiler accepts -ffast-math... yes
checking whether C compiler accepts -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math... yes
checking whether C compiler accepts -msse... yes
checking whether C compiler accepts -mavx... yes
checking for ANSI C header files... (cached) yes
checking libintl.h usability... no
checking libintl.h presence... no
checking for libintl.h... no
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking c_asm.h usability... no
checking c_asm.h presence... no
checking for c_asm.h... no
checking intrinsics.h usability... no
checking intrinsics.h presence... no
checking for intrinsics.h... no
checking for stdint.h... (cached) yes
checking mach/mach_time.h usability... yes
checking mach/mach_time.h presence... yes
checking for mach/mach_time.h... yes
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking altivec.h usability... no
checking altivec.h presence... no
checking for altivec.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for long double... yes
checking for hrtime_t... no
checking size of int... 4
checking size of unsigned int... 4
checking size of long... 8
checking size of unsigned long... 8
checking size of long long... 8
checking size of unsigned long long... 8
checking size of size_t... 8
checking size of ptrdiff_t... 8
checking for uintptr_t... yes
checking size of float... 4
checking size of double... 8
checking size of fftw_r2r_kind... 4
checking for working alloca.h... yes
checking for alloca... yes
checking for working strtod... yes
checking for vprintf... yes
checking for _doprnt... no
checking for sin in -lm... yes
checking for BSDgettimeofday... no
checking for gettimeofday... yes
checking for gethrtime... no
checking for read_real_time... no
checking for time_base_to_time... no
checking for drand48... yes
checking for sqrt... yes
checking for memset... yes
checking for posix_memalign... yes
checking for memalign... no
checking for _mm_malloc... no
checking for _mm_free... no
checking for clock_gettime... no
checking for mach_absolute_time... yes
checking for sysctl... yes
checking for abort... yes
checking for sinl... yes
checking for cosl... yes
checking for snprintf... yes
checking whether drand48 is declared... yes
checking whether srand48 is declared... yes
checking whether memalign is declared... no
checking whether posix_memalign is declared... yes
checking whether sinl is declared... yes
checking whether cosl is declared... yes
checking whether sinq is declared... no
checking whether cosq is declared... no
checking for _rtc intrinsic... no
checking for isnan... yes
checking whether C compiler accepts -mpreferred-stack-boundary=4... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking whether a cycle counter is available... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating support/Makefile
config.status: creating genfft/Makefile
config.status: creating kernel/Makefile
config.status: creating simd-support/Makefile
config.status: creating dft/Makefile
config.status: creating dft/scalar/Makefile
config.status: creating dft/scalar/codelets/Makefile
config.status: creating dft/simd/Makefile
config.status: creating dft/simd/common/Makefile
config.status: creating dft/simd/sse2/Makefile
config.status: creating dft/simd/avx/Makefile
config.status: creating dft/simd/altivec/Makefile
config.status: creating dft/simd/neon/Makefile
config.status: creating rdft/Makefile
config.status: creating rdft/scalar/Makefile
config.status: creating rdft/scalar/r2cf/Makefile
config.status: creating rdft/scalar/r2cb/Makefile
config.status: creating rdft/scalar/r2r/Makefile
config.status: creating rdft/simd/Makefile
config.status: creating rdft/simd/common/Makefile
config.status: creating rdft/simd/sse2/Makefile
config.status: creating rdft/simd/avx/Makefile
config.status: creating rdft/simd/altivec/Makefile
config.status: creating rdft/simd/neon/Makefile
config.status: creating reodft/Makefile
config.status: creating threads/Makefile
config.status: creating api/Makefile
config.status: creating mpi/Makefile
config.status: creating libbench2/Makefile
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating doc/FAQ/Makefile
config.status: creating tools/Makefile
config.status: creating tools/fftw_wisdom.1
config.status: creating tools/fftw-wisdom-to-conf
config.status: creating m4/Makefile
config.status: creating fftw.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Making clean in m4
Making clean in tools
rm -f fftwf-wisdom
Making clean in doc
Making clean in FAQ
Making clean in .
Making clean in mpi
Making clean in tests
rm -f bench
Making clean in threads
rm -f "./so_locations"
Making clean in libbench2
Making clean in api
rm -f "./so_locations"
Making clean in reodft
Making clean in .
rm -f "./so_locations"
Making clean in rdft
Making clean in simd
Making clean in neon
Making clean in altivec
Making clean in avx
rm -f "./so_locations"
Making clean in sse2
rm -f "./so_locations"
Making clean in common
Making clean in .
Making clean in scalar
Making clean in r2r
rm -f "./so_locations"
Making clean in r2cb
rm -f "./so_locations"
Making clean in r2cf
rm -f "./so_locations"
Making clean in .
rm -f "./so_locations"
Making clean in .
rm -f "./so_locations"
Making clean in dft
Making clean in simd
Making clean in neon
Making clean in altivec
Making clean in avx
rm -f "./so_locations"
Making clean in sse2
rm -f "./so_locations"
Making clean in common
Making clean in .
Making clean in scalar
Making clean in codelets
rm -f "./so_locations"
Making clean in .
rm -f "./so_locations"
Making clean in .
rm -f "./so_locations"
Making clean in simd-support
rm -f "./so_locations"
rm -f "./so_locations"
Making clean in kernel
rm -f "./so_locations"
Making clean in support
Making clean in .
rm -f "./so_locations"
/bin/sh ./config.status
config.status: creating Makefile
config.status: creating support/Makefile
config.status: creating genfft/Makefile
config.status: creating kernel/Makefile
config.status: creating simd-support/Makefile
config.status: creating dft/Makefile
config.status: creating dft/scalar/Makefile
config.status: creating dft/scalar/codelets/Makefile
config.status: creating dft/simd/Makefile
config.status: creating dft/simd/common/Makefile
config.status: creating dft/simd/sse2/Makefile
config.status: creating dft/simd/avx/Makefile
config.status: creating dft/simd/altivec/Makefile
config.status: creating dft/simd/neon/Makefile
config.status: creating rdft/Makefile
config.status: creating rdft/scalar/Makefile
config.status: creating rdft/scalar/r2cf/Makefile
config.status: creating rdft/scalar/r2cb/Makefile
config.status: creating rdft/scalar/r2r/Makefile
config.status: creating rdft/simd/Makefile
config.status: creating rdft/simd/common/Makefile
config.status: creating rdft/simd/sse2/Makefile
config.status: creating rdft/simd/avx/Makefile
config.status: creating rdft/simd/altivec/Makefile
config.status: creating rdft/simd/neon/Makefile
config.status: creating reodft/Makefile
config.status: creating threads/Makefile
config.status: creating api/Makefile
config.status: creating mpi/Makefile
config.status: creating libbench2/Makefile
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating doc/FAQ/Makefile
config.status: creating tools/Makefile
config.status: creating tools/fftw_wisdom.1
config.status: creating tools/fftw-wisdom-to-conf
config.status: creating m4/Makefile
config.status: creating fftw.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
Making all in support
Making all in kernel
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT align.lo -MD -MP -MF .deps/align.Tpo -c align.c -fno-common -DPIC -o .libs/align.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT align.lo -MD -MP -MF .deps/align.Tpo -c align.c -o align.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -fno-common -DPIC -o .libs/alloc.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -o alloc.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c assert.c -fno-common -DPIC -o .libs/assert.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c assert.c -o assert.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT awake.lo -MD -MP -MF .deps/awake.Tpo -c awake.c -fno-common -DPIC -o .libs/awake.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT awake.lo -MD -MP -MF .deps/awake.Tpo -c awake.c -o awake.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -fno-common -DPIC -o .libs/buffered.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -o buffered.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT cpy1d.lo -MD -MP -MF .deps/cpy1d.Tpo -c cpy1d.c -fno-common -DPIC -o .libs/cpy1d.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT cpy1d.lo -MD -MP -MF .deps/cpy1d.Tpo -c cpy1d.c -o cpy1d.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT cpy2d-pair.lo -MD -MP -MF .deps/cpy2d-pair.Tpo -c cpy2d-pair.c -fno-common -DPIC -o .libs/cpy2d-pair.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT cpy2d-pair.lo -MD -MP -MF .deps/cpy2d-pair.Tpo -c cpy2d-pair.c -o cpy2d-pair.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT cpy2d.lo -MD -MP -MF .deps/cpy2d.Tpo -c cpy2d.c -fno-common -DPIC -o .libs/cpy2d.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT cpy2d.lo -MD -MP -MF .deps/cpy2d.Tpo -c cpy2d.c -o cpy2d.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c -fno-common -DPIC -o .libs/ct.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c -o ct.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c -fno-common -DPIC -o .libs/debug.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c -o debug.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT extract-reim.lo -MD -MP -MF .deps/extract-reim.Tpo -c extract-reim.c -fno-common -DPIC -o .libs/extract-reim.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT extract-reim.lo -MD -MP -MF .deps/extract-reim.Tpo -c extract-reim.c -o extract-reim.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -fno-common -DPIC -o .libs/hash.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -o hash.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT iabs.lo -MD -MP -MF .deps/iabs.Tpo -c iabs.c -fno-common -DPIC -o .libs/iabs.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT iabs.lo -MD -MP -MF .deps/iabs.Tpo -c iabs.c -o iabs.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kalloc.lo -MD -MP -MF .deps/kalloc.Tpo -c kalloc.c -fno-common -DPIC -o .libs/kalloc.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kalloc.lo -MD -MP -MF .deps/kalloc.Tpo -c kalloc.c -o kalloc.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT md5-1.lo -MD -MP -MF .deps/md5-1.Tpo -c md5-1.c -fno-common -DPIC -o .libs/md5-1.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT md5-1.lo -MD -MP -MF .deps/md5-1.Tpo -c md5-1.c -o md5-1.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -fno-common -DPIC -o .libs/md5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c minmax.c -fno-common -DPIC -o .libs/minmax.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c minmax.c -o minmax.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT ops.lo -MD -MP -MF .deps/ops.Tpo -c ops.c -fno-common -DPIC -o .libs/ops.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT ops.lo -MD -MP -MF .deps/ops.Tpo -c ops.c -o ops.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT pickdim.lo -MD -MP -MF .deps/pickdim.Tpo -c pickdim.c -fno-common -DPIC -o .libs/pickdim.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT pickdim.lo -MD -MP -MF .deps/pickdim.Tpo -c pickdim.c -o pickdim.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -fno-common -DPIC -o .libs/plan.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -o plan.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT planner.lo -MD -MP -MF .deps/planner.Tpo -c planner.c -fno-common -DPIC -o .libs/planner.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT planner.lo -MD -MP -MF .deps/planner.Tpo -c planner.c -o planner.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT primes.lo -MD -MP -MF .deps/primes.Tpo -c primes.c -fno-common -DPIC -o .libs/primes.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT primes.lo -MD -MP -MF .deps/primes.Tpo -c primes.c -o primes.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT print.lo -MD -MP -MF .deps/print.Tpo -c print.c -fno-common -DPIC -o .libs/print.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT print.lo -MD -MP -MF .deps/print.Tpo -c print.c -o print.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -fno-common -DPIC -o .libs/problem.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -o problem.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c -fno-common -DPIC -o .libs/rader.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c -o rader.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c scan.c -fno-common -DPIC -o .libs/scan.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c scan.c -o scan.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT solver.lo -MD -MP -MF .deps/solver.Tpo -c solver.c -fno-common -DPIC -o .libs/solver.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT solver.lo -MD -MP -MF .deps/solver.Tpo -c solver.c -o solver.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT solvtab.lo -MD -MP -MF .deps/solvtab.Tpo -c solvtab.c -fno-common -DPIC -o .libs/solvtab.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT solvtab.lo -MD -MP -MF .deps/solvtab.Tpo -c solvtab.c -o solvtab.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT stride.lo -MD -MP -MF .deps/stride.Tpo -c stride.c -fno-common -DPIC -o .libs/stride.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT stride.lo -MD -MP -MF .deps/stride.Tpo -c stride.c -o stride.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor.lo -MD -MP -MF .deps/tensor.Tpo -c tensor.c -fno-common -DPIC -o .libs/tensor.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor.lo -MD -MP -MF .deps/tensor.Tpo -c tensor.c -o tensor.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor1.lo -MD -MP -MF .deps/tensor1.Tpo -c tensor1.c -fno-common -DPIC -o .libs/tensor1.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor1.lo -MD -MP -MF .deps/tensor1.Tpo -c tensor1.c -o tensor1.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor2.lo -MD -MP -MF .deps/tensor2.Tpo -c tensor2.c -fno-common -DPIC -o .libs/tensor2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor2.lo -MD -MP -MF .deps/tensor2.Tpo -c tensor2.c -o tensor2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor3.lo -MD -MP -MF .deps/tensor3.Tpo -c tensor3.c -fno-common -DPIC -o .libs/tensor3.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor3.lo -MD -MP -MF .deps/tensor3.Tpo -c tensor3.c -o tensor3.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor4.lo -MD -MP -MF .deps/tensor4.Tpo -c tensor4.c -fno-common -DPIC -o .libs/tensor4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor4.lo -MD -MP -MF .deps/tensor4.Tpo -c tensor4.c -o tensor4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor5.lo -MD -MP -MF .deps/tensor5.Tpo -c tensor5.c -fno-common -DPIC -o .libs/tensor5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor5.lo -MD -MP -MF .deps/tensor5.Tpo -c tensor5.c -o tensor5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor7.lo -MD -MP -MF .deps/tensor7.Tpo -c tensor7.c -fno-common -DPIC -o .libs/tensor7.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor7.lo -MD -MP -MF .deps/tensor7.Tpo -c tensor7.c -o tensor7.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor8.lo -MD -MP -MF .deps/tensor8.Tpo -c tensor8.c -fno-common -DPIC -o .libs/tensor8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor8.lo -MD -MP -MF .deps/tensor8.Tpo -c tensor8.c -o tensor8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor9.lo -MD -MP -MF .deps/tensor9.Tpo -c tensor9.c -fno-common -DPIC -o .libs/tensor9.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tensor9.lo -MD -MP -MF .deps/tensor9.Tpo -c tensor9.c -o tensor9.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tile2d.lo -MD -MP -MF .deps/tile2d.Tpo -c tile2d.c -fno-common -DPIC -o .libs/tile2d.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT tile2d.lo -MD -MP -MF .deps/tile2d.Tpo -c tile2d.c -o tile2d.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c -fno-common -DPIC -o .libs/timer.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c -o timer.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT transpose.lo -MD -MP -MF .deps/transpose.Tpo -c transpose.c -fno-common -DPIC -o .libs/transpose.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT transpose.lo -MD -MP -MF .deps/transpose.Tpo -c transpose.c -o transpose.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT trig.lo -MD -MP -MF .deps/trig.Tpo -c trig.c -fno-common -DPIC -o .libs/trig.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT trig.lo -MD -MP -MF .deps/trig.Tpo -c trig.c -o trig.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT twiddle.lo -MD -MP -MF .deps/twiddle.Tpo -c twiddle.c -fno-common -DPIC -o .libs/twiddle.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT twiddle.lo -MD -MP -MF .deps/twiddle.Tpo -c twiddle.c -o twiddle.o >/dev/null 2>&1
libtool: link: ar cru .libs/libkernel.a .libs/align.o .libs/alloc.o .libs/assert.o .libs/awake.o .libs/buffered.o .libs/cpy1d.o .libs/cpy2d-pair.o .libs/cpy2d.o .libs/ct.o .libs/debug.o .libs/extract-reim.o .libs/hash.o .libs/iabs.o .libs/kalloc.o .libs/md5-1.o .libs/md5.o .libs/minmax.o .libs/ops.o .libs/pickdim.o .libs/plan.o .libs/planner.o .libs/primes.o .libs/print.o .libs/problem.o .libs/rader.o .libs/scan.o .libs/solver.o .libs/solvtab.o .libs/stride.o .libs/tensor.o .libs/tensor1.o .libs/tensor2.o .libs/tensor3.o .libs/tensor4.o .libs/tensor5.o .libs/tensor7.o .libs/tensor8.o .libs/tensor9.o .libs/tile2d.o .libs/timer.o .libs/transpose.o .libs/trig.o .libs/twiddle.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libkernel.a(debug.o) has no symbols
libtool: link: ranlib .libs/libkernel.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libkernel.a(debug.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libkernel.la" && ln -s "../libkernel.la" "libkernel.la" )
Making all in simd-support
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT taint.lo -MD -MP -MF .deps/taint.Tpo -c taint.c -fno-common -DPIC -o .libs/taint.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT taint.lo -MD -MP -MF .deps/taint.Tpo -c taint.c -o taint.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT sse2.lo -MD -MP -MF .deps/sse2.Tpo -c sse2.c -fno-common -DPIC -o .libs/sse2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT sse2.lo -MD -MP -MF .deps/sse2.Tpo -c sse2.c -o sse2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT avx.lo -MD -MP -MF .deps/avx.Tpo -c avx.c -fno-common -DPIC -o .libs/avx.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT avx.lo -MD -MP -MF .deps/avx.Tpo -c avx.c -o avx.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT altivec.lo -MD -MP -MF .deps/altivec.Tpo -c altivec.c -fno-common -DPIC -o .libs/altivec.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT altivec.lo -MD -MP -MF .deps/altivec.Tpo -c altivec.c -o altivec.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT neon.lo -MD -MP -MF .deps/neon.Tpo -c neon.c -fno-common -DPIC -o .libs/neon.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT neon.lo -MD -MP -MF .deps/neon.Tpo -c neon.c -o neon.o >/dev/null 2>&1
libtool: link: ar cru .libs/libsimd_support.a .libs/taint.o .libs/sse2.o .libs/avx.o .libs/altivec.o .libs/neon.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libsimd_support.a(altivec.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libsimd_support.a(neon.o) has no symbols
libtool: link: ranlib .libs/libsimd_support.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libsimd_support.a(altivec.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libsimd_support.a(neon.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libsimd_support.la" && ln -s "../libsimd_support.la" "libsimd_support.la" )
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT libsimd_sse2_nonportable_la-sse2-nonportable.lo -MD -MP -MF .deps/libsimd_sse2_nonportable_la-sse2-nonportable.Tpo -c sse2-nonportable.c -fno-common -DPIC -o .libs/libsimd_sse2_nonportable_la-sse2-nonportable.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT libsimd_sse2_nonportable_la-sse2-nonportable.lo -MD -MP -MF .deps/libsimd_sse2_nonportable_la-sse2-nonportable.Tpo -c sse2-nonportable.c -o libsimd_sse2_nonportable_la-sse2-nonportable.o >/dev/null 2>&1
libtool: link: ar cru .libs/libsimd_sse2_nonportable.a .libs/libsimd_sse2_nonportable_la-sse2-nonportable.o
libtool: link: ranlib .libs/libsimd_sse2_nonportable.a
libtool: link: ( cd ".libs" && rm -f "libsimd_sse2_nonportable.la" && ln -s "../libsimd_sse2_nonportable.la" "libsimd_sse2_nonportable.la" )
Making all in dft
Making all in scalar
Making all in codelets
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_2.lo -MD -MP -MF .deps/n1_2.Tpo -c n1_2.c -fno-common -DPIC -o .libs/n1_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_2.lo -MD -MP -MF .deps/n1_2.Tpo -c n1_2.c -o n1_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_3.lo -MD -MP -MF .deps/n1_3.Tpo -c n1_3.c -fno-common -DPIC -o .libs/n1_3.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_3.lo -MD -MP -MF .deps/n1_3.Tpo -c n1_3.c -o n1_3.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_4.lo -MD -MP -MF .deps/n1_4.Tpo -c n1_4.c -fno-common -DPIC -o .libs/n1_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_4.lo -MD -MP -MF .deps/n1_4.Tpo -c n1_4.c -o n1_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_5.lo -MD -MP -MF .deps/n1_5.Tpo -c n1_5.c -fno-common -DPIC -o .libs/n1_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_5.lo -MD -MP -MF .deps/n1_5.Tpo -c n1_5.c -o n1_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_6.lo -MD -MP -MF .deps/n1_6.Tpo -c n1_6.c -fno-common -DPIC -o .libs/n1_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_6.lo -MD -MP -MF .deps/n1_6.Tpo -c n1_6.c -o n1_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_7.lo -MD -MP -MF .deps/n1_7.Tpo -c n1_7.c -fno-common -DPIC -o .libs/n1_7.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_7.lo -MD -MP -MF .deps/n1_7.Tpo -c n1_7.c -o n1_7.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_8.lo -MD -MP -MF .deps/n1_8.Tpo -c n1_8.c -fno-common -DPIC -o .libs/n1_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_8.lo -MD -MP -MF .deps/n1_8.Tpo -c n1_8.c -o n1_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_9.lo -MD -MP -MF .deps/n1_9.Tpo -c n1_9.c -fno-common -DPIC -o .libs/n1_9.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_9.lo -MD -MP -MF .deps/n1_9.Tpo -c n1_9.c -o n1_9.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_10.lo -MD -MP -MF .deps/n1_10.Tpo -c n1_10.c -fno-common -DPIC -o .libs/n1_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_10.lo -MD -MP -MF .deps/n1_10.Tpo -c n1_10.c -o n1_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_11.lo -MD -MP -MF .deps/n1_11.Tpo -c n1_11.c -fno-common -DPIC -o .libs/n1_11.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_11.lo -MD -MP -MF .deps/n1_11.Tpo -c n1_11.c -o n1_11.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_12.lo -MD -MP -MF .deps/n1_12.Tpo -c n1_12.c -fno-common -DPIC -o .libs/n1_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_12.lo -MD -MP -MF .deps/n1_12.Tpo -c n1_12.c -o n1_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_13.lo -MD -MP -MF .deps/n1_13.Tpo -c n1_13.c -fno-common -DPIC -o .libs/n1_13.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_13.lo -MD -MP -MF .deps/n1_13.Tpo -c n1_13.c -o n1_13.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_14.lo -MD -MP -MF .deps/n1_14.Tpo -c n1_14.c -fno-common -DPIC -o .libs/n1_14.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_14.lo -MD -MP -MF .deps/n1_14.Tpo -c n1_14.c -o n1_14.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_15.lo -MD -MP -MF .deps/n1_15.Tpo -c n1_15.c -fno-common -DPIC -o .libs/n1_15.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_15.lo -MD -MP -MF .deps/n1_15.Tpo -c n1_15.c -o n1_15.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_16.lo -MD -MP -MF .deps/n1_16.Tpo -c n1_16.c -fno-common -DPIC -o .libs/n1_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_16.lo -MD -MP -MF .deps/n1_16.Tpo -c n1_16.c -o n1_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_32.lo -MD -MP -MF .deps/n1_32.Tpo -c n1_32.c -fno-common -DPIC -o .libs/n1_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_32.lo -MD -MP -MF .deps/n1_32.Tpo -c n1_32.c -o n1_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_64.lo -MD -MP -MF .deps/n1_64.Tpo -c n1_64.c -fno-common -DPIC -o .libs/n1_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_64.lo -MD -MP -MF .deps/n1_64.Tpo -c n1_64.c -o n1_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_20.lo -MD -MP -MF .deps/n1_20.Tpo -c n1_20.c -fno-common -DPIC -o .libs/n1_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_20.lo -MD -MP -MF .deps/n1_20.Tpo -c n1_20.c -o n1_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_25.lo -MD -MP -MF .deps/n1_25.Tpo -c n1_25.c -fno-common -DPIC -o .libs/n1_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1_25.lo -MD -MP -MF .deps/n1_25.Tpo -c n1_25.c -o n1_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_2.lo -MD -MP -MF .deps/t1_2.Tpo -c t1_2.c -fno-common -DPIC -o .libs/t1_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_2.lo -MD -MP -MF .deps/t1_2.Tpo -c t1_2.c -o t1_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_3.lo -MD -MP -MF .deps/t1_3.Tpo -c t1_3.c -fno-common -DPIC -o .libs/t1_3.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_3.lo -MD -MP -MF .deps/t1_3.Tpo -c t1_3.c -o t1_3.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_4.lo -MD -MP -MF .deps/t1_4.Tpo -c t1_4.c -fno-common -DPIC -o .libs/t1_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_4.lo -MD -MP -MF .deps/t1_4.Tpo -c t1_4.c -o t1_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_5.lo -MD -MP -MF .deps/t1_5.Tpo -c t1_5.c -fno-common -DPIC -o .libs/t1_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_5.lo -MD -MP -MF .deps/t1_5.Tpo -c t1_5.c -o t1_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_6.lo -MD -MP -MF .deps/t1_6.Tpo -c t1_6.c -fno-common -DPIC -o .libs/t1_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_6.lo -MD -MP -MF .deps/t1_6.Tpo -c t1_6.c -o t1_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_7.lo -MD -MP -MF .deps/t1_7.Tpo -c t1_7.c -fno-common -DPIC -o .libs/t1_7.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_7.lo -MD -MP -MF .deps/t1_7.Tpo -c t1_7.c -o t1_7.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_8.lo -MD -MP -MF .deps/t1_8.Tpo -c t1_8.c -fno-common -DPIC -o .libs/t1_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_8.lo -MD -MP -MF .deps/t1_8.Tpo -c t1_8.c -o t1_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_9.lo -MD -MP -MF .deps/t1_9.Tpo -c t1_9.c -fno-common -DPIC -o .libs/t1_9.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_9.lo -MD -MP -MF .deps/t1_9.Tpo -c t1_9.c -o t1_9.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_10.lo -MD -MP -MF .deps/t1_10.Tpo -c t1_10.c -fno-common -DPIC -o .libs/t1_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_10.lo -MD -MP -MF .deps/t1_10.Tpo -c t1_10.c -o t1_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_12.lo -MD -MP -MF .deps/t1_12.Tpo -c t1_12.c -fno-common -DPIC -o .libs/t1_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_12.lo -MD -MP -MF .deps/t1_12.Tpo -c t1_12.c -o t1_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_15.lo -MD -MP -MF .deps/t1_15.Tpo -c t1_15.c -fno-common -DPIC -o .libs/t1_15.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_15.lo -MD -MP -MF .deps/t1_15.Tpo -c t1_15.c -o t1_15.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_16.lo -MD -MP -MF .deps/t1_16.Tpo -c t1_16.c -fno-common -DPIC -o .libs/t1_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_16.lo -MD -MP -MF .deps/t1_16.Tpo -c t1_16.c -o t1_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_32.lo -MD -MP -MF .deps/t1_32.Tpo -c t1_32.c -fno-common -DPIC -o .libs/t1_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_32.lo -MD -MP -MF .deps/t1_32.Tpo -c t1_32.c -o t1_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_64.lo -MD -MP -MF .deps/t1_64.Tpo -c t1_64.c -fno-common -DPIC -o .libs/t1_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_64.lo -MD -MP -MF .deps/t1_64.Tpo -c t1_64.c -o t1_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_20.lo -MD -MP -MF .deps/t1_20.Tpo -c t1_20.c -fno-common -DPIC -o .libs/t1_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_20.lo -MD -MP -MF .deps/t1_20.Tpo -c t1_20.c -o t1_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_25.lo -MD -MP -MF .deps/t1_25.Tpo -c t1_25.c -fno-common -DPIC -o .libs/t1_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1_25.lo -MD -MP -MF .deps/t1_25.Tpo -c t1_25.c -o t1_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_4.lo -MD -MP -MF .deps/t2_4.Tpo -c t2_4.c -fno-common -DPIC -o .libs/t2_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_4.lo -MD -MP -MF .deps/t2_4.Tpo -c t2_4.c -o t2_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_8.lo -MD -MP -MF .deps/t2_8.Tpo -c t2_8.c -fno-common -DPIC -o .libs/t2_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_8.lo -MD -MP -MF .deps/t2_8.Tpo -c t2_8.c -o t2_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_16.lo -MD -MP -MF .deps/t2_16.Tpo -c t2_16.c -fno-common -DPIC -o .libs/t2_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_16.lo -MD -MP -MF .deps/t2_16.Tpo -c t2_16.c -o t2_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_32.lo -MD -MP -MF .deps/t2_32.Tpo -c t2_32.c -fno-common -DPIC -o .libs/t2_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_32.lo -MD -MP -MF .deps/t2_32.Tpo -c t2_32.c -o t2_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_64.lo -MD -MP -MF .deps/t2_64.Tpo -c t2_64.c -fno-common -DPIC -o .libs/t2_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_64.lo -MD -MP -MF .deps/t2_64.Tpo -c t2_64.c -o t2_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_5.lo -MD -MP -MF .deps/t2_5.Tpo -c t2_5.c -fno-common -DPIC -o .libs/t2_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_5.lo -MD -MP -MF .deps/t2_5.Tpo -c t2_5.c -o t2_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_10.lo -MD -MP -MF .deps/t2_10.Tpo -c t2_10.c -fno-common -DPIC -o .libs/t2_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_10.lo -MD -MP -MF .deps/t2_10.Tpo -c t2_10.c -o t2_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_20.lo -MD -MP -MF .deps/t2_20.Tpo -c t2_20.c -fno-common -DPIC -o .libs/t2_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_20.lo -MD -MP -MF .deps/t2_20.Tpo -c t2_20.c -o t2_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_25.lo -MD -MP -MF .deps/t2_25.Tpo -c t2_25.c -fno-common -DPIC -o .libs/t2_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2_25.lo -MD -MP -MF .deps/t2_25.Tpo -c t2_25.c -o t2_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_2.lo -MD -MP -MF .deps/q1_2.Tpo -c q1_2.c -fno-common -DPIC -o .libs/q1_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_2.lo -MD -MP -MF .deps/q1_2.Tpo -c q1_2.c -o q1_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_4.lo -MD -MP -MF .deps/q1_4.Tpo -c q1_4.c -fno-common -DPIC -o .libs/q1_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_4.lo -MD -MP -MF .deps/q1_4.Tpo -c q1_4.c -o q1_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_8.lo -MD -MP -MF .deps/q1_8.Tpo -c q1_8.c -fno-common -DPIC -o .libs/q1_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_8.lo -MD -MP -MF .deps/q1_8.Tpo -c q1_8.c -o q1_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_3.lo -MD -MP -MF .deps/q1_3.Tpo -c q1_3.c -fno-common -DPIC -o .libs/q1_3.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_3.lo -MD -MP -MF .deps/q1_3.Tpo -c q1_3.c -o q1_3.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_5.lo -MD -MP -MF .deps/q1_5.Tpo -c q1_5.c -fno-common -DPIC -o .libs/q1_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_5.lo -MD -MP -MF .deps/q1_5.Tpo -c q1_5.c -o q1_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_6.lo -MD -MP -MF .deps/q1_6.Tpo -c q1_6.c -fno-common -DPIC -o .libs/q1_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1_6.lo -MD -MP -MF .deps/q1_6.Tpo -c q1_6.c -o q1_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -fno-common -DPIC -o .libs/codlist.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
libtool: link: ar cru .libs/libdft_scalar_codelets.a .libs/n1_2.o .libs/n1_3.o .libs/n1_4.o .libs/n1_5.o .libs/n1_6.o .libs/n1_7.o .libs/n1_8.o .libs/n1_9.o .libs/n1_10.o .libs/n1_11.o .libs/n1_12.o .libs/n1_13.o .libs/n1_14.o .libs/n1_15.o .libs/n1_16.o .libs/n1_32.o .libs/n1_64.o .libs/n1_20.o .libs/n1_25.o .libs/t1_2.o .libs/t1_3.o .libs/t1_4.o .libs/t1_5.o .libs/t1_6.o .libs/t1_7.o .libs/t1_8.o .libs/t1_9.o .libs/t1_10.o .libs/t1_12.o .libs/t1_15.o .libs/t1_16.o .libs/t1_32.o .libs/t1_64.o .libs/t1_20.o .libs/t1_25.o .libs/t2_4.o .libs/t2_8.o .libs/t2_16.o .libs/t2_32.o .libs/t2_64.o .libs/t2_5.o .libs/t2_10.o .libs/t2_20.o .libs/t2_25.o .libs/q1_2.o .libs/q1_4.o .libs/q1_8.o .libs/q1_3.o .libs/q1_5.o .libs/q1_6.o .libs/codlist.o
libtool: link: ranlib .libs/libdft_scalar_codelets.a
libtool: link: ( cd ".libs" && rm -f "libdft_scalar_codelets.la" && ln -s "../libdft_scalar_codelets.la" "libdft_scalar_codelets.la" )
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n.lo -MD -MP -MF .deps/n.Tpo -c n.c -fno-common -DPIC -o .libs/n.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n.lo -MD -MP -MF .deps/n.Tpo -c n.c -o n.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t.lo -MD -MP -MF .deps/t.Tpo -c t.c -fno-common -DPIC -o .libs/t.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t.lo -MD -MP -MF .deps/t.Tpo -c t.c -o t.o >/dev/null 2>&1
libtool: link: ar cru .libs/libdft_scalar.a .libs/n.o .libs/t.o
libtool: link: ranlib .libs/libdft_scalar.a
libtool: link: ( cd ".libs" && rm -f "libdft_scalar.la" && ln -s "../libdft_scalar.la" "libdft_scalar.la" )
Making all in simd
Making all in common
Making all in sse2
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_2.lo -MD -MP -MF .deps/n1fv_2.Tpo -c n1fv_2.c -fno-common -DPIC -o .libs/n1fv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_2.lo -MD -MP -MF .deps/n1fv_2.Tpo -c n1fv_2.c -o n1fv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_3.lo -MD -MP -MF .deps/n1fv_3.Tpo -c n1fv_3.c -fno-common -DPIC -o .libs/n1fv_3.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_3.lo -MD -MP -MF .deps/n1fv_3.Tpo -c n1fv_3.c -o n1fv_3.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_4.lo -MD -MP -MF .deps/n1fv_4.Tpo -c n1fv_4.c -fno-common -DPIC -o .libs/n1fv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_4.lo -MD -MP -MF .deps/n1fv_4.Tpo -c n1fv_4.c -o n1fv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_5.lo -MD -MP -MF .deps/n1fv_5.Tpo -c n1fv_5.c -fno-common -DPIC -o .libs/n1fv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_5.lo -MD -MP -MF .deps/n1fv_5.Tpo -c n1fv_5.c -o n1fv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_6.lo -MD -MP -MF .deps/n1fv_6.Tpo -c n1fv_6.c -fno-common -DPIC -o .libs/n1fv_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_6.lo -MD -MP -MF .deps/n1fv_6.Tpo -c n1fv_6.c -o n1fv_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_7.lo -MD -MP -MF .deps/n1fv_7.Tpo -c n1fv_7.c -fno-common -DPIC -o .libs/n1fv_7.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_7.lo -MD -MP -MF .deps/n1fv_7.Tpo -c n1fv_7.c -o n1fv_7.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_8.lo -MD -MP -MF .deps/n1fv_8.Tpo -c n1fv_8.c -fno-common -DPIC -o .libs/n1fv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_8.lo -MD -MP -MF .deps/n1fv_8.Tpo -c n1fv_8.c -o n1fv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_9.lo -MD -MP -MF .deps/n1fv_9.Tpo -c n1fv_9.c -fno-common -DPIC -o .libs/n1fv_9.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_9.lo -MD -MP -MF .deps/n1fv_9.Tpo -c n1fv_9.c -o n1fv_9.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_10.lo -MD -MP -MF .deps/n1fv_10.Tpo -c n1fv_10.c -fno-common -DPIC -o .libs/n1fv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_10.lo -MD -MP -MF .deps/n1fv_10.Tpo -c n1fv_10.c -o n1fv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_11.lo -MD -MP -MF .deps/n1fv_11.Tpo -c n1fv_11.c -fno-common -DPIC -o .libs/n1fv_11.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_11.lo -MD -MP -MF .deps/n1fv_11.Tpo -c n1fv_11.c -o n1fv_11.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_12.lo -MD -MP -MF .deps/n1fv_12.Tpo -c n1fv_12.c -fno-common -DPIC -o .libs/n1fv_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_12.lo -MD -MP -MF .deps/n1fv_12.Tpo -c n1fv_12.c -o n1fv_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_13.lo -MD -MP -MF .deps/n1fv_13.Tpo -c n1fv_13.c -fno-common -DPIC -o .libs/n1fv_13.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_13.lo -MD -MP -MF .deps/n1fv_13.Tpo -c n1fv_13.c -o n1fv_13.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_14.lo -MD -MP -MF .deps/n1fv_14.Tpo -c n1fv_14.c -fno-common -DPIC -o .libs/n1fv_14.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_14.lo -MD -MP -MF .deps/n1fv_14.Tpo -c n1fv_14.c -o n1fv_14.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_15.lo -MD -MP -MF .deps/n1fv_15.Tpo -c n1fv_15.c -fno-common -DPIC -o .libs/n1fv_15.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_15.lo -MD -MP -MF .deps/n1fv_15.Tpo -c n1fv_15.c -o n1fv_15.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_16.lo -MD -MP -MF .deps/n1fv_16.Tpo -c n1fv_16.c -fno-common -DPIC -o .libs/n1fv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_16.lo -MD -MP -MF .deps/n1fv_16.Tpo -c n1fv_16.c -o n1fv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_32.lo -MD -MP -MF .deps/n1fv_32.Tpo -c n1fv_32.c -fno-common -DPIC -o .libs/n1fv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_32.lo -MD -MP -MF .deps/n1fv_32.Tpo -c n1fv_32.c -o n1fv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_64.lo -MD -MP -MF .deps/n1fv_64.Tpo -c n1fv_64.c -fno-common -DPIC -o .libs/n1fv_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_64.lo -MD -MP -MF .deps/n1fv_64.Tpo -c n1fv_64.c -o n1fv_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_128.lo -MD -MP -MF .deps/n1fv_128.Tpo -c n1fv_128.c -fno-common -DPIC -o .libs/n1fv_128.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_128.lo -MD -MP -MF .deps/n1fv_128.Tpo -c n1fv_128.c -o n1fv_128.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_20.lo -MD -MP -MF .deps/n1fv_20.Tpo -c n1fv_20.c -fno-common -DPIC -o .libs/n1fv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_20.lo -MD -MP -MF .deps/n1fv_20.Tpo -c n1fv_20.c -o n1fv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_25.lo -MD -MP -MF .deps/n1fv_25.Tpo -c n1fv_25.c -fno-common -DPIC -o .libs/n1fv_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_25.lo -MD -MP -MF .deps/n1fv_25.Tpo -c n1fv_25.c -o n1fv_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_2.lo -MD -MP -MF .deps/n1bv_2.Tpo -c n1bv_2.c -fno-common -DPIC -o .libs/n1bv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_2.lo -MD -MP -MF .deps/n1bv_2.Tpo -c n1bv_2.c -o n1bv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_3.lo -MD -MP -MF .deps/n1bv_3.Tpo -c n1bv_3.c -fno-common -DPIC -o .libs/n1bv_3.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_3.lo -MD -MP -MF .deps/n1bv_3.Tpo -c n1bv_3.c -o n1bv_3.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_4.lo -MD -MP -MF .deps/n1bv_4.Tpo -c n1bv_4.c -fno-common -DPIC -o .libs/n1bv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_4.lo -MD -MP -MF .deps/n1bv_4.Tpo -c n1bv_4.c -o n1bv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_5.lo -MD -MP -MF .deps/n1bv_5.Tpo -c n1bv_5.c -fno-common -DPIC -o .libs/n1bv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_5.lo -MD -MP -MF .deps/n1bv_5.Tpo -c n1bv_5.c -o n1bv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_6.lo -MD -MP -MF .deps/n1bv_6.Tpo -c n1bv_6.c -fno-common -DPIC -o .libs/n1bv_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_6.lo -MD -MP -MF .deps/n1bv_6.Tpo -c n1bv_6.c -o n1bv_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_7.lo -MD -MP -MF .deps/n1bv_7.Tpo -c n1bv_7.c -fno-common -DPIC -o .libs/n1bv_7.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_7.lo -MD -MP -MF .deps/n1bv_7.Tpo -c n1bv_7.c -o n1bv_7.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_8.lo -MD -MP -MF .deps/n1bv_8.Tpo -c n1bv_8.c -fno-common -DPIC -o .libs/n1bv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_8.lo -MD -MP -MF .deps/n1bv_8.Tpo -c n1bv_8.c -o n1bv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_9.lo -MD -MP -MF .deps/n1bv_9.Tpo -c n1bv_9.c -fno-common -DPIC -o .libs/n1bv_9.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_9.lo -MD -MP -MF .deps/n1bv_9.Tpo -c n1bv_9.c -o n1bv_9.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_10.lo -MD -MP -MF .deps/n1bv_10.Tpo -c n1bv_10.c -fno-common -DPIC -o .libs/n1bv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_10.lo -MD -MP -MF .deps/n1bv_10.Tpo -c n1bv_10.c -o n1bv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_11.lo -MD -MP -MF .deps/n1bv_11.Tpo -c n1bv_11.c -fno-common -DPIC -o .libs/n1bv_11.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_11.lo -MD -MP -MF .deps/n1bv_11.Tpo -c n1bv_11.c -o n1bv_11.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_12.lo -MD -MP -MF .deps/n1bv_12.Tpo -c n1bv_12.c -fno-common -DPIC -o .libs/n1bv_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_12.lo -MD -MP -MF .deps/n1bv_12.Tpo -c n1bv_12.c -o n1bv_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_13.lo -MD -MP -MF .deps/n1bv_13.Tpo -c n1bv_13.c -fno-common -DPIC -o .libs/n1bv_13.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_13.lo -MD -MP -MF .deps/n1bv_13.Tpo -c n1bv_13.c -o n1bv_13.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_14.lo -MD -MP -MF .deps/n1bv_14.Tpo -c n1bv_14.c -fno-common -DPIC -o .libs/n1bv_14.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_14.lo -MD -MP -MF .deps/n1bv_14.Tpo -c n1bv_14.c -o n1bv_14.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_15.lo -MD -MP -MF .deps/n1bv_15.Tpo -c n1bv_15.c -fno-common -DPIC -o .libs/n1bv_15.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_15.lo -MD -MP -MF .deps/n1bv_15.Tpo -c n1bv_15.c -o n1bv_15.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_16.lo -MD -MP -MF .deps/n1bv_16.Tpo -c n1bv_16.c -fno-common -DPIC -o .libs/n1bv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_16.lo -MD -MP -MF .deps/n1bv_16.Tpo -c n1bv_16.c -o n1bv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_32.lo -MD -MP -MF .deps/n1bv_32.Tpo -c n1bv_32.c -fno-common -DPIC -o .libs/n1bv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_32.lo -MD -MP -MF .deps/n1bv_32.Tpo -c n1bv_32.c -o n1bv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_64.lo -MD -MP -MF .deps/n1bv_64.Tpo -c n1bv_64.c -fno-common -DPIC -o .libs/n1bv_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_64.lo -MD -MP -MF .deps/n1bv_64.Tpo -c n1bv_64.c -o n1bv_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_128.lo -MD -MP -MF .deps/n1bv_128.Tpo -c n1bv_128.c -fno-common -DPIC -o .libs/n1bv_128.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_128.lo -MD -MP -MF .deps/n1bv_128.Tpo -c n1bv_128.c -o n1bv_128.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_20.lo -MD -MP -MF .deps/n1bv_20.Tpo -c n1bv_20.c -fno-common -DPIC -o .libs/n1bv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_20.lo -MD -MP -MF .deps/n1bv_20.Tpo -c n1bv_20.c -o n1bv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_25.lo -MD -MP -MF .deps/n1bv_25.Tpo -c n1bv_25.c -fno-common -DPIC -o .libs/n1bv_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_25.lo -MD -MP -MF .deps/n1bv_25.Tpo -c n1bv_25.c -o n1bv_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_2.lo -MD -MP -MF .deps/n2fv_2.Tpo -c n2fv_2.c -fno-common -DPIC -o .libs/n2fv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_2.lo -MD -MP -MF .deps/n2fv_2.Tpo -c n2fv_2.c -o n2fv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_4.lo -MD -MP -MF .deps/n2fv_4.Tpo -c n2fv_4.c -fno-common -DPIC -o .libs/n2fv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_4.lo -MD -MP -MF .deps/n2fv_4.Tpo -c n2fv_4.c -o n2fv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_6.lo -MD -MP -MF .deps/n2fv_6.Tpo -c n2fv_6.c -fno-common -DPIC -o .libs/n2fv_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_6.lo -MD -MP -MF .deps/n2fv_6.Tpo -c n2fv_6.c -o n2fv_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_8.lo -MD -MP -MF .deps/n2fv_8.Tpo -c n2fv_8.c -fno-common -DPIC -o .libs/n2fv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_8.lo -MD -MP -MF .deps/n2fv_8.Tpo -c n2fv_8.c -o n2fv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_10.lo -MD -MP -MF .deps/n2fv_10.Tpo -c n2fv_10.c -fno-common -DPIC -o .libs/n2fv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_10.lo -MD -MP -MF .deps/n2fv_10.Tpo -c n2fv_10.c -o n2fv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_12.lo -MD -MP -MF .deps/n2fv_12.Tpo -c n2fv_12.c -fno-common -DPIC -o .libs/n2fv_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_12.lo -MD -MP -MF .deps/n2fv_12.Tpo -c n2fv_12.c -o n2fv_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_14.lo -MD -MP -MF .deps/n2fv_14.Tpo -c n2fv_14.c -fno-common -DPIC -o .libs/n2fv_14.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_14.lo -MD -MP -MF .deps/n2fv_14.Tpo -c n2fv_14.c -o n2fv_14.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_16.lo -MD -MP -MF .deps/n2fv_16.Tpo -c n2fv_16.c -fno-common -DPIC -o .libs/n2fv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_16.lo -MD -MP -MF .deps/n2fv_16.Tpo -c n2fv_16.c -o n2fv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_32.lo -MD -MP -MF .deps/n2fv_32.Tpo -c n2fv_32.c -fno-common -DPIC -o .libs/n2fv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_32.lo -MD -MP -MF .deps/n2fv_32.Tpo -c n2fv_32.c -o n2fv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_64.lo -MD -MP -MF .deps/n2fv_64.Tpo -c n2fv_64.c -fno-common -DPIC -o .libs/n2fv_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_64.lo -MD -MP -MF .deps/n2fv_64.Tpo -c n2fv_64.c -o n2fv_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_20.lo -MD -MP -MF .deps/n2fv_20.Tpo -c n2fv_20.c -fno-common -DPIC -o .libs/n2fv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_20.lo -MD -MP -MF .deps/n2fv_20.Tpo -c n2fv_20.c -o n2fv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_2.lo -MD -MP -MF .deps/n2bv_2.Tpo -c n2bv_2.c -fno-common -DPIC -o .libs/n2bv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_2.lo -MD -MP -MF .deps/n2bv_2.Tpo -c n2bv_2.c -o n2bv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_4.lo -MD -MP -MF .deps/n2bv_4.Tpo -c n2bv_4.c -fno-common -DPIC -o .libs/n2bv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_4.lo -MD -MP -MF .deps/n2bv_4.Tpo -c n2bv_4.c -o n2bv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_6.lo -MD -MP -MF .deps/n2bv_6.Tpo -c n2bv_6.c -fno-common -DPIC -o .libs/n2bv_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_6.lo -MD -MP -MF .deps/n2bv_6.Tpo -c n2bv_6.c -o n2bv_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_8.lo -MD -MP -MF .deps/n2bv_8.Tpo -c n2bv_8.c -fno-common -DPIC -o .libs/n2bv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_8.lo -MD -MP -MF .deps/n2bv_8.Tpo -c n2bv_8.c -o n2bv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_10.lo -MD -MP -MF .deps/n2bv_10.Tpo -c n2bv_10.c -fno-common -DPIC -o .libs/n2bv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_10.lo -MD -MP -MF .deps/n2bv_10.Tpo -c n2bv_10.c -o n2bv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_12.lo -MD -MP -MF .deps/n2bv_12.Tpo -c n2bv_12.c -fno-common -DPIC -o .libs/n2bv_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_12.lo -MD -MP -MF .deps/n2bv_12.Tpo -c n2bv_12.c -o n2bv_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_14.lo -MD -MP -MF .deps/n2bv_14.Tpo -c n2bv_14.c -fno-common -DPIC -o .libs/n2bv_14.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_14.lo -MD -MP -MF .deps/n2bv_14.Tpo -c n2bv_14.c -o n2bv_14.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_16.lo -MD -MP -MF .deps/n2bv_16.Tpo -c n2bv_16.c -fno-common -DPIC -o .libs/n2bv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_16.lo -MD -MP -MF .deps/n2bv_16.Tpo -c n2bv_16.c -o n2bv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_32.lo -MD -MP -MF .deps/n2bv_32.Tpo -c n2bv_32.c -fno-common -DPIC -o .libs/n2bv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_32.lo -MD -MP -MF .deps/n2bv_32.Tpo -c n2bv_32.c -o n2bv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_64.lo -MD -MP -MF .deps/n2bv_64.Tpo -c n2bv_64.c -fno-common -DPIC -o .libs/n2bv_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_64.lo -MD -MP -MF .deps/n2bv_64.Tpo -c n2bv_64.c -o n2bv_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_20.lo -MD -MP -MF .deps/n2bv_20.Tpo -c n2bv_20.c -fno-common -DPIC -o .libs/n2bv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_20.lo -MD -MP -MF .deps/n2bv_20.Tpo -c n2bv_20.c -o n2bv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2sv_4.lo -MD -MP -MF .deps/n2sv_4.Tpo -c n2sv_4.c -fno-common -DPIC -o .libs/n2sv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2sv_4.lo -MD -MP -MF .deps/n2sv_4.Tpo -c n2sv_4.c -o n2sv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2sv_8.lo -MD -MP -MF .deps/n2sv_8.Tpo -c n2sv_8.c -fno-common -DPIC -o .libs/n2sv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2sv_8.lo -MD -MP -MF .deps/n2sv_8.Tpo -c n2sv_8.c -o n2sv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2sv_16.lo -MD -MP -MF .deps/n2sv_16.Tpo -c n2sv_16.c -fno-common -DPIC -o .libs/n2sv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2sv_16.lo -MD -MP -MF .deps/n2sv_16.Tpo -c n2sv_16.c -o n2sv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2sv_32.lo -MD -MP -MF .deps/n2sv_32.Tpo -c n2sv_32.c -fno-common -DPIC -o .libs/n2sv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2sv_32.lo -MD -MP -MF .deps/n2sv_32.Tpo -c n2sv_32.c -o n2sv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2sv_64.lo -MD -MP -MF .deps/n2sv_64.Tpo -c n2sv_64.c -fno-common -DPIC -o .libs/n2sv_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2sv_64.lo -MD -MP -MF .deps/n2sv_64.Tpo -c n2sv_64.c -o n2sv_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_2.lo -MD -MP -MF .deps/t1fuv_2.Tpo -c t1fuv_2.c -fno-common -DPIC -o .libs/t1fuv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_2.lo -MD -MP -MF .deps/t1fuv_2.Tpo -c t1fuv_2.c -o t1fuv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_3.lo -MD -MP -MF .deps/t1fuv_3.Tpo -c t1fuv_3.c -fno-common -DPIC -o .libs/t1fuv_3.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_3.lo -MD -MP -MF .deps/t1fuv_3.Tpo -c t1fuv_3.c -o t1fuv_3.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_4.lo -MD -MP -MF .deps/t1fuv_4.Tpo -c t1fuv_4.c -fno-common -DPIC -o .libs/t1fuv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_4.lo -MD -MP -MF .deps/t1fuv_4.Tpo -c t1fuv_4.c -o t1fuv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_5.lo -MD -MP -MF .deps/t1fuv_5.Tpo -c t1fuv_5.c -fno-common -DPIC -o .libs/t1fuv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_5.lo -MD -MP -MF .deps/t1fuv_5.Tpo -c t1fuv_5.c -o t1fuv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_6.lo -MD -MP -MF .deps/t1fuv_6.Tpo -c t1fuv_6.c -fno-common -DPIC -o .libs/t1fuv_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_6.lo -MD -MP -MF .deps/t1fuv_6.Tpo -c t1fuv_6.c -o t1fuv_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_7.lo -MD -MP -MF .deps/t1fuv_7.Tpo -c t1fuv_7.c -fno-common -DPIC -o .libs/t1fuv_7.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_7.lo -MD -MP -MF .deps/t1fuv_7.Tpo -c t1fuv_7.c -o t1fuv_7.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_8.lo -MD -MP -MF .deps/t1fuv_8.Tpo -c t1fuv_8.c -fno-common -DPIC -o .libs/t1fuv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_8.lo -MD -MP -MF .deps/t1fuv_8.Tpo -c t1fuv_8.c -o t1fuv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_9.lo -MD -MP -MF .deps/t1fuv_9.Tpo -c t1fuv_9.c -fno-common -DPIC -o .libs/t1fuv_9.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_9.lo -MD -MP -MF .deps/t1fuv_9.Tpo -c t1fuv_9.c -o t1fuv_9.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_10.lo -MD -MP -MF .deps/t1fuv_10.Tpo -c t1fuv_10.c -fno-common -DPIC -o .libs/t1fuv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_10.lo -MD -MP -MF .deps/t1fuv_10.Tpo -c t1fuv_10.c -o t1fuv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_2.lo -MD -MP -MF .deps/t1fv_2.Tpo -c t1fv_2.c -fno-common -DPIC -o .libs/t1fv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_2.lo -MD -MP -MF .deps/t1fv_2.Tpo -c t1fv_2.c -o t1fv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_3.lo -MD -MP -MF .deps/t1fv_3.Tpo -c t1fv_3.c -fno-common -DPIC -o .libs/t1fv_3.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_3.lo -MD -MP -MF .deps/t1fv_3.Tpo -c t1fv_3.c -o t1fv_3.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_4.lo -MD -MP -MF .deps/t1fv_4.Tpo -c t1fv_4.c -fno-common -DPIC -o .libs/t1fv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_4.lo -MD -MP -MF .deps/t1fv_4.Tpo -c t1fv_4.c -o t1fv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_5.lo -MD -MP -MF .deps/t1fv_5.Tpo -c t1fv_5.c -fno-common -DPIC -o .libs/t1fv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_5.lo -MD -MP -MF .deps/t1fv_5.Tpo -c t1fv_5.c -o t1fv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_6.lo -MD -MP -MF .deps/t1fv_6.Tpo -c t1fv_6.c -fno-common -DPIC -o .libs/t1fv_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_6.lo -MD -MP -MF .deps/t1fv_6.Tpo -c t1fv_6.c -o t1fv_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_7.lo -MD -MP -MF .deps/t1fv_7.Tpo -c t1fv_7.c -fno-common -DPIC -o .libs/t1fv_7.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_7.lo -MD -MP -MF .deps/t1fv_7.Tpo -c t1fv_7.c -o t1fv_7.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_8.lo -MD -MP -MF .deps/t1fv_8.Tpo -c t1fv_8.c -fno-common -DPIC -o .libs/t1fv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_8.lo -MD -MP -MF .deps/t1fv_8.Tpo -c t1fv_8.c -o t1fv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_9.lo -MD -MP -MF .deps/t1fv_9.Tpo -c t1fv_9.c -fno-common -DPIC -o .libs/t1fv_9.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_9.lo -MD -MP -MF .deps/t1fv_9.Tpo -c t1fv_9.c -o t1fv_9.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_10.lo -MD -MP -MF .deps/t1fv_10.Tpo -c t1fv_10.c -fno-common -DPIC -o .libs/t1fv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_10.lo -MD -MP -MF .deps/t1fv_10.Tpo -c t1fv_10.c -o t1fv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_12.lo -MD -MP -MF .deps/t1fv_12.Tpo -c t1fv_12.c -fno-common -DPIC -o .libs/t1fv_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_12.lo -MD -MP -MF .deps/t1fv_12.Tpo -c t1fv_12.c -o t1fv_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_15.lo -MD -MP -MF .deps/t1fv_15.Tpo -c t1fv_15.c -fno-common -DPIC -o .libs/t1fv_15.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_15.lo -MD -MP -MF .deps/t1fv_15.Tpo -c t1fv_15.c -o t1fv_15.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_16.lo -MD -MP -MF .deps/t1fv_16.Tpo -c t1fv_16.c -fno-common -DPIC -o .libs/t1fv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_16.lo -MD -MP -MF .deps/t1fv_16.Tpo -c t1fv_16.c -o t1fv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_32.lo -MD -MP -MF .deps/t1fv_32.Tpo -c t1fv_32.c -fno-common -DPIC -o .libs/t1fv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_32.lo -MD -MP -MF .deps/t1fv_32.Tpo -c t1fv_32.c -o t1fv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_64.lo -MD -MP -MF .deps/t1fv_64.Tpo -c t1fv_64.c -fno-common -DPIC -o .libs/t1fv_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_64.lo -MD -MP -MF .deps/t1fv_64.Tpo -c t1fv_64.c -o t1fv_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_20.lo -MD -MP -MF .deps/t1fv_20.Tpo -c t1fv_20.c -fno-common -DPIC -o .libs/t1fv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_20.lo -MD -MP -MF .deps/t1fv_20.Tpo -c t1fv_20.c -o t1fv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_25.lo -MD -MP -MF .deps/t1fv_25.Tpo -c t1fv_25.c -fno-common -DPIC -o .libs/t1fv_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_25.lo -MD -MP -MF .deps/t1fv_25.Tpo -c t1fv_25.c -o t1fv_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_2.lo -MD -MP -MF .deps/t2fv_2.Tpo -c t2fv_2.c -fno-common -DPIC -o .libs/t2fv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_2.lo -MD -MP -MF .deps/t2fv_2.Tpo -c t2fv_2.c -o t2fv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_4.lo -MD -MP -MF .deps/t2fv_4.Tpo -c t2fv_4.c -fno-common -DPIC -o .libs/t2fv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_4.lo -MD -MP -MF .deps/t2fv_4.Tpo -c t2fv_4.c -o t2fv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_8.lo -MD -MP -MF .deps/t2fv_8.Tpo -c t2fv_8.c -fno-common -DPIC -o .libs/t2fv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_8.lo -MD -MP -MF .deps/t2fv_8.Tpo -c t2fv_8.c -o t2fv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_16.lo -MD -MP -MF .deps/t2fv_16.Tpo -c t2fv_16.c -fno-common -DPIC -o .libs/t2fv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_16.lo -MD -MP -MF .deps/t2fv_16.Tpo -c t2fv_16.c -o t2fv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_32.lo -MD -MP -MF .deps/t2fv_32.Tpo -c t2fv_32.c -fno-common -DPIC -o .libs/t2fv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_32.lo -MD -MP -MF .deps/t2fv_32.Tpo -c t2fv_32.c -o t2fv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_64.lo -MD -MP -MF .deps/t2fv_64.Tpo -c t2fv_64.c -fno-common -DPIC -o .libs/t2fv_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_64.lo -MD -MP -MF .deps/t2fv_64.Tpo -c t2fv_64.c -o t2fv_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_5.lo -MD -MP -MF .deps/t2fv_5.Tpo -c t2fv_5.c -fno-common -DPIC -o .libs/t2fv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_5.lo -MD -MP -MF .deps/t2fv_5.Tpo -c t2fv_5.c -o t2fv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_10.lo -MD -MP -MF .deps/t2fv_10.Tpo -c t2fv_10.c -fno-common -DPIC -o .libs/t2fv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_10.lo -MD -MP -MF .deps/t2fv_10.Tpo -c t2fv_10.c -o t2fv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_20.lo -MD -MP -MF .deps/t2fv_20.Tpo -c t2fv_20.c -fno-common -DPIC -o .libs/t2fv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_20.lo -MD -MP -MF .deps/t2fv_20.Tpo -c t2fv_20.c -o t2fv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_25.lo -MD -MP -MF .deps/t2fv_25.Tpo -c t2fv_25.c -fno-common -DPIC -o .libs/t2fv_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_25.lo -MD -MP -MF .deps/t2fv_25.Tpo -c t2fv_25.c -o t2fv_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_4.lo -MD -MP -MF .deps/t3fv_4.Tpo -c t3fv_4.c -fno-common -DPIC -o .libs/t3fv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_4.lo -MD -MP -MF .deps/t3fv_4.Tpo -c t3fv_4.c -o t3fv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_8.lo -MD -MP -MF .deps/t3fv_8.Tpo -c t3fv_8.c -fno-common -DPIC -o .libs/t3fv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_8.lo -MD -MP -MF .deps/t3fv_8.Tpo -c t3fv_8.c -o t3fv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_16.lo -MD -MP -MF .deps/t3fv_16.Tpo -c t3fv_16.c -fno-common -DPIC -o .libs/t3fv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_16.lo -MD -MP -MF .deps/t3fv_16.Tpo -c t3fv_16.c -o t3fv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_32.lo -MD -MP -MF .deps/t3fv_32.Tpo -c t3fv_32.c -fno-common -DPIC -o .libs/t3fv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_32.lo -MD -MP -MF .deps/t3fv_32.Tpo -c t3fv_32.c -o t3fv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_5.lo -MD -MP -MF .deps/t3fv_5.Tpo -c t3fv_5.c -fno-common -DPIC -o .libs/t3fv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_5.lo -MD -MP -MF .deps/t3fv_5.Tpo -c t3fv_5.c -o t3fv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_10.lo -MD -MP -MF .deps/t3fv_10.Tpo -c t3fv_10.c -fno-common -DPIC -o .libs/t3fv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_10.lo -MD -MP -MF .deps/t3fv_10.Tpo -c t3fv_10.c -o t3fv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_20.lo -MD -MP -MF .deps/t3fv_20.Tpo -c t3fv_20.c -fno-common -DPIC -o .libs/t3fv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_20.lo -MD -MP -MF .deps/t3fv_20.Tpo -c t3fv_20.c -o t3fv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_25.lo -MD -MP -MF .deps/t3fv_25.Tpo -c t3fv_25.c -fno-common -DPIC -o .libs/t3fv_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_25.lo -MD -MP -MF .deps/t3fv_25.Tpo -c t3fv_25.c -o t3fv_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_2.lo -MD -MP -MF .deps/t1buv_2.Tpo -c t1buv_2.c -fno-common -DPIC -o .libs/t1buv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_2.lo -MD -MP -MF .deps/t1buv_2.Tpo -c t1buv_2.c -o t1buv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_3.lo -MD -MP -MF .deps/t1buv_3.Tpo -c t1buv_3.c -fno-common -DPIC -o .libs/t1buv_3.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_3.lo -MD -MP -MF .deps/t1buv_3.Tpo -c t1buv_3.c -o t1buv_3.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_4.lo -MD -MP -MF .deps/t1buv_4.Tpo -c t1buv_4.c -fno-common -DPIC -o .libs/t1buv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_4.lo -MD -MP -MF .deps/t1buv_4.Tpo -c t1buv_4.c -o t1buv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_5.lo -MD -MP -MF .deps/t1buv_5.Tpo -c t1buv_5.c -fno-common -DPIC -o .libs/t1buv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_5.lo -MD -MP -MF .deps/t1buv_5.Tpo -c t1buv_5.c -o t1buv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_6.lo -MD -MP -MF .deps/t1buv_6.Tpo -c t1buv_6.c -fno-common -DPIC -o .libs/t1buv_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_6.lo -MD -MP -MF .deps/t1buv_6.Tpo -c t1buv_6.c -o t1buv_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_7.lo -MD -MP -MF .deps/t1buv_7.Tpo -c t1buv_7.c -fno-common -DPIC -o .libs/t1buv_7.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_7.lo -MD -MP -MF .deps/t1buv_7.Tpo -c t1buv_7.c -o t1buv_7.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_8.lo -MD -MP -MF .deps/t1buv_8.Tpo -c t1buv_8.c -fno-common -DPIC -o .libs/t1buv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_8.lo -MD -MP -MF .deps/t1buv_8.Tpo -c t1buv_8.c -o t1buv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_9.lo -MD -MP -MF .deps/t1buv_9.Tpo -c t1buv_9.c -fno-common -DPIC -o .libs/t1buv_9.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_9.lo -MD -MP -MF .deps/t1buv_9.Tpo -c t1buv_9.c -o t1buv_9.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_10.lo -MD -MP -MF .deps/t1buv_10.Tpo -c t1buv_10.c -fno-common -DPIC -o .libs/t1buv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_10.lo -MD -MP -MF .deps/t1buv_10.Tpo -c t1buv_10.c -o t1buv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_2.lo -MD -MP -MF .deps/t1bv_2.Tpo -c t1bv_2.c -fno-common -DPIC -o .libs/t1bv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_2.lo -MD -MP -MF .deps/t1bv_2.Tpo -c t1bv_2.c -o t1bv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_3.lo -MD -MP -MF .deps/t1bv_3.Tpo -c t1bv_3.c -fno-common -DPIC -o .libs/t1bv_3.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_3.lo -MD -MP -MF .deps/t1bv_3.Tpo -c t1bv_3.c -o t1bv_3.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_4.lo -MD -MP -MF .deps/t1bv_4.Tpo -c t1bv_4.c -fno-common -DPIC -o .libs/t1bv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_4.lo -MD -MP -MF .deps/t1bv_4.Tpo -c t1bv_4.c -o t1bv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_5.lo -MD -MP -MF .deps/t1bv_5.Tpo -c t1bv_5.c -fno-common -DPIC -o .libs/t1bv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_5.lo -MD -MP -MF .deps/t1bv_5.Tpo -c t1bv_5.c -o t1bv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_6.lo -MD -MP -MF .deps/t1bv_6.Tpo -c t1bv_6.c -fno-common -DPIC -o .libs/t1bv_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_6.lo -MD -MP -MF .deps/t1bv_6.Tpo -c t1bv_6.c -o t1bv_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_7.lo -MD -MP -MF .deps/t1bv_7.Tpo -c t1bv_7.c -fno-common -DPIC -o .libs/t1bv_7.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_7.lo -MD -MP -MF .deps/t1bv_7.Tpo -c t1bv_7.c -o t1bv_7.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_8.lo -MD -MP -MF .deps/t1bv_8.Tpo -c t1bv_8.c -fno-common -DPIC -o .libs/t1bv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_8.lo -MD -MP -MF .deps/t1bv_8.Tpo -c t1bv_8.c -o t1bv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_9.lo -MD -MP -MF .deps/t1bv_9.Tpo -c t1bv_9.c -fno-common -DPIC -o .libs/t1bv_9.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_9.lo -MD -MP -MF .deps/t1bv_9.Tpo -c t1bv_9.c -o t1bv_9.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_10.lo -MD -MP -MF .deps/t1bv_10.Tpo -c t1bv_10.c -fno-common -DPIC -o .libs/t1bv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_10.lo -MD -MP -MF .deps/t1bv_10.Tpo -c t1bv_10.c -o t1bv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_12.lo -MD -MP -MF .deps/t1bv_12.Tpo -c t1bv_12.c -fno-common -DPIC -o .libs/t1bv_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_12.lo -MD -MP -MF .deps/t1bv_12.Tpo -c t1bv_12.c -o t1bv_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_15.lo -MD -MP -MF .deps/t1bv_15.Tpo -c t1bv_15.c -fno-common -DPIC -o .libs/t1bv_15.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_15.lo -MD -MP -MF .deps/t1bv_15.Tpo -c t1bv_15.c -o t1bv_15.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_16.lo -MD -MP -MF .deps/t1bv_16.Tpo -c t1bv_16.c -fno-common -DPIC -o .libs/t1bv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_16.lo -MD -MP -MF .deps/t1bv_16.Tpo -c t1bv_16.c -o t1bv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_32.lo -MD -MP -MF .deps/t1bv_32.Tpo -c t1bv_32.c -fno-common -DPIC -o .libs/t1bv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_32.lo -MD -MP -MF .deps/t1bv_32.Tpo -c t1bv_32.c -o t1bv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_64.lo -MD -MP -MF .deps/t1bv_64.Tpo -c t1bv_64.c -fno-common -DPIC -o .libs/t1bv_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_64.lo -MD -MP -MF .deps/t1bv_64.Tpo -c t1bv_64.c -o t1bv_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_20.lo -MD -MP -MF .deps/t1bv_20.Tpo -c t1bv_20.c -fno-common -DPIC -o .libs/t1bv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_20.lo -MD -MP -MF .deps/t1bv_20.Tpo -c t1bv_20.c -o t1bv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_25.lo -MD -MP -MF .deps/t1bv_25.Tpo -c t1bv_25.c -fno-common -DPIC -o .libs/t1bv_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_25.lo -MD -MP -MF .deps/t1bv_25.Tpo -c t1bv_25.c -o t1bv_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_2.lo -MD -MP -MF .deps/t2bv_2.Tpo -c t2bv_2.c -fno-common -DPIC -o .libs/t2bv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_2.lo -MD -MP -MF .deps/t2bv_2.Tpo -c t2bv_2.c -o t2bv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_4.lo -MD -MP -MF .deps/t2bv_4.Tpo -c t2bv_4.c -fno-common -DPIC -o .libs/t2bv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_4.lo -MD -MP -MF .deps/t2bv_4.Tpo -c t2bv_4.c -o t2bv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_8.lo -MD -MP -MF .deps/t2bv_8.Tpo -c t2bv_8.c -fno-common -DPIC -o .libs/t2bv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_8.lo -MD -MP -MF .deps/t2bv_8.Tpo -c t2bv_8.c -o t2bv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_16.lo -MD -MP -MF .deps/t2bv_16.Tpo -c t2bv_16.c -fno-common -DPIC -o .libs/t2bv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_16.lo -MD -MP -MF .deps/t2bv_16.Tpo -c t2bv_16.c -o t2bv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_32.lo -MD -MP -MF .deps/t2bv_32.Tpo -c t2bv_32.c -fno-common -DPIC -o .libs/t2bv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_32.lo -MD -MP -MF .deps/t2bv_32.Tpo -c t2bv_32.c -o t2bv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_64.lo -MD -MP -MF .deps/t2bv_64.Tpo -c t2bv_64.c -fno-common -DPIC -o .libs/t2bv_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_64.lo -MD -MP -MF .deps/t2bv_64.Tpo -c t2bv_64.c -o t2bv_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_5.lo -MD -MP -MF .deps/t2bv_5.Tpo -c t2bv_5.c -fno-common -DPIC -o .libs/t2bv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_5.lo -MD -MP -MF .deps/t2bv_5.Tpo -c t2bv_5.c -o t2bv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_10.lo -MD -MP -MF .deps/t2bv_10.Tpo -c t2bv_10.c -fno-common -DPIC -o .libs/t2bv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_10.lo -MD -MP -MF .deps/t2bv_10.Tpo -c t2bv_10.c -o t2bv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_20.lo -MD -MP -MF .deps/t2bv_20.Tpo -c t2bv_20.c -fno-common -DPIC -o .libs/t2bv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_20.lo -MD -MP -MF .deps/t2bv_20.Tpo -c t2bv_20.c -o t2bv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_25.lo -MD -MP -MF .deps/t2bv_25.Tpo -c t2bv_25.c -fno-common -DPIC -o .libs/t2bv_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_25.lo -MD -MP -MF .deps/t2bv_25.Tpo -c t2bv_25.c -o t2bv_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_4.lo -MD -MP -MF .deps/t3bv_4.Tpo -c t3bv_4.c -fno-common -DPIC -o .libs/t3bv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_4.lo -MD -MP -MF .deps/t3bv_4.Tpo -c t3bv_4.c -o t3bv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_8.lo -MD -MP -MF .deps/t3bv_8.Tpo -c t3bv_8.c -fno-common -DPIC -o .libs/t3bv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_8.lo -MD -MP -MF .deps/t3bv_8.Tpo -c t3bv_8.c -o t3bv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_16.lo -MD -MP -MF .deps/t3bv_16.Tpo -c t3bv_16.c -fno-common -DPIC -o .libs/t3bv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_16.lo -MD -MP -MF .deps/t3bv_16.Tpo -c t3bv_16.c -o t3bv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_32.lo -MD -MP -MF .deps/t3bv_32.Tpo -c t3bv_32.c -fno-common -DPIC -o .libs/t3bv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_32.lo -MD -MP -MF .deps/t3bv_32.Tpo -c t3bv_32.c -o t3bv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_5.lo -MD -MP -MF .deps/t3bv_5.Tpo -c t3bv_5.c -fno-common -DPIC -o .libs/t3bv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_5.lo -MD -MP -MF .deps/t3bv_5.Tpo -c t3bv_5.c -o t3bv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_10.lo -MD -MP -MF .deps/t3bv_10.Tpo -c t3bv_10.c -fno-common -DPIC -o .libs/t3bv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_10.lo -MD -MP -MF .deps/t3bv_10.Tpo -c t3bv_10.c -o t3bv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_20.lo -MD -MP -MF .deps/t3bv_20.Tpo -c t3bv_20.c -fno-common -DPIC -o .libs/t3bv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_20.lo -MD -MP -MF .deps/t3bv_20.Tpo -c t3bv_20.c -o t3bv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_25.lo -MD -MP -MF .deps/t3bv_25.Tpo -c t3bv_25.c -fno-common -DPIC -o .libs/t3bv_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_25.lo -MD -MP -MF .deps/t3bv_25.Tpo -c t3bv_25.c -o t3bv_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1sv_2.lo -MD -MP -MF .deps/t1sv_2.Tpo -c t1sv_2.c -fno-common -DPIC -o .libs/t1sv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1sv_2.lo -MD -MP -MF .deps/t1sv_2.Tpo -c t1sv_2.c -o t1sv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1sv_4.lo -MD -MP -MF .deps/t1sv_4.Tpo -c t1sv_4.c -fno-common -DPIC -o .libs/t1sv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1sv_4.lo -MD -MP -MF .deps/t1sv_4.Tpo -c t1sv_4.c -o t1sv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1sv_8.lo -MD -MP -MF .deps/t1sv_8.Tpo -c t1sv_8.c -fno-common -DPIC -o .libs/t1sv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1sv_8.lo -MD -MP -MF .deps/t1sv_8.Tpo -c t1sv_8.c -o t1sv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1sv_16.lo -MD -MP -MF .deps/t1sv_16.Tpo -c t1sv_16.c -fno-common -DPIC -o .libs/t1sv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1sv_16.lo -MD -MP -MF .deps/t1sv_16.Tpo -c t1sv_16.c -o t1sv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1sv_32.lo -MD -MP -MF .deps/t1sv_32.Tpo -c t1sv_32.c -fno-common -DPIC -o .libs/t1sv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1sv_32.lo -MD -MP -MF .deps/t1sv_32.Tpo -c t1sv_32.c -o t1sv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2sv_4.lo -MD -MP -MF .deps/t2sv_4.Tpo -c t2sv_4.c -fno-common -DPIC -o .libs/t2sv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2sv_4.lo -MD -MP -MF .deps/t2sv_4.Tpo -c t2sv_4.c -o t2sv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2sv_8.lo -MD -MP -MF .deps/t2sv_8.Tpo -c t2sv_8.c -fno-common -DPIC -o .libs/t2sv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2sv_8.lo -MD -MP -MF .deps/t2sv_8.Tpo -c t2sv_8.c -o t2sv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2sv_16.lo -MD -MP -MF .deps/t2sv_16.Tpo -c t2sv_16.c -fno-common -DPIC -o .libs/t2sv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2sv_16.lo -MD -MP -MF .deps/t2sv_16.Tpo -c t2sv_16.c -o t2sv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2sv_32.lo -MD -MP -MF .deps/t2sv_32.Tpo -c t2sv_32.c -fno-common -DPIC -o .libs/t2sv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2sv_32.lo -MD -MP -MF .deps/t2sv_32.Tpo -c t2sv_32.c -o t2sv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1fv_2.lo -MD -MP -MF .deps/q1fv_2.Tpo -c q1fv_2.c -fno-common -DPIC -o .libs/q1fv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1fv_2.lo -MD -MP -MF .deps/q1fv_2.Tpo -c q1fv_2.c -o q1fv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1fv_4.lo -MD -MP -MF .deps/q1fv_4.Tpo -c q1fv_4.c -fno-common -DPIC -o .libs/q1fv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1fv_4.lo -MD -MP -MF .deps/q1fv_4.Tpo -c q1fv_4.c -o q1fv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1fv_5.lo -MD -MP -MF .deps/q1fv_5.Tpo -c q1fv_5.c -fno-common -DPIC -o .libs/q1fv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1fv_5.lo -MD -MP -MF .deps/q1fv_5.Tpo -c q1fv_5.c -o q1fv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1fv_8.lo -MD -MP -MF .deps/q1fv_8.Tpo -c q1fv_8.c -fno-common -DPIC -o .libs/q1fv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1fv_8.lo -MD -MP -MF .deps/q1fv_8.Tpo -c q1fv_8.c -o q1fv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1bv_2.lo -MD -MP -MF .deps/q1bv_2.Tpo -c q1bv_2.c -fno-common -DPIC -o .libs/q1bv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1bv_2.lo -MD -MP -MF .deps/q1bv_2.Tpo -c q1bv_2.c -o q1bv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1bv_4.lo -MD -MP -MF .deps/q1bv_4.Tpo -c q1bv_4.c -fno-common -DPIC -o .libs/q1bv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1bv_4.lo -MD -MP -MF .deps/q1bv_4.Tpo -c q1bv_4.c -o q1bv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1bv_5.lo -MD -MP -MF .deps/q1bv_5.Tpo -c q1bv_5.c -fno-common -DPIC -o .libs/q1bv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1bv_5.lo -MD -MP -MF .deps/q1bv_5.Tpo -c q1bv_5.c -o q1bv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1bv_8.lo -MD -MP -MF .deps/q1bv_8.Tpo -c q1bv_8.c -fno-common -DPIC -o .libs/q1bv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1bv_8.lo -MD -MP -MF .deps/q1bv_8.Tpo -c q1bv_8.c -o q1bv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c -fno-common -DPIC -o .libs/genus.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c -o genus.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -fno-common -DPIC -o .libs/codlist.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
libtool: link: ar cru .libs/libdft_sse2_codelets.a .libs/n1fv_2.o .libs/n1fv_3.o .libs/n1fv_4.o .libs/n1fv_5.o .libs/n1fv_6.o .libs/n1fv_7.o .libs/n1fv_8.o .libs/n1fv_9.o .libs/n1fv_10.o .libs/n1fv_11.o .libs/n1fv_12.o .libs/n1fv_13.o .libs/n1fv_14.o .libs/n1fv_15.o .libs/n1fv_16.o .libs/n1fv_32.o .libs/n1fv_64.o .libs/n1fv_128.o .libs/n1fv_20.o .libs/n1fv_25.o .libs/n1bv_2.o .libs/n1bv_3.o .libs/n1bv_4.o .libs/n1bv_5.o .libs/n1bv_6.o .libs/n1bv_7.o .libs/n1bv_8.o .libs/n1bv_9.o .libs/n1bv_10.o .libs/n1bv_11.o .libs/n1bv_12.o .libs/n1bv_13.o .libs/n1bv_14.o .libs/n1bv_15.o .libs/n1bv_16.o .libs/n1bv_32.o .libs/n1bv_64.o .libs/n1bv_128.o .libs/n1bv_20.o .libs/n1bv_25.o .libs/n2fv_2.o .libs/n2fv_4.o .libs/n2fv_6.o .libs/n2fv_8.o .libs/n2fv_10.o .libs/n2fv_12.o .libs/n2fv_14.o .libs/n2fv_16.o .libs/n2fv_32.o .libs/n2fv_64.o .libs/n2fv_20.o .libs/n2bv_2.o .libs/n2bv_4.o .libs/n2bv_6.o .libs/n2bv_8.o .libs/n2bv_10.o .libs/n2bv_12.o .libs/n2bv_14.o .libs/n2bv_16.o .libs/n2bv_32.o .libs/n2bv_64.o .libs/n2bv_20.o .libs/n2sv_4.o .libs/n2sv_8.o .libs/n2sv_16.o .libs/n2sv_32.o .libs/n2sv_64.o .libs/t1fuv_2.o .libs/t1fuv_3.o .libs/t1fuv_4.o .libs/t1fuv_5.o .libs/t1fuv_6.o .libs/t1fuv_7.o .libs/t1fuv_8.o .libs/t1fuv_9.o .libs/t1fuv_10.o .libs/t1fv_2.o .libs/t1fv_3.o .libs/t1fv_4.o .libs/t1fv_5.o .libs/t1fv_6.o .libs/t1fv_7.o .libs/t1fv_8.o .libs/t1fv_9.o .libs/t1fv_10.o .libs/t1fv_12.o .libs/t1fv_15.o .libs/t1fv_16.o .libs/t1fv_32.o .libs/t1fv_64.o .libs/t1fv_20.o .libs/t1fv_25.o .libs/t2fv_2.o .libs/t2fv_4.o .libs/t2fv_8.o .libs/t2fv_16.o .libs/t2fv_32.o .libs/t2fv_64.o .libs/t2fv_5.o .libs/t2fv_10.o .libs/t2fv_20.o .libs/t2fv_25.o .libs/t3fv_4.o .libs/t3fv_8.o .libs/t3fv_16.o .libs/t3fv_32.o .libs/t3fv_5.o .libs/t3fv_10.o .libs/t3fv_20.o .libs/t3fv_25.o .libs/t1buv_2.o .libs/t1buv_3.o .libs/t1buv_4.o .libs/t1buv_5.o .libs/t1buv_6.o .libs/t1buv_7.o .libs/t1buv_8.o .libs/t1buv_9.o .libs/t1buv_10.o .libs/t1bv_2.o .libs/t1bv_3.o .libs/t1bv_4.o .libs/t1bv_5.o .libs/t1bv_6.o .libs/t1bv_7.o .libs/t1bv_8.o .libs/t1bv_9.o .libs/t1bv_10.o .libs/t1bv_12.o .libs/t1bv_15.o .libs/t1bv_16.o .libs/t1bv_32.o .libs/t1bv_64.o .libs/t1bv_20.o .libs/t1bv_25.o .libs/t2bv_2.o .libs/t2bv_4.o .libs/t2bv_8.o .libs/t2bv_16.o .libs/t2bv_32.o .libs/t2bv_64.o .libs/t2bv_5.o .libs/t2bv_10.o .libs/t2bv_20.o .libs/t2bv_25.o .libs/t3bv_4.o .libs/t3bv_8.o .libs/t3bv_16.o .libs/t3bv_32.o .libs/t3bv_5.o .libs/t3bv_10.o .libs/t3bv_20.o .libs/t3bv_25.o .libs/t1sv_2.o .libs/t1sv_4.o .libs/t1sv_8.o .libs/t1sv_16.o .libs/t1sv_32.o .libs/t2sv_4.o .libs/t2sv_8.o .libs/t2sv_16.o .libs/t2sv_32.o .libs/q1fv_2.o .libs/q1fv_4.o .libs/q1fv_5.o .libs/q1fv_8.o .libs/q1bv_2.o .libs/q1bv_4.o .libs/q1bv_5.o .libs/q1bv_8.o .libs/genus.o .libs/codlist.o
libtool: link: ranlib .libs/libdft_sse2_codelets.a
libtool: link: ( cd ".libs" && rm -f "libdft_sse2_codelets.la" && ln -s "../libdft_sse2_codelets.la" "libdft_sse2_codelets.la" )
Making all in avx
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_2.lo -MD -MP -MF .deps/n1fv_2.Tpo -c n1fv_2.c -fno-common -DPIC -o .libs/n1fv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_2.lo -MD -MP -MF .deps/n1fv_2.Tpo -c n1fv_2.c -o n1fv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_3.lo -MD -MP -MF .deps/n1fv_3.Tpo -c n1fv_3.c -fno-common -DPIC -o .libs/n1fv_3.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_3.lo -MD -MP -MF .deps/n1fv_3.Tpo -c n1fv_3.c -o n1fv_3.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_4.lo -MD -MP -MF .deps/n1fv_4.Tpo -c n1fv_4.c -fno-common -DPIC -o .libs/n1fv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_4.lo -MD -MP -MF .deps/n1fv_4.Tpo -c n1fv_4.c -o n1fv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_5.lo -MD -MP -MF .deps/n1fv_5.Tpo -c n1fv_5.c -fno-common -DPIC -o .libs/n1fv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_5.lo -MD -MP -MF .deps/n1fv_5.Tpo -c n1fv_5.c -o n1fv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_6.lo -MD -MP -MF .deps/n1fv_6.Tpo -c n1fv_6.c -fno-common -DPIC -o .libs/n1fv_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_6.lo -MD -MP -MF .deps/n1fv_6.Tpo -c n1fv_6.c -o n1fv_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_7.lo -MD -MP -MF .deps/n1fv_7.Tpo -c n1fv_7.c -fno-common -DPIC -o .libs/n1fv_7.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_7.lo -MD -MP -MF .deps/n1fv_7.Tpo -c n1fv_7.c -o n1fv_7.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_8.lo -MD -MP -MF .deps/n1fv_8.Tpo -c n1fv_8.c -fno-common -DPIC -o .libs/n1fv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_8.lo -MD -MP -MF .deps/n1fv_8.Tpo -c n1fv_8.c -o n1fv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_9.lo -MD -MP -MF .deps/n1fv_9.Tpo -c n1fv_9.c -fno-common -DPIC -o .libs/n1fv_9.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_9.lo -MD -MP -MF .deps/n1fv_9.Tpo -c n1fv_9.c -o n1fv_9.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_10.lo -MD -MP -MF .deps/n1fv_10.Tpo -c n1fv_10.c -fno-common -DPIC -o .libs/n1fv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_10.lo -MD -MP -MF .deps/n1fv_10.Tpo -c n1fv_10.c -o n1fv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_11.lo -MD -MP -MF .deps/n1fv_11.Tpo -c n1fv_11.c -fno-common -DPIC -o .libs/n1fv_11.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_11.lo -MD -MP -MF .deps/n1fv_11.Tpo -c n1fv_11.c -o n1fv_11.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_12.lo -MD -MP -MF .deps/n1fv_12.Tpo -c n1fv_12.c -fno-common -DPIC -o .libs/n1fv_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_12.lo -MD -MP -MF .deps/n1fv_12.Tpo -c n1fv_12.c -o n1fv_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_13.lo -MD -MP -MF .deps/n1fv_13.Tpo -c n1fv_13.c -fno-common -DPIC -o .libs/n1fv_13.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_13.lo -MD -MP -MF .deps/n1fv_13.Tpo -c n1fv_13.c -o n1fv_13.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_14.lo -MD -MP -MF .deps/n1fv_14.Tpo -c n1fv_14.c -fno-common -DPIC -o .libs/n1fv_14.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_14.lo -MD -MP -MF .deps/n1fv_14.Tpo -c n1fv_14.c -o n1fv_14.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_15.lo -MD -MP -MF .deps/n1fv_15.Tpo -c n1fv_15.c -fno-common -DPIC -o .libs/n1fv_15.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_15.lo -MD -MP -MF .deps/n1fv_15.Tpo -c n1fv_15.c -o n1fv_15.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_16.lo -MD -MP -MF .deps/n1fv_16.Tpo -c n1fv_16.c -fno-common -DPIC -o .libs/n1fv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_16.lo -MD -MP -MF .deps/n1fv_16.Tpo -c n1fv_16.c -o n1fv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_32.lo -MD -MP -MF .deps/n1fv_32.Tpo -c n1fv_32.c -fno-common -DPIC -o .libs/n1fv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_32.lo -MD -MP -MF .deps/n1fv_32.Tpo -c n1fv_32.c -o n1fv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_64.lo -MD -MP -MF .deps/n1fv_64.Tpo -c n1fv_64.c -fno-common -DPIC -o .libs/n1fv_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_64.lo -MD -MP -MF .deps/n1fv_64.Tpo -c n1fv_64.c -o n1fv_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_128.lo -MD -MP -MF .deps/n1fv_128.Tpo -c n1fv_128.c -fno-common -DPIC -o .libs/n1fv_128.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_128.lo -MD -MP -MF .deps/n1fv_128.Tpo -c n1fv_128.c -o n1fv_128.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_20.lo -MD -MP -MF .deps/n1fv_20.Tpo -c n1fv_20.c -fno-common -DPIC -o .libs/n1fv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_20.lo -MD -MP -MF .deps/n1fv_20.Tpo -c n1fv_20.c -o n1fv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_25.lo -MD -MP -MF .deps/n1fv_25.Tpo -c n1fv_25.c -fno-common -DPIC -o .libs/n1fv_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1fv_25.lo -MD -MP -MF .deps/n1fv_25.Tpo -c n1fv_25.c -o n1fv_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_2.lo -MD -MP -MF .deps/n1bv_2.Tpo -c n1bv_2.c -fno-common -DPIC -o .libs/n1bv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_2.lo -MD -MP -MF .deps/n1bv_2.Tpo -c n1bv_2.c -o n1bv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_3.lo -MD -MP -MF .deps/n1bv_3.Tpo -c n1bv_3.c -fno-common -DPIC -o .libs/n1bv_3.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_3.lo -MD -MP -MF .deps/n1bv_3.Tpo -c n1bv_3.c -o n1bv_3.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_4.lo -MD -MP -MF .deps/n1bv_4.Tpo -c n1bv_4.c -fno-common -DPIC -o .libs/n1bv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_4.lo -MD -MP -MF .deps/n1bv_4.Tpo -c n1bv_4.c -o n1bv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_5.lo -MD -MP -MF .deps/n1bv_5.Tpo -c n1bv_5.c -fno-common -DPIC -o .libs/n1bv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_5.lo -MD -MP -MF .deps/n1bv_5.Tpo -c n1bv_5.c -o n1bv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_6.lo -MD -MP -MF .deps/n1bv_6.Tpo -c n1bv_6.c -fno-common -DPIC -o .libs/n1bv_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_6.lo -MD -MP -MF .deps/n1bv_6.Tpo -c n1bv_6.c -o n1bv_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_7.lo -MD -MP -MF .deps/n1bv_7.Tpo -c n1bv_7.c -fno-common -DPIC -o .libs/n1bv_7.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_7.lo -MD -MP -MF .deps/n1bv_7.Tpo -c n1bv_7.c -o n1bv_7.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_8.lo -MD -MP -MF .deps/n1bv_8.Tpo -c n1bv_8.c -fno-common -DPIC -o .libs/n1bv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_8.lo -MD -MP -MF .deps/n1bv_8.Tpo -c n1bv_8.c -o n1bv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_9.lo -MD -MP -MF .deps/n1bv_9.Tpo -c n1bv_9.c -fno-common -DPIC -o .libs/n1bv_9.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_9.lo -MD -MP -MF .deps/n1bv_9.Tpo -c n1bv_9.c -o n1bv_9.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_10.lo -MD -MP -MF .deps/n1bv_10.Tpo -c n1bv_10.c -fno-common -DPIC -o .libs/n1bv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_10.lo -MD -MP -MF .deps/n1bv_10.Tpo -c n1bv_10.c -o n1bv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_11.lo -MD -MP -MF .deps/n1bv_11.Tpo -c n1bv_11.c -fno-common -DPIC -o .libs/n1bv_11.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_11.lo -MD -MP -MF .deps/n1bv_11.Tpo -c n1bv_11.c -o n1bv_11.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_12.lo -MD -MP -MF .deps/n1bv_12.Tpo -c n1bv_12.c -fno-common -DPIC -o .libs/n1bv_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_12.lo -MD -MP -MF .deps/n1bv_12.Tpo -c n1bv_12.c -o n1bv_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_13.lo -MD -MP -MF .deps/n1bv_13.Tpo -c n1bv_13.c -fno-common -DPIC -o .libs/n1bv_13.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_13.lo -MD -MP -MF .deps/n1bv_13.Tpo -c n1bv_13.c -o n1bv_13.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_14.lo -MD -MP -MF .deps/n1bv_14.Tpo -c n1bv_14.c -fno-common -DPIC -o .libs/n1bv_14.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_14.lo -MD -MP -MF .deps/n1bv_14.Tpo -c n1bv_14.c -o n1bv_14.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_15.lo -MD -MP -MF .deps/n1bv_15.Tpo -c n1bv_15.c -fno-common -DPIC -o .libs/n1bv_15.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_15.lo -MD -MP -MF .deps/n1bv_15.Tpo -c n1bv_15.c -o n1bv_15.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_16.lo -MD -MP -MF .deps/n1bv_16.Tpo -c n1bv_16.c -fno-common -DPIC -o .libs/n1bv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_16.lo -MD -MP -MF .deps/n1bv_16.Tpo -c n1bv_16.c -o n1bv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_32.lo -MD -MP -MF .deps/n1bv_32.Tpo -c n1bv_32.c -fno-common -DPIC -o .libs/n1bv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_32.lo -MD -MP -MF .deps/n1bv_32.Tpo -c n1bv_32.c -o n1bv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_64.lo -MD -MP -MF .deps/n1bv_64.Tpo -c n1bv_64.c -fno-common -DPIC -o .libs/n1bv_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_64.lo -MD -MP -MF .deps/n1bv_64.Tpo -c n1bv_64.c -o n1bv_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_128.lo -MD -MP -MF .deps/n1bv_128.Tpo -c n1bv_128.c -fno-common -DPIC -o .libs/n1bv_128.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_128.lo -MD -MP -MF .deps/n1bv_128.Tpo -c n1bv_128.c -o n1bv_128.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_20.lo -MD -MP -MF .deps/n1bv_20.Tpo -c n1bv_20.c -fno-common -DPIC -o .libs/n1bv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_20.lo -MD -MP -MF .deps/n1bv_20.Tpo -c n1bv_20.c -o n1bv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_25.lo -MD -MP -MF .deps/n1bv_25.Tpo -c n1bv_25.c -fno-common -DPIC -o .libs/n1bv_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n1bv_25.lo -MD -MP -MF .deps/n1bv_25.Tpo -c n1bv_25.c -o n1bv_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_2.lo -MD -MP -MF .deps/n2fv_2.Tpo -c n2fv_2.c -fno-common -DPIC -o .libs/n2fv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_2.lo -MD -MP -MF .deps/n2fv_2.Tpo -c n2fv_2.c -o n2fv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_4.lo -MD -MP -MF .deps/n2fv_4.Tpo -c n2fv_4.c -fno-common -DPIC -o .libs/n2fv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_4.lo -MD -MP -MF .deps/n2fv_4.Tpo -c n2fv_4.c -o n2fv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_6.lo -MD -MP -MF .deps/n2fv_6.Tpo -c n2fv_6.c -fno-common -DPIC -o .libs/n2fv_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_6.lo -MD -MP -MF .deps/n2fv_6.Tpo -c n2fv_6.c -o n2fv_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_8.lo -MD -MP -MF .deps/n2fv_8.Tpo -c n2fv_8.c -fno-common -DPIC -o .libs/n2fv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_8.lo -MD -MP -MF .deps/n2fv_8.Tpo -c n2fv_8.c -o n2fv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_10.lo -MD -MP -MF .deps/n2fv_10.Tpo -c n2fv_10.c -fno-common -DPIC -o .libs/n2fv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_10.lo -MD -MP -MF .deps/n2fv_10.Tpo -c n2fv_10.c -o n2fv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_12.lo -MD -MP -MF .deps/n2fv_12.Tpo -c n2fv_12.c -fno-common -DPIC -o .libs/n2fv_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_12.lo -MD -MP -MF .deps/n2fv_12.Tpo -c n2fv_12.c -o n2fv_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_14.lo -MD -MP -MF .deps/n2fv_14.Tpo -c n2fv_14.c -fno-common -DPIC -o .libs/n2fv_14.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_14.lo -MD -MP -MF .deps/n2fv_14.Tpo -c n2fv_14.c -o n2fv_14.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_16.lo -MD -MP -MF .deps/n2fv_16.Tpo -c n2fv_16.c -fno-common -DPIC -o .libs/n2fv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_16.lo -MD -MP -MF .deps/n2fv_16.Tpo -c n2fv_16.c -o n2fv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_32.lo -MD -MP -MF .deps/n2fv_32.Tpo -c n2fv_32.c -fno-common -DPIC -o .libs/n2fv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_32.lo -MD -MP -MF .deps/n2fv_32.Tpo -c n2fv_32.c -o n2fv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_64.lo -MD -MP -MF .deps/n2fv_64.Tpo -c n2fv_64.c -fno-common -DPIC -o .libs/n2fv_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_64.lo -MD -MP -MF .deps/n2fv_64.Tpo -c n2fv_64.c -o n2fv_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_20.lo -MD -MP -MF .deps/n2fv_20.Tpo -c n2fv_20.c -fno-common -DPIC -o .libs/n2fv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2fv_20.lo -MD -MP -MF .deps/n2fv_20.Tpo -c n2fv_20.c -o n2fv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_2.lo -MD -MP -MF .deps/n2bv_2.Tpo -c n2bv_2.c -fno-common -DPIC -o .libs/n2bv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_2.lo -MD -MP -MF .deps/n2bv_2.Tpo -c n2bv_2.c -o n2bv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_4.lo -MD -MP -MF .deps/n2bv_4.Tpo -c n2bv_4.c -fno-common -DPIC -o .libs/n2bv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_4.lo -MD -MP -MF .deps/n2bv_4.Tpo -c n2bv_4.c -o n2bv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_6.lo -MD -MP -MF .deps/n2bv_6.Tpo -c n2bv_6.c -fno-common -DPIC -o .libs/n2bv_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_6.lo -MD -MP -MF .deps/n2bv_6.Tpo -c n2bv_6.c -o n2bv_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_8.lo -MD -MP -MF .deps/n2bv_8.Tpo -c n2bv_8.c -fno-common -DPIC -o .libs/n2bv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_8.lo -MD -MP -MF .deps/n2bv_8.Tpo -c n2bv_8.c -o n2bv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_10.lo -MD -MP -MF .deps/n2bv_10.Tpo -c n2bv_10.c -fno-common -DPIC -o .libs/n2bv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_10.lo -MD -MP -MF .deps/n2bv_10.Tpo -c n2bv_10.c -o n2bv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_12.lo -MD -MP -MF .deps/n2bv_12.Tpo -c n2bv_12.c -fno-common -DPIC -o .libs/n2bv_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_12.lo -MD -MP -MF .deps/n2bv_12.Tpo -c n2bv_12.c -o n2bv_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_14.lo -MD -MP -MF .deps/n2bv_14.Tpo -c n2bv_14.c -fno-common -DPIC -o .libs/n2bv_14.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_14.lo -MD -MP -MF .deps/n2bv_14.Tpo -c n2bv_14.c -o n2bv_14.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_16.lo -MD -MP -MF .deps/n2bv_16.Tpo -c n2bv_16.c -fno-common -DPIC -o .libs/n2bv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_16.lo -MD -MP -MF .deps/n2bv_16.Tpo -c n2bv_16.c -o n2bv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_32.lo -MD -MP -MF .deps/n2bv_32.Tpo -c n2bv_32.c -fno-common -DPIC -o .libs/n2bv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_32.lo -MD -MP -MF .deps/n2bv_32.Tpo -c n2bv_32.c -o n2bv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_64.lo -MD -MP -MF .deps/n2bv_64.Tpo -c n2bv_64.c -fno-common -DPIC -o .libs/n2bv_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_64.lo -MD -MP -MF .deps/n2bv_64.Tpo -c n2bv_64.c -o n2bv_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_20.lo -MD -MP -MF .deps/n2bv_20.Tpo -c n2bv_20.c -fno-common -DPIC -o .libs/n2bv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2bv_20.lo -MD -MP -MF .deps/n2bv_20.Tpo -c n2bv_20.c -o n2bv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2sv_4.lo -MD -MP -MF .deps/n2sv_4.Tpo -c n2sv_4.c -fno-common -DPIC -o .libs/n2sv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2sv_4.lo -MD -MP -MF .deps/n2sv_4.Tpo -c n2sv_4.c -o n2sv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2sv_8.lo -MD -MP -MF .deps/n2sv_8.Tpo -c n2sv_8.c -fno-common -DPIC -o .libs/n2sv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2sv_8.lo -MD -MP -MF .deps/n2sv_8.Tpo -c n2sv_8.c -o n2sv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2sv_16.lo -MD -MP -MF .deps/n2sv_16.Tpo -c n2sv_16.c -fno-common -DPIC -o .libs/n2sv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2sv_16.lo -MD -MP -MF .deps/n2sv_16.Tpo -c n2sv_16.c -o n2sv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2sv_32.lo -MD -MP -MF .deps/n2sv_32.Tpo -c n2sv_32.c -fno-common -DPIC -o .libs/n2sv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2sv_32.lo -MD -MP -MF .deps/n2sv_32.Tpo -c n2sv_32.c -o n2sv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2sv_64.lo -MD -MP -MF .deps/n2sv_64.Tpo -c n2sv_64.c -fno-common -DPIC -o .libs/n2sv_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT n2sv_64.lo -MD -MP -MF .deps/n2sv_64.Tpo -c n2sv_64.c -o n2sv_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_2.lo -MD -MP -MF .deps/t1fuv_2.Tpo -c t1fuv_2.c -fno-common -DPIC -o .libs/t1fuv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_2.lo -MD -MP -MF .deps/t1fuv_2.Tpo -c t1fuv_2.c -o t1fuv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_3.lo -MD -MP -MF .deps/t1fuv_3.Tpo -c t1fuv_3.c -fno-common -DPIC -o .libs/t1fuv_3.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_3.lo -MD -MP -MF .deps/t1fuv_3.Tpo -c t1fuv_3.c -o t1fuv_3.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_4.lo -MD -MP -MF .deps/t1fuv_4.Tpo -c t1fuv_4.c -fno-common -DPIC -o .libs/t1fuv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_4.lo -MD -MP -MF .deps/t1fuv_4.Tpo -c t1fuv_4.c -o t1fuv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_5.lo -MD -MP -MF .deps/t1fuv_5.Tpo -c t1fuv_5.c -fno-common -DPIC -o .libs/t1fuv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_5.lo -MD -MP -MF .deps/t1fuv_5.Tpo -c t1fuv_5.c -o t1fuv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_6.lo -MD -MP -MF .deps/t1fuv_6.Tpo -c t1fuv_6.c -fno-common -DPIC -o .libs/t1fuv_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_6.lo -MD -MP -MF .deps/t1fuv_6.Tpo -c t1fuv_6.c -o t1fuv_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_7.lo -MD -MP -MF .deps/t1fuv_7.Tpo -c t1fuv_7.c -fno-common -DPIC -o .libs/t1fuv_7.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_7.lo -MD -MP -MF .deps/t1fuv_7.Tpo -c t1fuv_7.c -o t1fuv_7.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_8.lo -MD -MP -MF .deps/t1fuv_8.Tpo -c t1fuv_8.c -fno-common -DPIC -o .libs/t1fuv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_8.lo -MD -MP -MF .deps/t1fuv_8.Tpo -c t1fuv_8.c -o t1fuv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_9.lo -MD -MP -MF .deps/t1fuv_9.Tpo -c t1fuv_9.c -fno-common -DPIC -o .libs/t1fuv_9.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_9.lo -MD -MP -MF .deps/t1fuv_9.Tpo -c t1fuv_9.c -o t1fuv_9.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_10.lo -MD -MP -MF .deps/t1fuv_10.Tpo -c t1fuv_10.c -fno-common -DPIC -o .libs/t1fuv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fuv_10.lo -MD -MP -MF .deps/t1fuv_10.Tpo -c t1fuv_10.c -o t1fuv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_2.lo -MD -MP -MF .deps/t1fv_2.Tpo -c t1fv_2.c -fno-common -DPIC -o .libs/t1fv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_2.lo -MD -MP -MF .deps/t1fv_2.Tpo -c t1fv_2.c -o t1fv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_3.lo -MD -MP -MF .deps/t1fv_3.Tpo -c t1fv_3.c -fno-common -DPIC -o .libs/t1fv_3.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_3.lo -MD -MP -MF .deps/t1fv_3.Tpo -c t1fv_3.c -o t1fv_3.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_4.lo -MD -MP -MF .deps/t1fv_4.Tpo -c t1fv_4.c -fno-common -DPIC -o .libs/t1fv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_4.lo -MD -MP -MF .deps/t1fv_4.Tpo -c t1fv_4.c -o t1fv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_5.lo -MD -MP -MF .deps/t1fv_5.Tpo -c t1fv_5.c -fno-common -DPIC -o .libs/t1fv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_5.lo -MD -MP -MF .deps/t1fv_5.Tpo -c t1fv_5.c -o t1fv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_6.lo -MD -MP -MF .deps/t1fv_6.Tpo -c t1fv_6.c -fno-common -DPIC -o .libs/t1fv_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_6.lo -MD -MP -MF .deps/t1fv_6.Tpo -c t1fv_6.c -o t1fv_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_7.lo -MD -MP -MF .deps/t1fv_7.Tpo -c t1fv_7.c -fno-common -DPIC -o .libs/t1fv_7.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_7.lo -MD -MP -MF .deps/t1fv_7.Tpo -c t1fv_7.c -o t1fv_7.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_8.lo -MD -MP -MF .deps/t1fv_8.Tpo -c t1fv_8.c -fno-common -DPIC -o .libs/t1fv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_8.lo -MD -MP -MF .deps/t1fv_8.Tpo -c t1fv_8.c -o t1fv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_9.lo -MD -MP -MF .deps/t1fv_9.Tpo -c t1fv_9.c -fno-common -DPIC -o .libs/t1fv_9.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_9.lo -MD -MP -MF .deps/t1fv_9.Tpo -c t1fv_9.c -o t1fv_9.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_10.lo -MD -MP -MF .deps/t1fv_10.Tpo -c t1fv_10.c -fno-common -DPIC -o .libs/t1fv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_10.lo -MD -MP -MF .deps/t1fv_10.Tpo -c t1fv_10.c -o t1fv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_12.lo -MD -MP -MF .deps/t1fv_12.Tpo -c t1fv_12.c -fno-common -DPIC -o .libs/t1fv_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_12.lo -MD -MP -MF .deps/t1fv_12.Tpo -c t1fv_12.c -o t1fv_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_15.lo -MD -MP -MF .deps/t1fv_15.Tpo -c t1fv_15.c -fno-common -DPIC -o .libs/t1fv_15.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_15.lo -MD -MP -MF .deps/t1fv_15.Tpo -c t1fv_15.c -o t1fv_15.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_16.lo -MD -MP -MF .deps/t1fv_16.Tpo -c t1fv_16.c -fno-common -DPIC -o .libs/t1fv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_16.lo -MD -MP -MF .deps/t1fv_16.Tpo -c t1fv_16.c -o t1fv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_32.lo -MD -MP -MF .deps/t1fv_32.Tpo -c t1fv_32.c -fno-common -DPIC -o .libs/t1fv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_32.lo -MD -MP -MF .deps/t1fv_32.Tpo -c t1fv_32.c -o t1fv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_64.lo -MD -MP -MF .deps/t1fv_64.Tpo -c t1fv_64.c -fno-common -DPIC -o .libs/t1fv_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_64.lo -MD -MP -MF .deps/t1fv_64.Tpo -c t1fv_64.c -o t1fv_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_20.lo -MD -MP -MF .deps/t1fv_20.Tpo -c t1fv_20.c -fno-common -DPIC -o .libs/t1fv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_20.lo -MD -MP -MF .deps/t1fv_20.Tpo -c t1fv_20.c -o t1fv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_25.lo -MD -MP -MF .deps/t1fv_25.Tpo -c t1fv_25.c -fno-common -DPIC -o .libs/t1fv_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1fv_25.lo -MD -MP -MF .deps/t1fv_25.Tpo -c t1fv_25.c -o t1fv_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_2.lo -MD -MP -MF .deps/t2fv_2.Tpo -c t2fv_2.c -fno-common -DPIC -o .libs/t2fv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_2.lo -MD -MP -MF .deps/t2fv_2.Tpo -c t2fv_2.c -o t2fv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_4.lo -MD -MP -MF .deps/t2fv_4.Tpo -c t2fv_4.c -fno-common -DPIC -o .libs/t2fv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_4.lo -MD -MP -MF .deps/t2fv_4.Tpo -c t2fv_4.c -o t2fv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_8.lo -MD -MP -MF .deps/t2fv_8.Tpo -c t2fv_8.c -fno-common -DPIC -o .libs/t2fv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_8.lo -MD -MP -MF .deps/t2fv_8.Tpo -c t2fv_8.c -o t2fv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_16.lo -MD -MP -MF .deps/t2fv_16.Tpo -c t2fv_16.c -fno-common -DPIC -o .libs/t2fv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_16.lo -MD -MP -MF .deps/t2fv_16.Tpo -c t2fv_16.c -o t2fv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_32.lo -MD -MP -MF .deps/t2fv_32.Tpo -c t2fv_32.c -fno-common -DPIC -o .libs/t2fv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_32.lo -MD -MP -MF .deps/t2fv_32.Tpo -c t2fv_32.c -o t2fv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_64.lo -MD -MP -MF .deps/t2fv_64.Tpo -c t2fv_64.c -fno-common -DPIC -o .libs/t2fv_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_64.lo -MD -MP -MF .deps/t2fv_64.Tpo -c t2fv_64.c -o t2fv_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_5.lo -MD -MP -MF .deps/t2fv_5.Tpo -c t2fv_5.c -fno-common -DPIC -o .libs/t2fv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_5.lo -MD -MP -MF .deps/t2fv_5.Tpo -c t2fv_5.c -o t2fv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_10.lo -MD -MP -MF .deps/t2fv_10.Tpo -c t2fv_10.c -fno-common -DPIC -o .libs/t2fv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_10.lo -MD -MP -MF .deps/t2fv_10.Tpo -c t2fv_10.c -o t2fv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_20.lo -MD -MP -MF .deps/t2fv_20.Tpo -c t2fv_20.c -fno-common -DPIC -o .libs/t2fv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_20.lo -MD -MP -MF .deps/t2fv_20.Tpo -c t2fv_20.c -o t2fv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_25.lo -MD -MP -MF .deps/t2fv_25.Tpo -c t2fv_25.c -fno-common -DPIC -o .libs/t2fv_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2fv_25.lo -MD -MP -MF .deps/t2fv_25.Tpo -c t2fv_25.c -o t2fv_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_4.lo -MD -MP -MF .deps/t3fv_4.Tpo -c t3fv_4.c -fno-common -DPIC -o .libs/t3fv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_4.lo -MD -MP -MF .deps/t3fv_4.Tpo -c t3fv_4.c -o t3fv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_8.lo -MD -MP -MF .deps/t3fv_8.Tpo -c t3fv_8.c -fno-common -DPIC -o .libs/t3fv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_8.lo -MD -MP -MF .deps/t3fv_8.Tpo -c t3fv_8.c -o t3fv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_16.lo -MD -MP -MF .deps/t3fv_16.Tpo -c t3fv_16.c -fno-common -DPIC -o .libs/t3fv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_16.lo -MD -MP -MF .deps/t3fv_16.Tpo -c t3fv_16.c -o t3fv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_32.lo -MD -MP -MF .deps/t3fv_32.Tpo -c t3fv_32.c -fno-common -DPIC -o .libs/t3fv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_32.lo -MD -MP -MF .deps/t3fv_32.Tpo -c t3fv_32.c -o t3fv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_5.lo -MD -MP -MF .deps/t3fv_5.Tpo -c t3fv_5.c -fno-common -DPIC -o .libs/t3fv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_5.lo -MD -MP -MF .deps/t3fv_5.Tpo -c t3fv_5.c -o t3fv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_10.lo -MD -MP -MF .deps/t3fv_10.Tpo -c t3fv_10.c -fno-common -DPIC -o .libs/t3fv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_10.lo -MD -MP -MF .deps/t3fv_10.Tpo -c t3fv_10.c -o t3fv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_20.lo -MD -MP -MF .deps/t3fv_20.Tpo -c t3fv_20.c -fno-common -DPIC -o .libs/t3fv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_20.lo -MD -MP -MF .deps/t3fv_20.Tpo -c t3fv_20.c -o t3fv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_25.lo -MD -MP -MF .deps/t3fv_25.Tpo -c t3fv_25.c -fno-common -DPIC -o .libs/t3fv_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3fv_25.lo -MD -MP -MF .deps/t3fv_25.Tpo -c t3fv_25.c -o t3fv_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_2.lo -MD -MP -MF .deps/t1buv_2.Tpo -c t1buv_2.c -fno-common -DPIC -o .libs/t1buv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_2.lo -MD -MP -MF .deps/t1buv_2.Tpo -c t1buv_2.c -o t1buv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_3.lo -MD -MP -MF .deps/t1buv_3.Tpo -c t1buv_3.c -fno-common -DPIC -o .libs/t1buv_3.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_3.lo -MD -MP -MF .deps/t1buv_3.Tpo -c t1buv_3.c -o t1buv_3.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_4.lo -MD -MP -MF .deps/t1buv_4.Tpo -c t1buv_4.c -fno-common -DPIC -o .libs/t1buv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_4.lo -MD -MP -MF .deps/t1buv_4.Tpo -c t1buv_4.c -o t1buv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_5.lo -MD -MP -MF .deps/t1buv_5.Tpo -c t1buv_5.c -fno-common -DPIC -o .libs/t1buv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_5.lo -MD -MP -MF .deps/t1buv_5.Tpo -c t1buv_5.c -o t1buv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_6.lo -MD -MP -MF .deps/t1buv_6.Tpo -c t1buv_6.c -fno-common -DPIC -o .libs/t1buv_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_6.lo -MD -MP -MF .deps/t1buv_6.Tpo -c t1buv_6.c -o t1buv_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_7.lo -MD -MP -MF .deps/t1buv_7.Tpo -c t1buv_7.c -fno-common -DPIC -o .libs/t1buv_7.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_7.lo -MD -MP -MF .deps/t1buv_7.Tpo -c t1buv_7.c -o t1buv_7.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_8.lo -MD -MP -MF .deps/t1buv_8.Tpo -c t1buv_8.c -fno-common -DPIC -o .libs/t1buv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_8.lo -MD -MP -MF .deps/t1buv_8.Tpo -c t1buv_8.c -o t1buv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_9.lo -MD -MP -MF .deps/t1buv_9.Tpo -c t1buv_9.c -fno-common -DPIC -o .libs/t1buv_9.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_9.lo -MD -MP -MF .deps/t1buv_9.Tpo -c t1buv_9.c -o t1buv_9.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_10.lo -MD -MP -MF .deps/t1buv_10.Tpo -c t1buv_10.c -fno-common -DPIC -o .libs/t1buv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1buv_10.lo -MD -MP -MF .deps/t1buv_10.Tpo -c t1buv_10.c -o t1buv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_2.lo -MD -MP -MF .deps/t1bv_2.Tpo -c t1bv_2.c -fno-common -DPIC -o .libs/t1bv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_2.lo -MD -MP -MF .deps/t1bv_2.Tpo -c t1bv_2.c -o t1bv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_3.lo -MD -MP -MF .deps/t1bv_3.Tpo -c t1bv_3.c -fno-common -DPIC -o .libs/t1bv_3.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_3.lo -MD -MP -MF .deps/t1bv_3.Tpo -c t1bv_3.c -o t1bv_3.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_4.lo -MD -MP -MF .deps/t1bv_4.Tpo -c t1bv_4.c -fno-common -DPIC -o .libs/t1bv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_4.lo -MD -MP -MF .deps/t1bv_4.Tpo -c t1bv_4.c -o t1bv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_5.lo -MD -MP -MF .deps/t1bv_5.Tpo -c t1bv_5.c -fno-common -DPIC -o .libs/t1bv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_5.lo -MD -MP -MF .deps/t1bv_5.Tpo -c t1bv_5.c -o t1bv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_6.lo -MD -MP -MF .deps/t1bv_6.Tpo -c t1bv_6.c -fno-common -DPIC -o .libs/t1bv_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_6.lo -MD -MP -MF .deps/t1bv_6.Tpo -c t1bv_6.c -o t1bv_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_7.lo -MD -MP -MF .deps/t1bv_7.Tpo -c t1bv_7.c -fno-common -DPIC -o .libs/t1bv_7.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_7.lo -MD -MP -MF .deps/t1bv_7.Tpo -c t1bv_7.c -o t1bv_7.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_8.lo -MD -MP -MF .deps/t1bv_8.Tpo -c t1bv_8.c -fno-common -DPIC -o .libs/t1bv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_8.lo -MD -MP -MF .deps/t1bv_8.Tpo -c t1bv_8.c -o t1bv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_9.lo -MD -MP -MF .deps/t1bv_9.Tpo -c t1bv_9.c -fno-common -DPIC -o .libs/t1bv_9.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_9.lo -MD -MP -MF .deps/t1bv_9.Tpo -c t1bv_9.c -o t1bv_9.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_10.lo -MD -MP -MF .deps/t1bv_10.Tpo -c t1bv_10.c -fno-common -DPIC -o .libs/t1bv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_10.lo -MD -MP -MF .deps/t1bv_10.Tpo -c t1bv_10.c -o t1bv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_12.lo -MD -MP -MF .deps/t1bv_12.Tpo -c t1bv_12.c -fno-common -DPIC -o .libs/t1bv_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_12.lo -MD -MP -MF .deps/t1bv_12.Tpo -c t1bv_12.c -o t1bv_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_15.lo -MD -MP -MF .deps/t1bv_15.Tpo -c t1bv_15.c -fno-common -DPIC -o .libs/t1bv_15.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_15.lo -MD -MP -MF .deps/t1bv_15.Tpo -c t1bv_15.c -o t1bv_15.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_16.lo -MD -MP -MF .deps/t1bv_16.Tpo -c t1bv_16.c -fno-common -DPIC -o .libs/t1bv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_16.lo -MD -MP -MF .deps/t1bv_16.Tpo -c t1bv_16.c -o t1bv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_32.lo -MD -MP -MF .deps/t1bv_32.Tpo -c t1bv_32.c -fno-common -DPIC -o .libs/t1bv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_32.lo -MD -MP -MF .deps/t1bv_32.Tpo -c t1bv_32.c -o t1bv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_64.lo -MD -MP -MF .deps/t1bv_64.Tpo -c t1bv_64.c -fno-common -DPIC -o .libs/t1bv_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_64.lo -MD -MP -MF .deps/t1bv_64.Tpo -c t1bv_64.c -o t1bv_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_20.lo -MD -MP -MF .deps/t1bv_20.Tpo -c t1bv_20.c -fno-common -DPIC -o .libs/t1bv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_20.lo -MD -MP -MF .deps/t1bv_20.Tpo -c t1bv_20.c -o t1bv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_25.lo -MD -MP -MF .deps/t1bv_25.Tpo -c t1bv_25.c -fno-common -DPIC -o .libs/t1bv_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1bv_25.lo -MD -MP -MF .deps/t1bv_25.Tpo -c t1bv_25.c -o t1bv_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_2.lo -MD -MP -MF .deps/t2bv_2.Tpo -c t2bv_2.c -fno-common -DPIC -o .libs/t2bv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_2.lo -MD -MP -MF .deps/t2bv_2.Tpo -c t2bv_2.c -o t2bv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_4.lo -MD -MP -MF .deps/t2bv_4.Tpo -c t2bv_4.c -fno-common -DPIC -o .libs/t2bv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_4.lo -MD -MP -MF .deps/t2bv_4.Tpo -c t2bv_4.c -o t2bv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_8.lo -MD -MP -MF .deps/t2bv_8.Tpo -c t2bv_8.c -fno-common -DPIC -o .libs/t2bv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_8.lo -MD -MP -MF .deps/t2bv_8.Tpo -c t2bv_8.c -o t2bv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_16.lo -MD -MP -MF .deps/t2bv_16.Tpo -c t2bv_16.c -fno-common -DPIC -o .libs/t2bv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_16.lo -MD -MP -MF .deps/t2bv_16.Tpo -c t2bv_16.c -o t2bv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_32.lo -MD -MP -MF .deps/t2bv_32.Tpo -c t2bv_32.c -fno-common -DPIC -o .libs/t2bv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_32.lo -MD -MP -MF .deps/t2bv_32.Tpo -c t2bv_32.c -o t2bv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_64.lo -MD -MP -MF .deps/t2bv_64.Tpo -c t2bv_64.c -fno-common -DPIC -o .libs/t2bv_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_64.lo -MD -MP -MF .deps/t2bv_64.Tpo -c t2bv_64.c -o t2bv_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_5.lo -MD -MP -MF .deps/t2bv_5.Tpo -c t2bv_5.c -fno-common -DPIC -o .libs/t2bv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_5.lo -MD -MP -MF .deps/t2bv_5.Tpo -c t2bv_5.c -o t2bv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_10.lo -MD -MP -MF .deps/t2bv_10.Tpo -c t2bv_10.c -fno-common -DPIC -o .libs/t2bv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_10.lo -MD -MP -MF .deps/t2bv_10.Tpo -c t2bv_10.c -o t2bv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_20.lo -MD -MP -MF .deps/t2bv_20.Tpo -c t2bv_20.c -fno-common -DPIC -o .libs/t2bv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_20.lo -MD -MP -MF .deps/t2bv_20.Tpo -c t2bv_20.c -o t2bv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_25.lo -MD -MP -MF .deps/t2bv_25.Tpo -c t2bv_25.c -fno-common -DPIC -o .libs/t2bv_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2bv_25.lo -MD -MP -MF .deps/t2bv_25.Tpo -c t2bv_25.c -o t2bv_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_4.lo -MD -MP -MF .deps/t3bv_4.Tpo -c t3bv_4.c -fno-common -DPIC -o .libs/t3bv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_4.lo -MD -MP -MF .deps/t3bv_4.Tpo -c t3bv_4.c -o t3bv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_8.lo -MD -MP -MF .deps/t3bv_8.Tpo -c t3bv_8.c -fno-common -DPIC -o .libs/t3bv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_8.lo -MD -MP -MF .deps/t3bv_8.Tpo -c t3bv_8.c -o t3bv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_16.lo -MD -MP -MF .deps/t3bv_16.Tpo -c t3bv_16.c -fno-common -DPIC -o .libs/t3bv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_16.lo -MD -MP -MF .deps/t3bv_16.Tpo -c t3bv_16.c -o t3bv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_32.lo -MD -MP -MF .deps/t3bv_32.Tpo -c t3bv_32.c -fno-common -DPIC -o .libs/t3bv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_32.lo -MD -MP -MF .deps/t3bv_32.Tpo -c t3bv_32.c -o t3bv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_5.lo -MD -MP -MF .deps/t3bv_5.Tpo -c t3bv_5.c -fno-common -DPIC -o .libs/t3bv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_5.lo -MD -MP -MF .deps/t3bv_5.Tpo -c t3bv_5.c -o t3bv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_10.lo -MD -MP -MF .deps/t3bv_10.Tpo -c t3bv_10.c -fno-common -DPIC -o .libs/t3bv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_10.lo -MD -MP -MF .deps/t3bv_10.Tpo -c t3bv_10.c -o t3bv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_20.lo -MD -MP -MF .deps/t3bv_20.Tpo -c t3bv_20.c -fno-common -DPIC -o .libs/t3bv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_20.lo -MD -MP -MF .deps/t3bv_20.Tpo -c t3bv_20.c -o t3bv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_25.lo -MD -MP -MF .deps/t3bv_25.Tpo -c t3bv_25.c -fno-common -DPIC -o .libs/t3bv_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t3bv_25.lo -MD -MP -MF .deps/t3bv_25.Tpo -c t3bv_25.c -o t3bv_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1sv_2.lo -MD -MP -MF .deps/t1sv_2.Tpo -c t1sv_2.c -fno-common -DPIC -o .libs/t1sv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1sv_2.lo -MD -MP -MF .deps/t1sv_2.Tpo -c t1sv_2.c -o t1sv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1sv_4.lo -MD -MP -MF .deps/t1sv_4.Tpo -c t1sv_4.c -fno-common -DPIC -o .libs/t1sv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1sv_4.lo -MD -MP -MF .deps/t1sv_4.Tpo -c t1sv_4.c -o t1sv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1sv_8.lo -MD -MP -MF .deps/t1sv_8.Tpo -c t1sv_8.c -fno-common -DPIC -o .libs/t1sv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1sv_8.lo -MD -MP -MF .deps/t1sv_8.Tpo -c t1sv_8.c -o t1sv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1sv_16.lo -MD -MP -MF .deps/t1sv_16.Tpo -c t1sv_16.c -fno-common -DPIC -o .libs/t1sv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1sv_16.lo -MD -MP -MF .deps/t1sv_16.Tpo -c t1sv_16.c -o t1sv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1sv_32.lo -MD -MP -MF .deps/t1sv_32.Tpo -c t1sv_32.c -fno-common -DPIC -o .libs/t1sv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t1sv_32.lo -MD -MP -MF .deps/t1sv_32.Tpo -c t1sv_32.c -o t1sv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2sv_4.lo -MD -MP -MF .deps/t2sv_4.Tpo -c t2sv_4.c -fno-common -DPIC -o .libs/t2sv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2sv_4.lo -MD -MP -MF .deps/t2sv_4.Tpo -c t2sv_4.c -o t2sv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2sv_8.lo -MD -MP -MF .deps/t2sv_8.Tpo -c t2sv_8.c -fno-common -DPIC -o .libs/t2sv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2sv_8.lo -MD -MP -MF .deps/t2sv_8.Tpo -c t2sv_8.c -o t2sv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2sv_16.lo -MD -MP -MF .deps/t2sv_16.Tpo -c t2sv_16.c -fno-common -DPIC -o .libs/t2sv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2sv_16.lo -MD -MP -MF .deps/t2sv_16.Tpo -c t2sv_16.c -o t2sv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2sv_32.lo -MD -MP -MF .deps/t2sv_32.Tpo -c t2sv_32.c -fno-common -DPIC -o .libs/t2sv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT t2sv_32.lo -MD -MP -MF .deps/t2sv_32.Tpo -c t2sv_32.c -o t2sv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1fv_2.lo -MD -MP -MF .deps/q1fv_2.Tpo -c q1fv_2.c -fno-common -DPIC -o .libs/q1fv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1fv_2.lo -MD -MP -MF .deps/q1fv_2.Tpo -c q1fv_2.c -o q1fv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1fv_4.lo -MD -MP -MF .deps/q1fv_4.Tpo -c q1fv_4.c -fno-common -DPIC -o .libs/q1fv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1fv_4.lo -MD -MP -MF .deps/q1fv_4.Tpo -c q1fv_4.c -o q1fv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1fv_5.lo -MD -MP -MF .deps/q1fv_5.Tpo -c q1fv_5.c -fno-common -DPIC -o .libs/q1fv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1fv_5.lo -MD -MP -MF .deps/q1fv_5.Tpo -c q1fv_5.c -o q1fv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1fv_8.lo -MD -MP -MF .deps/q1fv_8.Tpo -c q1fv_8.c -fno-common -DPIC -o .libs/q1fv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1fv_8.lo -MD -MP -MF .deps/q1fv_8.Tpo -c q1fv_8.c -o q1fv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1bv_2.lo -MD -MP -MF .deps/q1bv_2.Tpo -c q1bv_2.c -fno-common -DPIC -o .libs/q1bv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1bv_2.lo -MD -MP -MF .deps/q1bv_2.Tpo -c q1bv_2.c -o q1bv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1bv_4.lo -MD -MP -MF .deps/q1bv_4.Tpo -c q1bv_4.c -fno-common -DPIC -o .libs/q1bv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1bv_4.lo -MD -MP -MF .deps/q1bv_4.Tpo -c q1bv_4.c -o q1bv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1bv_5.lo -MD -MP -MF .deps/q1bv_5.Tpo -c q1bv_5.c -fno-common -DPIC -o .libs/q1bv_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1bv_5.lo -MD -MP -MF .deps/q1bv_5.Tpo -c q1bv_5.c -o q1bv_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1bv_8.lo -MD -MP -MF .deps/q1bv_8.Tpo -c q1bv_8.c -fno-common -DPIC -o .libs/q1bv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT q1bv_8.lo -MD -MP -MF .deps/q1bv_8.Tpo -c q1bv_8.c -o q1bv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c -fno-common -DPIC -o .libs/genus.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c -o genus.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -fno-common -DPIC -o .libs/codlist.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
libtool: link: ar cru .libs/libdft_avx_codelets.a .libs/n1fv_2.o .libs/n1fv_3.o .libs/n1fv_4.o .libs/n1fv_5.o .libs/n1fv_6.o .libs/n1fv_7.o .libs/n1fv_8.o .libs/n1fv_9.o .libs/n1fv_10.o .libs/n1fv_11.o .libs/n1fv_12.o .libs/n1fv_13.o .libs/n1fv_14.o .libs/n1fv_15.o .libs/n1fv_16.o .libs/n1fv_32.o .libs/n1fv_64.o .libs/n1fv_128.o .libs/n1fv_20.o .libs/n1fv_25.o .libs/n1bv_2.o .libs/n1bv_3.o .libs/n1bv_4.o .libs/n1bv_5.o .libs/n1bv_6.o .libs/n1bv_7.o .libs/n1bv_8.o .libs/n1bv_9.o .libs/n1bv_10.o .libs/n1bv_11.o .libs/n1bv_12.o .libs/n1bv_13.o .libs/n1bv_14.o .libs/n1bv_15.o .libs/n1bv_16.o .libs/n1bv_32.o .libs/n1bv_64.o .libs/n1bv_128.o .libs/n1bv_20.o .libs/n1bv_25.o .libs/n2fv_2.o .libs/n2fv_4.o .libs/n2fv_6.o .libs/n2fv_8.o .libs/n2fv_10.o .libs/n2fv_12.o .libs/n2fv_14.o .libs/n2fv_16.o .libs/n2fv_32.o .libs/n2fv_64.o .libs/n2fv_20.o .libs/n2bv_2.o .libs/n2bv_4.o .libs/n2bv_6.o .libs/n2bv_8.o .libs/n2bv_10.o .libs/n2bv_12.o .libs/n2bv_14.o .libs/n2bv_16.o .libs/n2bv_32.o .libs/n2bv_64.o .libs/n2bv_20.o .libs/n2sv_4.o .libs/n2sv_8.o .libs/n2sv_16.o .libs/n2sv_32.o .libs/n2sv_64.o .libs/t1fuv_2.o .libs/t1fuv_3.o .libs/t1fuv_4.o .libs/t1fuv_5.o .libs/t1fuv_6.o .libs/t1fuv_7.o .libs/t1fuv_8.o .libs/t1fuv_9.o .libs/t1fuv_10.o .libs/t1fv_2.o .libs/t1fv_3.o .libs/t1fv_4.o .libs/t1fv_5.o .libs/t1fv_6.o .libs/t1fv_7.o .libs/t1fv_8.o .libs/t1fv_9.o .libs/t1fv_10.o .libs/t1fv_12.o .libs/t1fv_15.o .libs/t1fv_16.o .libs/t1fv_32.o .libs/t1fv_64.o .libs/t1fv_20.o .libs/t1fv_25.o .libs/t2fv_2.o .libs/t2fv_4.o .libs/t2fv_8.o .libs/t2fv_16.o .libs/t2fv_32.o .libs/t2fv_64.o .libs/t2fv_5.o .libs/t2fv_10.o .libs/t2fv_20.o .libs/t2fv_25.o .libs/t3fv_4.o .libs/t3fv_8.o .libs/t3fv_16.o .libs/t3fv_32.o .libs/t3fv_5.o .libs/t3fv_10.o .libs/t3fv_20.o .libs/t3fv_25.o .libs/t1buv_2.o .libs/t1buv_3.o .libs/t1buv_4.o .libs/t1buv_5.o .libs/t1buv_6.o .libs/t1buv_7.o .libs/t1buv_8.o .libs/t1buv_9.o .libs/t1buv_10.o .libs/t1bv_2.o .libs/t1bv_3.o .libs/t1bv_4.o .libs/t1bv_5.o .libs/t1bv_6.o .libs/t1bv_7.o .libs/t1bv_8.o .libs/t1bv_9.o .libs/t1bv_10.o .libs/t1bv_12.o .libs/t1bv_15.o .libs/t1bv_16.o .libs/t1bv_32.o .libs/t1bv_64.o .libs/t1bv_20.o .libs/t1bv_25.o .libs/t2bv_2.o .libs/t2bv_4.o .libs/t2bv_8.o .libs/t2bv_16.o .libs/t2bv_32.o .libs/t2bv_64.o .libs/t2bv_5.o .libs/t2bv_10.o .libs/t2bv_20.o .libs/t2bv_25.o .libs/t3bv_4.o .libs/t3bv_8.o .libs/t3bv_16.o .libs/t3bv_32.o .libs/t3bv_5.o .libs/t3bv_10.o .libs/t3bv_20.o .libs/t3bv_25.o .libs/t1sv_2.o .libs/t1sv_4.o .libs/t1sv_8.o .libs/t1sv_16.o .libs/t1sv_32.o .libs/t2sv_4.o .libs/t2sv_8.o .libs/t2sv_16.o .libs/t2sv_32.o .libs/q1fv_2.o .libs/q1fv_4.o .libs/q1fv_5.o .libs/q1fv_8.o .libs/q1bv_2.o .libs/q1bv_4.o .libs/q1bv_5.o .libs/q1bv_8.o .libs/genus.o .libs/codlist.o
libtool: link: ranlib .libs/libdft_avx_codelets.a
libtool: link: ( cd ".libs" && rm -f "libdft_avx_codelets.la" && ln -s "../libdft_avx_codelets.la" "libdft_avx_codelets.la" )
Making all in altivec
Making all in neon
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT bluestein.lo -MD -MP -MF .deps/bluestein.Tpo -c bluestein.c -fno-common -DPIC -o .libs/bluestein.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT bluestein.lo -MD -MP -MF .deps/bluestein.Tpo -c bluestein.c -o bluestein.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -fno-common -DPIC -o .libs/buffered.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -o buffered.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -fno-common -DPIC -o .libs/conf.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -o conf.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c -fno-common -DPIC -o .libs/ct.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c -o ct.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dftw-direct.lo -MD -MP -MF .deps/dftw-direct.Tpo -c dftw-direct.c -fno-common -DPIC -o .libs/dftw-direct.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dftw-direct.lo -MD -MP -MF .deps/dftw-direct.Tpo -c dftw-direct.c -o dftw-direct.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dftw-directsq.lo -MD -MP -MF .deps/dftw-directsq.Tpo -c dftw-directsq.c -fno-common -DPIC -o .libs/dftw-directsq.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dftw-directsq.lo -MD -MP -MF .deps/dftw-directsq.Tpo -c dftw-directsq.c -o dftw-directsq.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dftw-generic.lo -MD -MP -MF .deps/dftw-generic.Tpo -c dftw-generic.c -fno-common -DPIC -o .libs/dftw-generic.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dftw-generic.lo -MD -MP -MF .deps/dftw-generic.Tpo -c dftw-generic.c -o dftw-generic.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dftw-genericbuf.lo -MD -MP -MF .deps/dftw-genericbuf.Tpo -c dftw-genericbuf.c -fno-common -DPIC -o .libs/dftw-genericbuf.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dftw-genericbuf.lo -MD -MP -MF .deps/dftw-genericbuf.Tpo -c dftw-genericbuf.c -o dftw-genericbuf.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT direct.lo -MD -MP -MF .deps/direct.Tpo -c direct.c -fno-common -DPIC -o .libs/direct.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT direct.lo -MD -MP -MF .deps/direct.Tpo -c direct.c -o direct.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c -fno-common -DPIC -o .libs/generic.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c -o generic.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c -fno-common -DPIC -o .libs/indirect.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c -o indirect.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT indirect-transpose.lo -MD -MP -MF .deps/indirect-transpose.Tpo -c indirect-transpose.c -fno-common -DPIC -o .libs/indirect-transpose.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT indirect-transpose.lo -MD -MP -MF .deps/indirect-transpose.Tpo -c indirect-transpose.c -o indirect-transpose.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kdft-dif.lo -MD -MP -MF .deps/kdft-dif.Tpo -c kdft-dif.c -fno-common -DPIC -o .libs/kdft-dif.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kdft-dif.lo -MD -MP -MF .deps/kdft-dif.Tpo -c kdft-dif.c -o kdft-dif.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kdft-difsq.lo -MD -MP -MF .deps/kdft-difsq.Tpo -c kdft-difsq.c -fno-common -DPIC -o .libs/kdft-difsq.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kdft-difsq.lo -MD -MP -MF .deps/kdft-difsq.Tpo -c kdft-difsq.c -o kdft-difsq.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kdft-dit.lo -MD -MP -MF .deps/kdft-dit.Tpo -c kdft-dit.c -fno-common -DPIC -o .libs/kdft-dit.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kdft-dit.lo -MD -MP -MF .deps/kdft-dit.Tpo -c kdft-dit.c -o kdft-dit.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kdft.lo -MD -MP -MF .deps/kdft.Tpo -c kdft.c -fno-common -DPIC -o .libs/kdft.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kdft.lo -MD -MP -MF .deps/kdft.Tpo -c kdft.c -o kdft.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c -fno-common -DPIC -o .libs/nop.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c -o nop.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -fno-common -DPIC -o .libs/plan.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -o plan.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -fno-common -DPIC -o .libs/problem.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -o problem.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c -fno-common -DPIC -o .libs/rader.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c -o rader.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c -fno-common -DPIC -o .libs/rank-geq2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c -o rank-geq2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c -fno-common -DPIC -o .libs/solve.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c -o solve.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c -fno-common -DPIC -o .libs/vrank-geq1.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c -o vrank-geq1.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT zero.lo -MD -MP -MF .deps/zero.Tpo -c zero.c -fno-common -DPIC -o .libs/zero.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT zero.lo -MD -MP -MF .deps/zero.Tpo -c zero.c -o zero.o >/dev/null 2>&1
libtool: link: ar cru .libs/libdft.a .libs/bluestein.o .libs/buffered.o .libs/conf.o .libs/ct.o .libs/dftw-direct.o .libs/dftw-directsq.o .libs/dftw-generic.o .libs/dftw-genericbuf.o .libs/direct.o .libs/generic.o .libs/indirect.o .libs/indirect-transpose.o .libs/kdft-dif.o .libs/kdft-difsq.o .libs/kdft-dit.o .libs/kdft.o .libs/nop.o .libs/plan.o .libs/problem.o .libs/rader.o .libs/rank-geq2.o .libs/solve.o .libs/vrank-geq1.o .libs/zero.o
libtool: link: ranlib .libs/libdft.a
libtool: link: ( cd ".libs" && rm -f "libdft.la" && ln -s "../libdft.la" "libdft.la" )
Making all in rdft
Making all in scalar
Making all in r2cf
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_2.lo -MD -MP -MF .deps/r2cf_2.Tpo -c r2cf_2.c -fno-common -DPIC -o .libs/r2cf_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_2.lo -MD -MP -MF .deps/r2cf_2.Tpo -c r2cf_2.c -o r2cf_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_3.lo -MD -MP -MF .deps/r2cf_3.Tpo -c r2cf_3.c -fno-common -DPIC -o .libs/r2cf_3.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_3.lo -MD -MP -MF .deps/r2cf_3.Tpo -c r2cf_3.c -o r2cf_3.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_4.lo -MD -MP -MF .deps/r2cf_4.Tpo -c r2cf_4.c -fno-common -DPIC -o .libs/r2cf_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_4.lo -MD -MP -MF .deps/r2cf_4.Tpo -c r2cf_4.c -o r2cf_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_5.lo -MD -MP -MF .deps/r2cf_5.Tpo -c r2cf_5.c -fno-common -DPIC -o .libs/r2cf_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_5.lo -MD -MP -MF .deps/r2cf_5.Tpo -c r2cf_5.c -o r2cf_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_6.lo -MD -MP -MF .deps/r2cf_6.Tpo -c r2cf_6.c -fno-common -DPIC -o .libs/r2cf_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_6.lo -MD -MP -MF .deps/r2cf_6.Tpo -c r2cf_6.c -o r2cf_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_7.lo -MD -MP -MF .deps/r2cf_7.Tpo -c r2cf_7.c -fno-common -DPIC -o .libs/r2cf_7.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_7.lo -MD -MP -MF .deps/r2cf_7.Tpo -c r2cf_7.c -o r2cf_7.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_8.lo -MD -MP -MF .deps/r2cf_8.Tpo -c r2cf_8.c -fno-common -DPIC -o .libs/r2cf_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_8.lo -MD -MP -MF .deps/r2cf_8.Tpo -c r2cf_8.c -o r2cf_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_9.lo -MD -MP -MF .deps/r2cf_9.Tpo -c r2cf_9.c -fno-common -DPIC -o .libs/r2cf_9.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_9.lo -MD -MP -MF .deps/r2cf_9.Tpo -c r2cf_9.c -o r2cf_9.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_10.lo -MD -MP -MF .deps/r2cf_10.Tpo -c r2cf_10.c -fno-common -DPIC -o .libs/r2cf_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_10.lo -MD -MP -MF .deps/r2cf_10.Tpo -c r2cf_10.c -o r2cf_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_11.lo -MD -MP -MF .deps/r2cf_11.Tpo -c r2cf_11.c -fno-common -DPIC -o .libs/r2cf_11.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_11.lo -MD -MP -MF .deps/r2cf_11.Tpo -c r2cf_11.c -o r2cf_11.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_12.lo -MD -MP -MF .deps/r2cf_12.Tpo -c r2cf_12.c -fno-common -DPIC -o .libs/r2cf_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_12.lo -MD -MP -MF .deps/r2cf_12.Tpo -c r2cf_12.c -o r2cf_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_13.lo -MD -MP -MF .deps/r2cf_13.Tpo -c r2cf_13.c -fno-common -DPIC -o .libs/r2cf_13.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_13.lo -MD -MP -MF .deps/r2cf_13.Tpo -c r2cf_13.c -o r2cf_13.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_14.lo -MD -MP -MF .deps/r2cf_14.Tpo -c r2cf_14.c -fno-common -DPIC -o .libs/r2cf_14.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_14.lo -MD -MP -MF .deps/r2cf_14.Tpo -c r2cf_14.c -o r2cf_14.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_15.lo -MD -MP -MF .deps/r2cf_15.Tpo -c r2cf_15.c -fno-common -DPIC -o .libs/r2cf_15.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_15.lo -MD -MP -MF .deps/r2cf_15.Tpo -c r2cf_15.c -o r2cf_15.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_16.lo -MD -MP -MF .deps/r2cf_16.Tpo -c r2cf_16.c -fno-common -DPIC -o .libs/r2cf_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_16.lo -MD -MP -MF .deps/r2cf_16.Tpo -c r2cf_16.c -o r2cf_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_32.lo -MD -MP -MF .deps/r2cf_32.Tpo -c r2cf_32.c -fno-common -DPIC -o .libs/r2cf_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_32.lo -MD -MP -MF .deps/r2cf_32.Tpo -c r2cf_32.c -o r2cf_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_64.lo -MD -MP -MF .deps/r2cf_64.Tpo -c r2cf_64.c -fno-common -DPIC -o .libs/r2cf_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_64.lo -MD -MP -MF .deps/r2cf_64.Tpo -c r2cf_64.c -o r2cf_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_128.lo -MD -MP -MF .deps/r2cf_128.Tpo -c r2cf_128.c -fno-common -DPIC -o .libs/r2cf_128.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_128.lo -MD -MP -MF .deps/r2cf_128.Tpo -c r2cf_128.c -o r2cf_128.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_20.lo -MD -MP -MF .deps/r2cf_20.Tpo -c r2cf_20.c -fno-common -DPIC -o .libs/r2cf_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_20.lo -MD -MP -MF .deps/r2cf_20.Tpo -c r2cf_20.c -o r2cf_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_25.lo -MD -MP -MF .deps/r2cf_25.Tpo -c r2cf_25.c -fno-common -DPIC -o .libs/r2cf_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cf_25.lo -MD -MP -MF .deps/r2cf_25.Tpo -c r2cf_25.c -o r2cf_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_2.lo -MD -MP -MF .deps/hf_2.Tpo -c hf_2.c -fno-common -DPIC -o .libs/hf_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_2.lo -MD -MP -MF .deps/hf_2.Tpo -c hf_2.c -o hf_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_3.lo -MD -MP -MF .deps/hf_3.Tpo -c hf_3.c -fno-common -DPIC -o .libs/hf_3.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_3.lo -MD -MP -MF .deps/hf_3.Tpo -c hf_3.c -o hf_3.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_4.lo -MD -MP -MF .deps/hf_4.Tpo -c hf_4.c -fno-common -DPIC -o .libs/hf_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_4.lo -MD -MP -MF .deps/hf_4.Tpo -c hf_4.c -o hf_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_5.lo -MD -MP -MF .deps/hf_5.Tpo -c hf_5.c -fno-common -DPIC -o .libs/hf_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_5.lo -MD -MP -MF .deps/hf_5.Tpo -c hf_5.c -o hf_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_6.lo -MD -MP -MF .deps/hf_6.Tpo -c hf_6.c -fno-common -DPIC -o .libs/hf_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_6.lo -MD -MP -MF .deps/hf_6.Tpo -c hf_6.c -o hf_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_7.lo -MD -MP -MF .deps/hf_7.Tpo -c hf_7.c -fno-common -DPIC -o .libs/hf_7.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_7.lo -MD -MP -MF .deps/hf_7.Tpo -c hf_7.c -o hf_7.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_8.lo -MD -MP -MF .deps/hf_8.Tpo -c hf_8.c -fno-common -DPIC -o .libs/hf_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_8.lo -MD -MP -MF .deps/hf_8.Tpo -c hf_8.c -o hf_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_9.lo -MD -MP -MF .deps/hf_9.Tpo -c hf_9.c -fno-common -DPIC -o .libs/hf_9.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_9.lo -MD -MP -MF .deps/hf_9.Tpo -c hf_9.c -o hf_9.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_10.lo -MD -MP -MF .deps/hf_10.Tpo -c hf_10.c -fno-common -DPIC -o .libs/hf_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_10.lo -MD -MP -MF .deps/hf_10.Tpo -c hf_10.c -o hf_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_12.lo -MD -MP -MF .deps/hf_12.Tpo -c hf_12.c -fno-common -DPIC -o .libs/hf_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_12.lo -MD -MP -MF .deps/hf_12.Tpo -c hf_12.c -o hf_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_15.lo -MD -MP -MF .deps/hf_15.Tpo -c hf_15.c -fno-common -DPIC -o .libs/hf_15.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_15.lo -MD -MP -MF .deps/hf_15.Tpo -c hf_15.c -o hf_15.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_16.lo -MD -MP -MF .deps/hf_16.Tpo -c hf_16.c -fno-common -DPIC -o .libs/hf_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_16.lo -MD -MP -MF .deps/hf_16.Tpo -c hf_16.c -o hf_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_32.lo -MD -MP -MF .deps/hf_32.Tpo -c hf_32.c -fno-common -DPIC -o .libs/hf_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_32.lo -MD -MP -MF .deps/hf_32.Tpo -c hf_32.c -o hf_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_64.lo -MD -MP -MF .deps/hf_64.Tpo -c hf_64.c -fno-common -DPIC -o .libs/hf_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_64.lo -MD -MP -MF .deps/hf_64.Tpo -c hf_64.c -o hf_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_20.lo -MD -MP -MF .deps/hf_20.Tpo -c hf_20.c -fno-common -DPIC -o .libs/hf_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_20.lo -MD -MP -MF .deps/hf_20.Tpo -c hf_20.c -o hf_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_25.lo -MD -MP -MF .deps/hf_25.Tpo -c hf_25.c -fno-common -DPIC -o .libs/hf_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf_25.lo -MD -MP -MF .deps/hf_25.Tpo -c hf_25.c -o hf_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_4.lo -MD -MP -MF .deps/hf2_4.Tpo -c hf2_4.c -fno-common -DPIC -o .libs/hf2_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_4.lo -MD -MP -MF .deps/hf2_4.Tpo -c hf2_4.c -o hf2_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_8.lo -MD -MP -MF .deps/hf2_8.Tpo -c hf2_8.c -fno-common -DPIC -o .libs/hf2_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_8.lo -MD -MP -MF .deps/hf2_8.Tpo -c hf2_8.c -o hf2_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_16.lo -MD -MP -MF .deps/hf2_16.Tpo -c hf2_16.c -fno-common -DPIC -o .libs/hf2_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_16.lo -MD -MP -MF .deps/hf2_16.Tpo -c hf2_16.c -o hf2_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_32.lo -MD -MP -MF .deps/hf2_32.Tpo -c hf2_32.c -fno-common -DPIC -o .libs/hf2_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_32.lo -MD -MP -MF .deps/hf2_32.Tpo -c hf2_32.c -o hf2_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_5.lo -MD -MP -MF .deps/hf2_5.Tpo -c hf2_5.c -fno-common -DPIC -o .libs/hf2_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_5.lo -MD -MP -MF .deps/hf2_5.Tpo -c hf2_5.c -o hf2_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_20.lo -MD -MP -MF .deps/hf2_20.Tpo -c hf2_20.c -fno-common -DPIC -o .libs/hf2_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_20.lo -MD -MP -MF .deps/hf2_20.Tpo -c hf2_20.c -o hf2_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_25.lo -MD -MP -MF .deps/hf2_25.Tpo -c hf2_25.c -fno-common -DPIC -o .libs/hf2_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hf2_25.lo -MD -MP -MF .deps/hf2_25.Tpo -c hf2_25.c -o hf2_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_2.lo -MD -MP -MF .deps/r2cfII_2.Tpo -c r2cfII_2.c -fno-common -DPIC -o .libs/r2cfII_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_2.lo -MD -MP -MF .deps/r2cfII_2.Tpo -c r2cfII_2.c -o r2cfII_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_3.lo -MD -MP -MF .deps/r2cfII_3.Tpo -c r2cfII_3.c -fno-common -DPIC -o .libs/r2cfII_3.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_3.lo -MD -MP -MF .deps/r2cfII_3.Tpo -c r2cfII_3.c -o r2cfII_3.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_4.lo -MD -MP -MF .deps/r2cfII_4.Tpo -c r2cfII_4.c -fno-common -DPIC -o .libs/r2cfII_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_4.lo -MD -MP -MF .deps/r2cfII_4.Tpo -c r2cfII_4.c -o r2cfII_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_5.lo -MD -MP -MF .deps/r2cfII_5.Tpo -c r2cfII_5.c -fno-common -DPIC -o .libs/r2cfII_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_5.lo -MD -MP -MF .deps/r2cfII_5.Tpo -c r2cfII_5.c -o r2cfII_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_6.lo -MD -MP -MF .deps/r2cfII_6.Tpo -c r2cfII_6.c -fno-common -DPIC -o .libs/r2cfII_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_6.lo -MD -MP -MF .deps/r2cfII_6.Tpo -c r2cfII_6.c -o r2cfII_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_7.lo -MD -MP -MF .deps/r2cfII_7.Tpo -c r2cfII_7.c -fno-common -DPIC -o .libs/r2cfII_7.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_7.lo -MD -MP -MF .deps/r2cfII_7.Tpo -c r2cfII_7.c -o r2cfII_7.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_8.lo -MD -MP -MF .deps/r2cfII_8.Tpo -c r2cfII_8.c -fno-common -DPIC -o .libs/r2cfII_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_8.lo -MD -MP -MF .deps/r2cfII_8.Tpo -c r2cfII_8.c -o r2cfII_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_9.lo -MD -MP -MF .deps/r2cfII_9.Tpo -c r2cfII_9.c -fno-common -DPIC -o .libs/r2cfII_9.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_9.lo -MD -MP -MF .deps/r2cfII_9.Tpo -c r2cfII_9.c -o r2cfII_9.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_10.lo -MD -MP -MF .deps/r2cfII_10.Tpo -c r2cfII_10.c -fno-common -DPIC -o .libs/r2cfII_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_10.lo -MD -MP -MF .deps/r2cfII_10.Tpo -c r2cfII_10.c -o r2cfII_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_12.lo -MD -MP -MF .deps/r2cfII_12.Tpo -c r2cfII_12.c -fno-common -DPIC -o .libs/r2cfII_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_12.lo -MD -MP -MF .deps/r2cfII_12.Tpo -c r2cfII_12.c -o r2cfII_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_15.lo -MD -MP -MF .deps/r2cfII_15.Tpo -c r2cfII_15.c -fno-common -DPIC -o .libs/r2cfII_15.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_15.lo -MD -MP -MF .deps/r2cfII_15.Tpo -c r2cfII_15.c -o r2cfII_15.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_16.lo -MD -MP -MF .deps/r2cfII_16.Tpo -c r2cfII_16.c -fno-common -DPIC -o .libs/r2cfII_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_16.lo -MD -MP -MF .deps/r2cfII_16.Tpo -c r2cfII_16.c -o r2cfII_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_32.lo -MD -MP -MF .deps/r2cfII_32.Tpo -c r2cfII_32.c -fno-common -DPIC -o .libs/r2cfII_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_32.lo -MD -MP -MF .deps/r2cfII_32.Tpo -c r2cfII_32.c -o r2cfII_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_64.lo -MD -MP -MF .deps/r2cfII_64.Tpo -c r2cfII_64.c -fno-common -DPIC -o .libs/r2cfII_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_64.lo -MD -MP -MF .deps/r2cfII_64.Tpo -c r2cfII_64.c -o r2cfII_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_20.lo -MD -MP -MF .deps/r2cfII_20.Tpo -c r2cfII_20.c -fno-common -DPIC -o .libs/r2cfII_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_20.lo -MD -MP -MF .deps/r2cfII_20.Tpo -c r2cfII_20.c -o r2cfII_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_25.lo -MD -MP -MF .deps/r2cfII_25.Tpo -c r2cfII_25.c -fno-common -DPIC -o .libs/r2cfII_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cfII_25.lo -MD -MP -MF .deps/r2cfII_25.Tpo -c r2cfII_25.c -o r2cfII_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_2.lo -MD -MP -MF .deps/hc2cf_2.Tpo -c hc2cf_2.c -fno-common -DPIC -o .libs/hc2cf_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_2.lo -MD -MP -MF .deps/hc2cf_2.Tpo -c hc2cf_2.c -o hc2cf_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_4.lo -MD -MP -MF .deps/hc2cf_4.Tpo -c hc2cf_4.c -fno-common -DPIC -o .libs/hc2cf_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_4.lo -MD -MP -MF .deps/hc2cf_4.Tpo -c hc2cf_4.c -o hc2cf_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_6.lo -MD -MP -MF .deps/hc2cf_6.Tpo -c hc2cf_6.c -fno-common -DPIC -o .libs/hc2cf_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_6.lo -MD -MP -MF .deps/hc2cf_6.Tpo -c hc2cf_6.c -o hc2cf_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_8.lo -MD -MP -MF .deps/hc2cf_8.Tpo -c hc2cf_8.c -fno-common -DPIC -o .libs/hc2cf_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_8.lo -MD -MP -MF .deps/hc2cf_8.Tpo -c hc2cf_8.c -o hc2cf_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_10.lo -MD -MP -MF .deps/hc2cf_10.Tpo -c hc2cf_10.c -fno-common -DPIC -o .libs/hc2cf_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_10.lo -MD -MP -MF .deps/hc2cf_10.Tpo -c hc2cf_10.c -o hc2cf_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_12.lo -MD -MP -MF .deps/hc2cf_12.Tpo -c hc2cf_12.c -fno-common -DPIC -o .libs/hc2cf_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_12.lo -MD -MP -MF .deps/hc2cf_12.Tpo -c hc2cf_12.c -o hc2cf_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_16.lo -MD -MP -MF .deps/hc2cf_16.Tpo -c hc2cf_16.c -fno-common -DPIC -o .libs/hc2cf_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_16.lo -MD -MP -MF .deps/hc2cf_16.Tpo -c hc2cf_16.c -o hc2cf_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_32.lo -MD -MP -MF .deps/hc2cf_32.Tpo -c hc2cf_32.c -fno-common -DPIC -o .libs/hc2cf_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_32.lo -MD -MP -MF .deps/hc2cf_32.Tpo -c hc2cf_32.c -o hc2cf_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_20.lo -MD -MP -MF .deps/hc2cf_20.Tpo -c hc2cf_20.c -fno-common -DPIC -o .libs/hc2cf_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf_20.lo -MD -MP -MF .deps/hc2cf_20.Tpo -c hc2cf_20.c -o hc2cf_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf2_4.lo -MD -MP -MF .deps/hc2cf2_4.Tpo -c hc2cf2_4.c -fno-common -DPIC -o .libs/hc2cf2_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf2_4.lo -MD -MP -MF .deps/hc2cf2_4.Tpo -c hc2cf2_4.c -o hc2cf2_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf2_8.lo -MD -MP -MF .deps/hc2cf2_8.Tpo -c hc2cf2_8.c -fno-common -DPIC -o .libs/hc2cf2_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf2_8.lo -MD -MP -MF .deps/hc2cf2_8.Tpo -c hc2cf2_8.c -o hc2cf2_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf2_16.lo -MD -MP -MF .deps/hc2cf2_16.Tpo -c hc2cf2_16.c -fno-common -DPIC -o .libs/hc2cf2_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf2_16.lo -MD -MP -MF .deps/hc2cf2_16.Tpo -c hc2cf2_16.c -o hc2cf2_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf2_32.lo -MD -MP -MF .deps/hc2cf2_32.Tpo -c hc2cf2_32.c -fno-common -DPIC -o .libs/hc2cf2_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf2_32.lo -MD -MP -MF .deps/hc2cf2_32.Tpo -c hc2cf2_32.c -o hc2cf2_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf2_20.lo -MD -MP -MF .deps/hc2cf2_20.Tpo -c hc2cf2_20.c -fno-common -DPIC -o .libs/hc2cf2_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cf2_20.lo -MD -MP -MF .deps/hc2cf2_20.Tpo -c hc2cf2_20.c -o hc2cf2_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_2.lo -MD -MP -MF .deps/hc2cfdft_2.Tpo -c hc2cfdft_2.c -fno-common -DPIC -o .libs/hc2cfdft_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_2.lo -MD -MP -MF .deps/hc2cfdft_2.Tpo -c hc2cfdft_2.c -o hc2cfdft_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_4.lo -MD -MP -MF .deps/hc2cfdft_4.Tpo -c hc2cfdft_4.c -fno-common -DPIC -o .libs/hc2cfdft_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_4.lo -MD -MP -MF .deps/hc2cfdft_4.Tpo -c hc2cfdft_4.c -o hc2cfdft_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_6.lo -MD -MP -MF .deps/hc2cfdft_6.Tpo -c hc2cfdft_6.c -fno-common -DPIC -o .libs/hc2cfdft_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_6.lo -MD -MP -MF .deps/hc2cfdft_6.Tpo -c hc2cfdft_6.c -o hc2cfdft_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_8.lo -MD -MP -MF .deps/hc2cfdft_8.Tpo -c hc2cfdft_8.c -fno-common -DPIC -o .libs/hc2cfdft_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_8.lo -MD -MP -MF .deps/hc2cfdft_8.Tpo -c hc2cfdft_8.c -o hc2cfdft_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_10.lo -MD -MP -MF .deps/hc2cfdft_10.Tpo -c hc2cfdft_10.c -fno-common -DPIC -o .libs/hc2cfdft_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_10.lo -MD -MP -MF .deps/hc2cfdft_10.Tpo -c hc2cfdft_10.c -o hc2cfdft_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_12.lo -MD -MP -MF .deps/hc2cfdft_12.Tpo -c hc2cfdft_12.c -fno-common -DPIC -o .libs/hc2cfdft_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_12.lo -MD -MP -MF .deps/hc2cfdft_12.Tpo -c hc2cfdft_12.c -o hc2cfdft_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_16.lo -MD -MP -MF .deps/hc2cfdft_16.Tpo -c hc2cfdft_16.c -fno-common -DPIC -o .libs/hc2cfdft_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_16.lo -MD -MP -MF .deps/hc2cfdft_16.Tpo -c hc2cfdft_16.c -o hc2cfdft_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_32.lo -MD -MP -MF .deps/hc2cfdft_32.Tpo -c hc2cfdft_32.c -fno-common -DPIC -o .libs/hc2cfdft_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_32.lo -MD -MP -MF .deps/hc2cfdft_32.Tpo -c hc2cfdft_32.c -o hc2cfdft_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_20.lo -MD -MP -MF .deps/hc2cfdft_20.Tpo -c hc2cfdft_20.c -fno-common -DPIC -o .libs/hc2cfdft_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft_20.lo -MD -MP -MF .deps/hc2cfdft_20.Tpo -c hc2cfdft_20.c -o hc2cfdft_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft2_4.lo -MD -MP -MF .deps/hc2cfdft2_4.Tpo -c hc2cfdft2_4.c -fno-common -DPIC -o .libs/hc2cfdft2_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft2_4.lo -MD -MP -MF .deps/hc2cfdft2_4.Tpo -c hc2cfdft2_4.c -o hc2cfdft2_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft2_8.lo -MD -MP -MF .deps/hc2cfdft2_8.Tpo -c hc2cfdft2_8.c -fno-common -DPIC -o .libs/hc2cfdft2_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft2_8.lo -MD -MP -MF .deps/hc2cfdft2_8.Tpo -c hc2cfdft2_8.c -o hc2cfdft2_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft2_16.lo -MD -MP -MF .deps/hc2cfdft2_16.Tpo -c hc2cfdft2_16.c -fno-common -DPIC -o .libs/hc2cfdft2_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft2_16.lo -MD -MP -MF .deps/hc2cfdft2_16.Tpo -c hc2cfdft2_16.c -o hc2cfdft2_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft2_32.lo -MD -MP -MF .deps/hc2cfdft2_32.Tpo -c hc2cfdft2_32.c -fno-common -DPIC -o .libs/hc2cfdft2_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft2_32.lo -MD -MP -MF .deps/hc2cfdft2_32.Tpo -c hc2cfdft2_32.c -o hc2cfdft2_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft2_20.lo -MD -MP -MF .deps/hc2cfdft2_20.Tpo -c hc2cfdft2_20.c -fno-common -DPIC -o .libs/hc2cfdft2_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdft2_20.lo -MD -MP -MF .deps/hc2cfdft2_20.Tpo -c hc2cfdft2_20.c -o hc2cfdft2_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -fno-common -DPIC -o .libs/codlist.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
libtool: link: ar cru .libs/librdft_scalar_r2cf.a .libs/r2cf_2.o .libs/r2cf_3.o .libs/r2cf_4.o .libs/r2cf_5.o .libs/r2cf_6.o .libs/r2cf_7.o .libs/r2cf_8.o .libs/r2cf_9.o .libs/r2cf_10.o .libs/r2cf_11.o .libs/r2cf_12.o .libs/r2cf_13.o .libs/r2cf_14.o .libs/r2cf_15.o .libs/r2cf_16.o .libs/r2cf_32.o .libs/r2cf_64.o .libs/r2cf_128.o .libs/r2cf_20.o .libs/r2cf_25.o .libs/hf_2.o .libs/hf_3.o .libs/hf_4.o .libs/hf_5.o .libs/hf_6.o .libs/hf_7.o .libs/hf_8.o .libs/hf_9.o .libs/hf_10.o .libs/hf_12.o .libs/hf_15.o .libs/hf_16.o .libs/hf_32.o .libs/hf_64.o .libs/hf_20.o .libs/hf_25.o .libs/hf2_4.o .libs/hf2_8.o .libs/hf2_16.o .libs/hf2_32.o .libs/hf2_5.o .libs/hf2_20.o .libs/hf2_25.o .libs/r2cfII_2.o .libs/r2cfII_3.o .libs/r2cfII_4.o .libs/r2cfII_5.o .libs/r2cfII_6.o .libs/r2cfII_7.o .libs/r2cfII_8.o .libs/r2cfII_9.o .libs/r2cfII_10.o .libs/r2cfII_12.o .libs/r2cfII_15.o .libs/r2cfII_16.o .libs/r2cfII_32.o .libs/r2cfII_64.o .libs/r2cfII_20.o .libs/r2cfII_25.o .libs/hc2cf_2.o .libs/hc2cf_4.o .libs/hc2cf_6.o .libs/hc2cf_8.o .libs/hc2cf_10.o .libs/hc2cf_12.o .libs/hc2cf_16.o .libs/hc2cf_32.o .libs/hc2cf_20.o .libs/hc2cf2_4.o .libs/hc2cf2_8.o .libs/hc2cf2_16.o .libs/hc2cf2_32.o .libs/hc2cf2_20.o .libs/hc2cfdft_2.o .libs/hc2cfdft_4.o .libs/hc2cfdft_6.o .libs/hc2cfdft_8.o .libs/hc2cfdft_10.o .libs/hc2cfdft_12.o .libs/hc2cfdft_16.o .libs/hc2cfdft_32.o .libs/hc2cfdft_20.o .libs/hc2cfdft2_4.o .libs/hc2cfdft2_8.o .libs/hc2cfdft2_16.o .libs/hc2cfdft2_32.o .libs/hc2cfdft2_20.o .libs/codlist.o
libtool: link: ranlib .libs/librdft_scalar_r2cf.a
libtool: link: ( cd ".libs" && rm -f "librdft_scalar_r2cf.la" && ln -s "../librdft_scalar_r2cf.la" "librdft_scalar_r2cf.la" )
Making all in r2cb
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_2.lo -MD -MP -MF .deps/r2cb_2.Tpo -c r2cb_2.c -fno-common -DPIC -o .libs/r2cb_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_2.lo -MD -MP -MF .deps/r2cb_2.Tpo -c r2cb_2.c -o r2cb_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_3.lo -MD -MP -MF .deps/r2cb_3.Tpo -c r2cb_3.c -fno-common -DPIC -o .libs/r2cb_3.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_3.lo -MD -MP -MF .deps/r2cb_3.Tpo -c r2cb_3.c -o r2cb_3.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_4.lo -MD -MP -MF .deps/r2cb_4.Tpo -c r2cb_4.c -fno-common -DPIC -o .libs/r2cb_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_4.lo -MD -MP -MF .deps/r2cb_4.Tpo -c r2cb_4.c -o r2cb_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_5.lo -MD -MP -MF .deps/r2cb_5.Tpo -c r2cb_5.c -fno-common -DPIC -o .libs/r2cb_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_5.lo -MD -MP -MF .deps/r2cb_5.Tpo -c r2cb_5.c -o r2cb_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_6.lo -MD -MP -MF .deps/r2cb_6.Tpo -c r2cb_6.c -fno-common -DPIC -o .libs/r2cb_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_6.lo -MD -MP -MF .deps/r2cb_6.Tpo -c r2cb_6.c -o r2cb_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_7.lo -MD -MP -MF .deps/r2cb_7.Tpo -c r2cb_7.c -fno-common -DPIC -o .libs/r2cb_7.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_7.lo -MD -MP -MF .deps/r2cb_7.Tpo -c r2cb_7.c -o r2cb_7.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_8.lo -MD -MP -MF .deps/r2cb_8.Tpo -c r2cb_8.c -fno-common -DPIC -o .libs/r2cb_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_8.lo -MD -MP -MF .deps/r2cb_8.Tpo -c r2cb_8.c -o r2cb_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_9.lo -MD -MP -MF .deps/r2cb_9.Tpo -c r2cb_9.c -fno-common -DPIC -o .libs/r2cb_9.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_9.lo -MD -MP -MF .deps/r2cb_9.Tpo -c r2cb_9.c -o r2cb_9.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_10.lo -MD -MP -MF .deps/r2cb_10.Tpo -c r2cb_10.c -fno-common -DPIC -o .libs/r2cb_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_10.lo -MD -MP -MF .deps/r2cb_10.Tpo -c r2cb_10.c -o r2cb_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_11.lo -MD -MP -MF .deps/r2cb_11.Tpo -c r2cb_11.c -fno-common -DPIC -o .libs/r2cb_11.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_11.lo -MD -MP -MF .deps/r2cb_11.Tpo -c r2cb_11.c -o r2cb_11.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_12.lo -MD -MP -MF .deps/r2cb_12.Tpo -c r2cb_12.c -fno-common -DPIC -o .libs/r2cb_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_12.lo -MD -MP -MF .deps/r2cb_12.Tpo -c r2cb_12.c -o r2cb_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_13.lo -MD -MP -MF .deps/r2cb_13.Tpo -c r2cb_13.c -fno-common -DPIC -o .libs/r2cb_13.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_13.lo -MD -MP -MF .deps/r2cb_13.Tpo -c r2cb_13.c -o r2cb_13.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_14.lo -MD -MP -MF .deps/r2cb_14.Tpo -c r2cb_14.c -fno-common -DPIC -o .libs/r2cb_14.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_14.lo -MD -MP -MF .deps/r2cb_14.Tpo -c r2cb_14.c -o r2cb_14.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_15.lo -MD -MP -MF .deps/r2cb_15.Tpo -c r2cb_15.c -fno-common -DPIC -o .libs/r2cb_15.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_15.lo -MD -MP -MF .deps/r2cb_15.Tpo -c r2cb_15.c -o r2cb_15.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_16.lo -MD -MP -MF .deps/r2cb_16.Tpo -c r2cb_16.c -fno-common -DPIC -o .libs/r2cb_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_16.lo -MD -MP -MF .deps/r2cb_16.Tpo -c r2cb_16.c -o r2cb_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_32.lo -MD -MP -MF .deps/r2cb_32.Tpo -c r2cb_32.c -fno-common -DPIC -o .libs/r2cb_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_32.lo -MD -MP -MF .deps/r2cb_32.Tpo -c r2cb_32.c -o r2cb_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_64.lo -MD -MP -MF .deps/r2cb_64.Tpo -c r2cb_64.c -fno-common -DPIC -o .libs/r2cb_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_64.lo -MD -MP -MF .deps/r2cb_64.Tpo -c r2cb_64.c -o r2cb_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_128.lo -MD -MP -MF .deps/r2cb_128.Tpo -c r2cb_128.c -fno-common -DPIC -o .libs/r2cb_128.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_128.lo -MD -MP -MF .deps/r2cb_128.Tpo -c r2cb_128.c -o r2cb_128.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_20.lo -MD -MP -MF .deps/r2cb_20.Tpo -c r2cb_20.c -fno-common -DPIC -o .libs/r2cb_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_20.lo -MD -MP -MF .deps/r2cb_20.Tpo -c r2cb_20.c -o r2cb_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_25.lo -MD -MP -MF .deps/r2cb_25.Tpo -c r2cb_25.c -fno-common -DPIC -o .libs/r2cb_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cb_25.lo -MD -MP -MF .deps/r2cb_25.Tpo -c r2cb_25.c -o r2cb_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_2.lo -MD -MP -MF .deps/hb_2.Tpo -c hb_2.c -fno-common -DPIC -o .libs/hb_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_2.lo -MD -MP -MF .deps/hb_2.Tpo -c hb_2.c -o hb_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_3.lo -MD -MP -MF .deps/hb_3.Tpo -c hb_3.c -fno-common -DPIC -o .libs/hb_3.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_3.lo -MD -MP -MF .deps/hb_3.Tpo -c hb_3.c -o hb_3.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_4.lo -MD -MP -MF .deps/hb_4.Tpo -c hb_4.c -fno-common -DPIC -o .libs/hb_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_4.lo -MD -MP -MF .deps/hb_4.Tpo -c hb_4.c -o hb_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_5.lo -MD -MP -MF .deps/hb_5.Tpo -c hb_5.c -fno-common -DPIC -o .libs/hb_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_5.lo -MD -MP -MF .deps/hb_5.Tpo -c hb_5.c -o hb_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_6.lo -MD -MP -MF .deps/hb_6.Tpo -c hb_6.c -fno-common -DPIC -o .libs/hb_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_6.lo -MD -MP -MF .deps/hb_6.Tpo -c hb_6.c -o hb_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_7.lo -MD -MP -MF .deps/hb_7.Tpo -c hb_7.c -fno-common -DPIC -o .libs/hb_7.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_7.lo -MD -MP -MF .deps/hb_7.Tpo -c hb_7.c -o hb_7.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_8.lo -MD -MP -MF .deps/hb_8.Tpo -c hb_8.c -fno-common -DPIC -o .libs/hb_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_8.lo -MD -MP -MF .deps/hb_8.Tpo -c hb_8.c -o hb_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_9.lo -MD -MP -MF .deps/hb_9.Tpo -c hb_9.c -fno-common -DPIC -o .libs/hb_9.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_9.lo -MD -MP -MF .deps/hb_9.Tpo -c hb_9.c -o hb_9.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_10.lo -MD -MP -MF .deps/hb_10.Tpo -c hb_10.c -fno-common -DPIC -o .libs/hb_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_10.lo -MD -MP -MF .deps/hb_10.Tpo -c hb_10.c -o hb_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_12.lo -MD -MP -MF .deps/hb_12.Tpo -c hb_12.c -fno-common -DPIC -o .libs/hb_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_12.lo -MD -MP -MF .deps/hb_12.Tpo -c hb_12.c -o hb_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_15.lo -MD -MP -MF .deps/hb_15.Tpo -c hb_15.c -fno-common -DPIC -o .libs/hb_15.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_15.lo -MD -MP -MF .deps/hb_15.Tpo -c hb_15.c -o hb_15.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_16.lo -MD -MP -MF .deps/hb_16.Tpo -c hb_16.c -fno-common -DPIC -o .libs/hb_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_16.lo -MD -MP -MF .deps/hb_16.Tpo -c hb_16.c -o hb_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_32.lo -MD -MP -MF .deps/hb_32.Tpo -c hb_32.c -fno-common -DPIC -o .libs/hb_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_32.lo -MD -MP -MF .deps/hb_32.Tpo -c hb_32.c -o hb_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_64.lo -MD -MP -MF .deps/hb_64.Tpo -c hb_64.c -fno-common -DPIC -o .libs/hb_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_64.lo -MD -MP -MF .deps/hb_64.Tpo -c hb_64.c -o hb_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_20.lo -MD -MP -MF .deps/hb_20.Tpo -c hb_20.c -fno-common -DPIC -o .libs/hb_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_20.lo -MD -MP -MF .deps/hb_20.Tpo -c hb_20.c -o hb_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_25.lo -MD -MP -MF .deps/hb_25.Tpo -c hb_25.c -fno-common -DPIC -o .libs/hb_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb_25.lo -MD -MP -MF .deps/hb_25.Tpo -c hb_25.c -o hb_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_4.lo -MD -MP -MF .deps/hb2_4.Tpo -c hb2_4.c -fno-common -DPIC -o .libs/hb2_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_4.lo -MD -MP -MF .deps/hb2_4.Tpo -c hb2_4.c -o hb2_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_8.lo -MD -MP -MF .deps/hb2_8.Tpo -c hb2_8.c -fno-common -DPIC -o .libs/hb2_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_8.lo -MD -MP -MF .deps/hb2_8.Tpo -c hb2_8.c -o hb2_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_16.lo -MD -MP -MF .deps/hb2_16.Tpo -c hb2_16.c -fno-common -DPIC -o .libs/hb2_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_16.lo -MD -MP -MF .deps/hb2_16.Tpo -c hb2_16.c -o hb2_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_32.lo -MD -MP -MF .deps/hb2_32.Tpo -c hb2_32.c -fno-common -DPIC -o .libs/hb2_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_32.lo -MD -MP -MF .deps/hb2_32.Tpo -c hb2_32.c -o hb2_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_5.lo -MD -MP -MF .deps/hb2_5.Tpo -c hb2_5.c -fno-common -DPIC -o .libs/hb2_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_5.lo -MD -MP -MF .deps/hb2_5.Tpo -c hb2_5.c -o hb2_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_20.lo -MD -MP -MF .deps/hb2_20.Tpo -c hb2_20.c -fno-common -DPIC -o .libs/hb2_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_20.lo -MD -MP -MF .deps/hb2_20.Tpo -c hb2_20.c -o hb2_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_25.lo -MD -MP -MF .deps/hb2_25.Tpo -c hb2_25.c -fno-common -DPIC -o .libs/hb2_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hb2_25.lo -MD -MP -MF .deps/hb2_25.Tpo -c hb2_25.c -o hb2_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_2.lo -MD -MP -MF .deps/r2cbIII_2.Tpo -c r2cbIII_2.c -fno-common -DPIC -o .libs/r2cbIII_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_2.lo -MD -MP -MF .deps/r2cbIII_2.Tpo -c r2cbIII_2.c -o r2cbIII_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_3.lo -MD -MP -MF .deps/r2cbIII_3.Tpo -c r2cbIII_3.c -fno-common -DPIC -o .libs/r2cbIII_3.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_3.lo -MD -MP -MF .deps/r2cbIII_3.Tpo -c r2cbIII_3.c -o r2cbIII_3.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_4.lo -MD -MP -MF .deps/r2cbIII_4.Tpo -c r2cbIII_4.c -fno-common -DPIC -o .libs/r2cbIII_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_4.lo -MD -MP -MF .deps/r2cbIII_4.Tpo -c r2cbIII_4.c -o r2cbIII_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_5.lo -MD -MP -MF .deps/r2cbIII_5.Tpo -c r2cbIII_5.c -fno-common -DPIC -o .libs/r2cbIII_5.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_5.lo -MD -MP -MF .deps/r2cbIII_5.Tpo -c r2cbIII_5.c -o r2cbIII_5.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_6.lo -MD -MP -MF .deps/r2cbIII_6.Tpo -c r2cbIII_6.c -fno-common -DPIC -o .libs/r2cbIII_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_6.lo -MD -MP -MF .deps/r2cbIII_6.Tpo -c r2cbIII_6.c -o r2cbIII_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_7.lo -MD -MP -MF .deps/r2cbIII_7.Tpo -c r2cbIII_7.c -fno-common -DPIC -o .libs/r2cbIII_7.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_7.lo -MD -MP -MF .deps/r2cbIII_7.Tpo -c r2cbIII_7.c -o r2cbIII_7.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_8.lo -MD -MP -MF .deps/r2cbIII_8.Tpo -c r2cbIII_8.c -fno-common -DPIC -o .libs/r2cbIII_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_8.lo -MD -MP -MF .deps/r2cbIII_8.Tpo -c r2cbIII_8.c -o r2cbIII_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_9.lo -MD -MP -MF .deps/r2cbIII_9.Tpo -c r2cbIII_9.c -fno-common -DPIC -o .libs/r2cbIII_9.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_9.lo -MD -MP -MF .deps/r2cbIII_9.Tpo -c r2cbIII_9.c -o r2cbIII_9.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_10.lo -MD -MP -MF .deps/r2cbIII_10.Tpo -c r2cbIII_10.c -fno-common -DPIC -o .libs/r2cbIII_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_10.lo -MD -MP -MF .deps/r2cbIII_10.Tpo -c r2cbIII_10.c -o r2cbIII_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_12.lo -MD -MP -MF .deps/r2cbIII_12.Tpo -c r2cbIII_12.c -fno-common -DPIC -o .libs/r2cbIII_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_12.lo -MD -MP -MF .deps/r2cbIII_12.Tpo -c r2cbIII_12.c -o r2cbIII_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_15.lo -MD -MP -MF .deps/r2cbIII_15.Tpo -c r2cbIII_15.c -fno-common -DPIC -o .libs/r2cbIII_15.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_15.lo -MD -MP -MF .deps/r2cbIII_15.Tpo -c r2cbIII_15.c -o r2cbIII_15.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_16.lo -MD -MP -MF .deps/r2cbIII_16.Tpo -c r2cbIII_16.c -fno-common -DPIC -o .libs/r2cbIII_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_16.lo -MD -MP -MF .deps/r2cbIII_16.Tpo -c r2cbIII_16.c -o r2cbIII_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_32.lo -MD -MP -MF .deps/r2cbIII_32.Tpo -c r2cbIII_32.c -fno-common -DPIC -o .libs/r2cbIII_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_32.lo -MD -MP -MF .deps/r2cbIII_32.Tpo -c r2cbIII_32.c -o r2cbIII_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_64.lo -MD -MP -MF .deps/r2cbIII_64.Tpo -c r2cbIII_64.c -fno-common -DPIC -o .libs/r2cbIII_64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_64.lo -MD -MP -MF .deps/r2cbIII_64.Tpo -c r2cbIII_64.c -o r2cbIII_64.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_20.lo -MD -MP -MF .deps/r2cbIII_20.Tpo -c r2cbIII_20.c -fno-common -DPIC -o .libs/r2cbIII_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_20.lo -MD -MP -MF .deps/r2cbIII_20.Tpo -c r2cbIII_20.c -o r2cbIII_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_25.lo -MD -MP -MF .deps/r2cbIII_25.Tpo -c r2cbIII_25.c -fno-common -DPIC -o .libs/r2cbIII_25.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2cbIII_25.lo -MD -MP -MF .deps/r2cbIII_25.Tpo -c r2cbIII_25.c -o r2cbIII_25.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_2.lo -MD -MP -MF .deps/hc2cb_2.Tpo -c hc2cb_2.c -fno-common -DPIC -o .libs/hc2cb_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_2.lo -MD -MP -MF .deps/hc2cb_2.Tpo -c hc2cb_2.c -o hc2cb_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_4.lo -MD -MP -MF .deps/hc2cb_4.Tpo -c hc2cb_4.c -fno-common -DPIC -o .libs/hc2cb_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_4.lo -MD -MP -MF .deps/hc2cb_4.Tpo -c hc2cb_4.c -o hc2cb_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_6.lo -MD -MP -MF .deps/hc2cb_6.Tpo -c hc2cb_6.c -fno-common -DPIC -o .libs/hc2cb_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_6.lo -MD -MP -MF .deps/hc2cb_6.Tpo -c hc2cb_6.c -o hc2cb_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_8.lo -MD -MP -MF .deps/hc2cb_8.Tpo -c hc2cb_8.c -fno-common -DPIC -o .libs/hc2cb_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_8.lo -MD -MP -MF .deps/hc2cb_8.Tpo -c hc2cb_8.c -o hc2cb_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_10.lo -MD -MP -MF .deps/hc2cb_10.Tpo -c hc2cb_10.c -fno-common -DPIC -o .libs/hc2cb_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_10.lo -MD -MP -MF .deps/hc2cb_10.Tpo -c hc2cb_10.c -o hc2cb_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_12.lo -MD -MP -MF .deps/hc2cb_12.Tpo -c hc2cb_12.c -fno-common -DPIC -o .libs/hc2cb_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_12.lo -MD -MP -MF .deps/hc2cb_12.Tpo -c hc2cb_12.c -o hc2cb_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_16.lo -MD -MP -MF .deps/hc2cb_16.Tpo -c hc2cb_16.c -fno-common -DPIC -o .libs/hc2cb_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_16.lo -MD -MP -MF .deps/hc2cb_16.Tpo -c hc2cb_16.c -o hc2cb_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_32.lo -MD -MP -MF .deps/hc2cb_32.Tpo -c hc2cb_32.c -fno-common -DPIC -o .libs/hc2cb_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_32.lo -MD -MP -MF .deps/hc2cb_32.Tpo -c hc2cb_32.c -o hc2cb_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_20.lo -MD -MP -MF .deps/hc2cb_20.Tpo -c hc2cb_20.c -fno-common -DPIC -o .libs/hc2cb_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb_20.lo -MD -MP -MF .deps/hc2cb_20.Tpo -c hc2cb_20.c -o hc2cb_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb2_4.lo -MD -MP -MF .deps/hc2cb2_4.Tpo -c hc2cb2_4.c -fno-common -DPIC -o .libs/hc2cb2_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb2_4.lo -MD -MP -MF .deps/hc2cb2_4.Tpo -c hc2cb2_4.c -o hc2cb2_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb2_8.lo -MD -MP -MF .deps/hc2cb2_8.Tpo -c hc2cb2_8.c -fno-common -DPIC -o .libs/hc2cb2_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb2_8.lo -MD -MP -MF .deps/hc2cb2_8.Tpo -c hc2cb2_8.c -o hc2cb2_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb2_16.lo -MD -MP -MF .deps/hc2cb2_16.Tpo -c hc2cb2_16.c -fno-common -DPIC -o .libs/hc2cb2_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb2_16.lo -MD -MP -MF .deps/hc2cb2_16.Tpo -c hc2cb2_16.c -o hc2cb2_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb2_32.lo -MD -MP -MF .deps/hc2cb2_32.Tpo -c hc2cb2_32.c -fno-common -DPIC -o .libs/hc2cb2_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb2_32.lo -MD -MP -MF .deps/hc2cb2_32.Tpo -c hc2cb2_32.c -o hc2cb2_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb2_20.lo -MD -MP -MF .deps/hc2cb2_20.Tpo -c hc2cb2_20.c -fno-common -DPIC -o .libs/hc2cb2_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cb2_20.lo -MD -MP -MF .deps/hc2cb2_20.Tpo -c hc2cb2_20.c -o hc2cb2_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_2.lo -MD -MP -MF .deps/hc2cbdft_2.Tpo -c hc2cbdft_2.c -fno-common -DPIC -o .libs/hc2cbdft_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_2.lo -MD -MP -MF .deps/hc2cbdft_2.Tpo -c hc2cbdft_2.c -o hc2cbdft_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_4.lo -MD -MP -MF .deps/hc2cbdft_4.Tpo -c hc2cbdft_4.c -fno-common -DPIC -o .libs/hc2cbdft_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_4.lo -MD -MP -MF .deps/hc2cbdft_4.Tpo -c hc2cbdft_4.c -o hc2cbdft_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_6.lo -MD -MP -MF .deps/hc2cbdft_6.Tpo -c hc2cbdft_6.c -fno-common -DPIC -o .libs/hc2cbdft_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_6.lo -MD -MP -MF .deps/hc2cbdft_6.Tpo -c hc2cbdft_6.c -o hc2cbdft_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_8.lo -MD -MP -MF .deps/hc2cbdft_8.Tpo -c hc2cbdft_8.c -fno-common -DPIC -o .libs/hc2cbdft_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_8.lo -MD -MP -MF .deps/hc2cbdft_8.Tpo -c hc2cbdft_8.c -o hc2cbdft_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_10.lo -MD -MP -MF .deps/hc2cbdft_10.Tpo -c hc2cbdft_10.c -fno-common -DPIC -o .libs/hc2cbdft_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_10.lo -MD -MP -MF .deps/hc2cbdft_10.Tpo -c hc2cbdft_10.c -o hc2cbdft_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_12.lo -MD -MP -MF .deps/hc2cbdft_12.Tpo -c hc2cbdft_12.c -fno-common -DPIC -o .libs/hc2cbdft_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_12.lo -MD -MP -MF .deps/hc2cbdft_12.Tpo -c hc2cbdft_12.c -o hc2cbdft_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_16.lo -MD -MP -MF .deps/hc2cbdft_16.Tpo -c hc2cbdft_16.c -fno-common -DPIC -o .libs/hc2cbdft_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_16.lo -MD -MP -MF .deps/hc2cbdft_16.Tpo -c hc2cbdft_16.c -o hc2cbdft_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_32.lo -MD -MP -MF .deps/hc2cbdft_32.Tpo -c hc2cbdft_32.c -fno-common -DPIC -o .libs/hc2cbdft_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_32.lo -MD -MP -MF .deps/hc2cbdft_32.Tpo -c hc2cbdft_32.c -o hc2cbdft_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_20.lo -MD -MP -MF .deps/hc2cbdft_20.Tpo -c hc2cbdft_20.c -fno-common -DPIC -o .libs/hc2cbdft_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft_20.lo -MD -MP -MF .deps/hc2cbdft_20.Tpo -c hc2cbdft_20.c -o hc2cbdft_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft2_4.lo -MD -MP -MF .deps/hc2cbdft2_4.Tpo -c hc2cbdft2_4.c -fno-common -DPIC -o .libs/hc2cbdft2_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft2_4.lo -MD -MP -MF .deps/hc2cbdft2_4.Tpo -c hc2cbdft2_4.c -o hc2cbdft2_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft2_8.lo -MD -MP -MF .deps/hc2cbdft2_8.Tpo -c hc2cbdft2_8.c -fno-common -DPIC -o .libs/hc2cbdft2_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft2_8.lo -MD -MP -MF .deps/hc2cbdft2_8.Tpo -c hc2cbdft2_8.c -o hc2cbdft2_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft2_16.lo -MD -MP -MF .deps/hc2cbdft2_16.Tpo -c hc2cbdft2_16.c -fno-common -DPIC -o .libs/hc2cbdft2_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft2_16.lo -MD -MP -MF .deps/hc2cbdft2_16.Tpo -c hc2cbdft2_16.c -o hc2cbdft2_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft2_32.lo -MD -MP -MF .deps/hc2cbdft2_32.Tpo -c hc2cbdft2_32.c -fno-common -DPIC -o .libs/hc2cbdft2_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft2_32.lo -MD -MP -MF .deps/hc2cbdft2_32.Tpo -c hc2cbdft2_32.c -o hc2cbdft2_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft2_20.lo -MD -MP -MF .deps/hc2cbdft2_20.Tpo -c hc2cbdft2_20.c -fno-common -DPIC -o .libs/hc2cbdft2_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdft2_20.lo -MD -MP -MF .deps/hc2cbdft2_20.Tpo -c hc2cbdft2_20.c -o hc2cbdft2_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -fno-common -DPIC -o .libs/codlist.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
libtool: link: ar cru .libs/librdft_scalar_r2cb.a .libs/r2cb_2.o .libs/r2cb_3.o .libs/r2cb_4.o .libs/r2cb_5.o .libs/r2cb_6.o .libs/r2cb_7.o .libs/r2cb_8.o .libs/r2cb_9.o .libs/r2cb_10.o .libs/r2cb_11.o .libs/r2cb_12.o .libs/r2cb_13.o .libs/r2cb_14.o .libs/r2cb_15.o .libs/r2cb_16.o .libs/r2cb_32.o .libs/r2cb_64.o .libs/r2cb_128.o .libs/r2cb_20.o .libs/r2cb_25.o .libs/hb_2.o .libs/hb_3.o .libs/hb_4.o .libs/hb_5.o .libs/hb_6.o .libs/hb_7.o .libs/hb_8.o .libs/hb_9.o .libs/hb_10.o .libs/hb_12.o .libs/hb_15.o .libs/hb_16.o .libs/hb_32.o .libs/hb_64.o .libs/hb_20.o .libs/hb_25.o .libs/hb2_4.o .libs/hb2_8.o .libs/hb2_16.o .libs/hb2_32.o .libs/hb2_5.o .libs/hb2_20.o .libs/hb2_25.o .libs/r2cbIII_2.o .libs/r2cbIII_3.o .libs/r2cbIII_4.o .libs/r2cbIII_5.o .libs/r2cbIII_6.o .libs/r2cbIII_7.o .libs/r2cbIII_8.o .libs/r2cbIII_9.o .libs/r2cbIII_10.o .libs/r2cbIII_12.o .libs/r2cbIII_15.o .libs/r2cbIII_16.o .libs/r2cbIII_32.o .libs/r2cbIII_64.o .libs/r2cbIII_20.o .libs/r2cbIII_25.o .libs/hc2cb_2.o .libs/hc2cb_4.o .libs/hc2cb_6.o .libs/hc2cb_8.o .libs/hc2cb_10.o .libs/hc2cb_12.o .libs/hc2cb_16.o .libs/hc2cb_32.o .libs/hc2cb_20.o .libs/hc2cb2_4.o .libs/hc2cb2_8.o .libs/hc2cb2_16.o .libs/hc2cb2_32.o .libs/hc2cb2_20.o .libs/hc2cbdft_2.o .libs/hc2cbdft_4.o .libs/hc2cbdft_6.o .libs/hc2cbdft_8.o .libs/hc2cbdft_10.o .libs/hc2cbdft_12.o .libs/hc2cbdft_16.o .libs/hc2cbdft_32.o .libs/hc2cbdft_20.o .libs/hc2cbdft2_4.o .libs/hc2cbdft2_8.o .libs/hc2cbdft2_16.o .libs/hc2cbdft2_32.o .libs/hc2cbdft2_20.o .libs/codlist.o
libtool: link: ranlib .libs/librdft_scalar_r2cb.a
libtool: link: ( cd ".libs" && rm -f "librdft_scalar_r2cb.la" && ln -s "../librdft_scalar_r2cb.la" "librdft_scalar_r2cb.la" )
Making all in r2r
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT e01_8.lo -MD -MP -MF .deps/e01_8.Tpo -c e01_8.c -fno-common -DPIC -o .libs/e01_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT e01_8.lo -MD -MP -MF .deps/e01_8.Tpo -c e01_8.c -o e01_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT e10_8.lo -MD -MP -MF .deps/e10_8.Tpo -c e10_8.c -fno-common -DPIC -o .libs/e10_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT e10_8.lo -MD -MP -MF .deps/e10_8.Tpo -c e10_8.c -o e10_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -fno-common -DPIC -o .libs/codlist.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
libtool: link: ar cru .libs/librdft_scalar_r2r.a .libs/e01_8.o .libs/e10_8.o .libs/codlist.o
libtool: link: ranlib .libs/librdft_scalar_r2r.a
libtool: link: ( cd ".libs" && rm -f "librdft_scalar_r2r.la" && ln -s "../librdft_scalar_r2r.la" "librdft_scalar_r2r.la" )
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hfb.lo -MD -MP -MF .deps/hfb.Tpo -c hfb.c -fno-common -DPIC -o .libs/hfb.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hfb.lo -MD -MP -MF .deps/hfb.Tpo -c hfb.c -o hfb.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2c.lo -MD -MP -MF .deps/r2c.Tpo -c r2c.c -fno-common -DPIC -o .libs/r2c.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2c.lo -MD -MP -MF .deps/r2c.Tpo -c r2c.c -o r2c.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2r.lo -MD -MP -MF .deps/r2r.Tpo -c r2r.c -fno-common -DPIC -o .libs/r2r.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT r2r.lo -MD -MP -MF .deps/r2r.Tpo -c r2r.c -o r2r.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2c.lo -MD -MP -MF .deps/hc2c.Tpo -c hc2c.c -fno-common -DPIC -o .libs/hc2c.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2c.lo -MD -MP -MF .deps/hc2c.Tpo -c hc2c.c -o hc2c.o >/dev/null 2>&1
libtool: link: ar cru .libs/librdft_scalar.a .libs/hfb.o .libs/r2c.o .libs/r2r.o .libs/hc2c.o
libtool: link: ranlib .libs/librdft_scalar.a
libtool: link: ( cd ".libs" && rm -f "librdft_scalar.la" && ln -s "../librdft_scalar.la" "librdft_scalar.la" )
Making all in simd
Making all in common
Making all in sse2
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_2.lo -MD -MP -MF .deps/hc2cfdftv_2.Tpo -c hc2cfdftv_2.c -fno-common -DPIC -o .libs/hc2cfdftv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_2.lo -MD -MP -MF .deps/hc2cfdftv_2.Tpo -c hc2cfdftv_2.c -o hc2cfdftv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_4.lo -MD -MP -MF .deps/hc2cfdftv_4.Tpo -c hc2cfdftv_4.c -fno-common -DPIC -o .libs/hc2cfdftv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_4.lo -MD -MP -MF .deps/hc2cfdftv_4.Tpo -c hc2cfdftv_4.c -o hc2cfdftv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_6.lo -MD -MP -MF .deps/hc2cfdftv_6.Tpo -c hc2cfdftv_6.c -fno-common -DPIC -o .libs/hc2cfdftv_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_6.lo -MD -MP -MF .deps/hc2cfdftv_6.Tpo -c hc2cfdftv_6.c -o hc2cfdftv_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_8.lo -MD -MP -MF .deps/hc2cfdftv_8.Tpo -c hc2cfdftv_8.c -fno-common -DPIC -o .libs/hc2cfdftv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_8.lo -MD -MP -MF .deps/hc2cfdftv_8.Tpo -c hc2cfdftv_8.c -o hc2cfdftv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_10.lo -MD -MP -MF .deps/hc2cfdftv_10.Tpo -c hc2cfdftv_10.c -fno-common -DPIC -o .libs/hc2cfdftv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_10.lo -MD -MP -MF .deps/hc2cfdftv_10.Tpo -c hc2cfdftv_10.c -o hc2cfdftv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_12.lo -MD -MP -MF .deps/hc2cfdftv_12.Tpo -c hc2cfdftv_12.c -fno-common -DPIC -o .libs/hc2cfdftv_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_12.lo -MD -MP -MF .deps/hc2cfdftv_12.Tpo -c hc2cfdftv_12.c -o hc2cfdftv_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_16.lo -MD -MP -MF .deps/hc2cfdftv_16.Tpo -c hc2cfdftv_16.c -fno-common -DPIC -o .libs/hc2cfdftv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_16.lo -MD -MP -MF .deps/hc2cfdftv_16.Tpo -c hc2cfdftv_16.c -o hc2cfdftv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_32.lo -MD -MP -MF .deps/hc2cfdftv_32.Tpo -c hc2cfdftv_32.c -fno-common -DPIC -o .libs/hc2cfdftv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_32.lo -MD -MP -MF .deps/hc2cfdftv_32.Tpo -c hc2cfdftv_32.c -o hc2cfdftv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_20.lo -MD -MP -MF .deps/hc2cfdftv_20.Tpo -c hc2cfdftv_20.c -fno-common -DPIC -o .libs/hc2cfdftv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_20.lo -MD -MP -MF .deps/hc2cfdftv_20.Tpo -c hc2cfdftv_20.c -o hc2cfdftv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_2.lo -MD -MP -MF .deps/hc2cbdftv_2.Tpo -c hc2cbdftv_2.c -fno-common -DPIC -o .libs/hc2cbdftv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_2.lo -MD -MP -MF .deps/hc2cbdftv_2.Tpo -c hc2cbdftv_2.c -o hc2cbdftv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_4.lo -MD -MP -MF .deps/hc2cbdftv_4.Tpo -c hc2cbdftv_4.c -fno-common -DPIC -o .libs/hc2cbdftv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_4.lo -MD -MP -MF .deps/hc2cbdftv_4.Tpo -c hc2cbdftv_4.c -o hc2cbdftv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_6.lo -MD -MP -MF .deps/hc2cbdftv_6.Tpo -c hc2cbdftv_6.c -fno-common -DPIC -o .libs/hc2cbdftv_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_6.lo -MD -MP -MF .deps/hc2cbdftv_6.Tpo -c hc2cbdftv_6.c -o hc2cbdftv_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_8.lo -MD -MP -MF .deps/hc2cbdftv_8.Tpo -c hc2cbdftv_8.c -fno-common -DPIC -o .libs/hc2cbdftv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_8.lo -MD -MP -MF .deps/hc2cbdftv_8.Tpo -c hc2cbdftv_8.c -o hc2cbdftv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_10.lo -MD -MP -MF .deps/hc2cbdftv_10.Tpo -c hc2cbdftv_10.c -fno-common -DPIC -o .libs/hc2cbdftv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_10.lo -MD -MP -MF .deps/hc2cbdftv_10.Tpo -c hc2cbdftv_10.c -o hc2cbdftv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_12.lo -MD -MP -MF .deps/hc2cbdftv_12.Tpo -c hc2cbdftv_12.c -fno-common -DPIC -o .libs/hc2cbdftv_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_12.lo -MD -MP -MF .deps/hc2cbdftv_12.Tpo -c hc2cbdftv_12.c -o hc2cbdftv_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_16.lo -MD -MP -MF .deps/hc2cbdftv_16.Tpo -c hc2cbdftv_16.c -fno-common -DPIC -o .libs/hc2cbdftv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_16.lo -MD -MP -MF .deps/hc2cbdftv_16.Tpo -c hc2cbdftv_16.c -o hc2cbdftv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_32.lo -MD -MP -MF .deps/hc2cbdftv_32.Tpo -c hc2cbdftv_32.c -fno-common -DPIC -o .libs/hc2cbdftv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_32.lo -MD -MP -MF .deps/hc2cbdftv_32.Tpo -c hc2cbdftv_32.c -o hc2cbdftv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_20.lo -MD -MP -MF .deps/hc2cbdftv_20.Tpo -c hc2cbdftv_20.c -fno-common -DPIC -o .libs/hc2cbdftv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_20.lo -MD -MP -MF .deps/hc2cbdftv_20.Tpo -c hc2cbdftv_20.c -o hc2cbdftv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c -fno-common -DPIC -o .libs/genus.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c -o genus.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -fno-common -DPIC -o .libs/codlist.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
libtool: link: ar cru .libs/librdft_sse2_codelets.a .libs/hc2cfdftv_2.o .libs/hc2cfdftv_4.o .libs/hc2cfdftv_6.o .libs/hc2cfdftv_8.o .libs/hc2cfdftv_10.o .libs/hc2cfdftv_12.o .libs/hc2cfdftv_16.o .libs/hc2cfdftv_32.o .libs/hc2cfdftv_20.o .libs/hc2cbdftv_2.o .libs/hc2cbdftv_4.o .libs/hc2cbdftv_6.o .libs/hc2cbdftv_8.o .libs/hc2cbdftv_10.o .libs/hc2cbdftv_12.o .libs/hc2cbdftv_16.o .libs/hc2cbdftv_32.o .libs/hc2cbdftv_20.o .libs/genus.o .libs/codlist.o
libtool: link: ranlib .libs/librdft_sse2_codelets.a
libtool: link: ( cd ".libs" && rm -f "librdft_sse2_codelets.la" && ln -s "../librdft_sse2_codelets.la" "librdft_sse2_codelets.la" )
Making all in avx
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_2.lo -MD -MP -MF .deps/hc2cfdftv_2.Tpo -c hc2cfdftv_2.c -fno-common -DPIC -o .libs/hc2cfdftv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_2.lo -MD -MP -MF .deps/hc2cfdftv_2.Tpo -c hc2cfdftv_2.c -o hc2cfdftv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_4.lo -MD -MP -MF .deps/hc2cfdftv_4.Tpo -c hc2cfdftv_4.c -fno-common -DPIC -o .libs/hc2cfdftv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_4.lo -MD -MP -MF .deps/hc2cfdftv_4.Tpo -c hc2cfdftv_4.c -o hc2cfdftv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_6.lo -MD -MP -MF .deps/hc2cfdftv_6.Tpo -c hc2cfdftv_6.c -fno-common -DPIC -o .libs/hc2cfdftv_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_6.lo -MD -MP -MF .deps/hc2cfdftv_6.Tpo -c hc2cfdftv_6.c -o hc2cfdftv_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_8.lo -MD -MP -MF .deps/hc2cfdftv_8.Tpo -c hc2cfdftv_8.c -fno-common -DPIC -o .libs/hc2cfdftv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_8.lo -MD -MP -MF .deps/hc2cfdftv_8.Tpo -c hc2cfdftv_8.c -o hc2cfdftv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_10.lo -MD -MP -MF .deps/hc2cfdftv_10.Tpo -c hc2cfdftv_10.c -fno-common -DPIC -o .libs/hc2cfdftv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_10.lo -MD -MP -MF .deps/hc2cfdftv_10.Tpo -c hc2cfdftv_10.c -o hc2cfdftv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_12.lo -MD -MP -MF .deps/hc2cfdftv_12.Tpo -c hc2cfdftv_12.c -fno-common -DPIC -o .libs/hc2cfdftv_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_12.lo -MD -MP -MF .deps/hc2cfdftv_12.Tpo -c hc2cfdftv_12.c -o hc2cfdftv_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_16.lo -MD -MP -MF .deps/hc2cfdftv_16.Tpo -c hc2cfdftv_16.c -fno-common -DPIC -o .libs/hc2cfdftv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_16.lo -MD -MP -MF .deps/hc2cfdftv_16.Tpo -c hc2cfdftv_16.c -o hc2cfdftv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_32.lo -MD -MP -MF .deps/hc2cfdftv_32.Tpo -c hc2cfdftv_32.c -fno-common -DPIC -o .libs/hc2cfdftv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_32.lo -MD -MP -MF .deps/hc2cfdftv_32.Tpo -c hc2cfdftv_32.c -o hc2cfdftv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_20.lo -MD -MP -MF .deps/hc2cfdftv_20.Tpo -c hc2cfdftv_20.c -fno-common -DPIC -o .libs/hc2cfdftv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cfdftv_20.lo -MD -MP -MF .deps/hc2cfdftv_20.Tpo -c hc2cfdftv_20.c -o hc2cfdftv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_2.lo -MD -MP -MF .deps/hc2cbdftv_2.Tpo -c hc2cbdftv_2.c -fno-common -DPIC -o .libs/hc2cbdftv_2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_2.lo -MD -MP -MF .deps/hc2cbdftv_2.Tpo -c hc2cbdftv_2.c -o hc2cbdftv_2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_4.lo -MD -MP -MF .deps/hc2cbdftv_4.Tpo -c hc2cbdftv_4.c -fno-common -DPIC -o .libs/hc2cbdftv_4.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_4.lo -MD -MP -MF .deps/hc2cbdftv_4.Tpo -c hc2cbdftv_4.c -o hc2cbdftv_4.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_6.lo -MD -MP -MF .deps/hc2cbdftv_6.Tpo -c hc2cbdftv_6.c -fno-common -DPIC -o .libs/hc2cbdftv_6.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_6.lo -MD -MP -MF .deps/hc2cbdftv_6.Tpo -c hc2cbdftv_6.c -o hc2cbdftv_6.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_8.lo -MD -MP -MF .deps/hc2cbdftv_8.Tpo -c hc2cbdftv_8.c -fno-common -DPIC -o .libs/hc2cbdftv_8.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_8.lo -MD -MP -MF .deps/hc2cbdftv_8.Tpo -c hc2cbdftv_8.c -o hc2cbdftv_8.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_10.lo -MD -MP -MF .deps/hc2cbdftv_10.Tpo -c hc2cbdftv_10.c -fno-common -DPIC -o .libs/hc2cbdftv_10.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_10.lo -MD -MP -MF .deps/hc2cbdftv_10.Tpo -c hc2cbdftv_10.c -o hc2cbdftv_10.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_12.lo -MD -MP -MF .deps/hc2cbdftv_12.Tpo -c hc2cbdftv_12.c -fno-common -DPIC -o .libs/hc2cbdftv_12.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_12.lo -MD -MP -MF .deps/hc2cbdftv_12.Tpo -c hc2cbdftv_12.c -o hc2cbdftv_12.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_16.lo -MD -MP -MF .deps/hc2cbdftv_16.Tpo -c hc2cbdftv_16.c -fno-common -DPIC -o .libs/hc2cbdftv_16.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_16.lo -MD -MP -MF .deps/hc2cbdftv_16.Tpo -c hc2cbdftv_16.c -o hc2cbdftv_16.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_32.lo -MD -MP -MF .deps/hc2cbdftv_32.Tpo -c hc2cbdftv_32.c -fno-common -DPIC -o .libs/hc2cbdftv_32.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_32.lo -MD -MP -MF .deps/hc2cbdftv_32.Tpo -c hc2cbdftv_32.c -o hc2cbdftv_32.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_20.lo -MD -MP -MF .deps/hc2cbdftv_20.Tpo -c hc2cbdftv_20.c -fno-common -DPIC -o .libs/hc2cbdftv_20.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2cbdftv_20.lo -MD -MP -MF .deps/hc2cbdftv_20.Tpo -c hc2cbdftv_20.c -o hc2cbdftv_20.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c -fno-common -DPIC -o .libs/genus.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c -o genus.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -fno-common -DPIC -o .libs/codlist.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
libtool: link: ar cru .libs/librdft_avx_codelets.a .libs/hc2cfdftv_2.o .libs/hc2cfdftv_4.o .libs/hc2cfdftv_6.o .libs/hc2cfdftv_8.o .libs/hc2cfdftv_10.o .libs/hc2cfdftv_12.o .libs/hc2cfdftv_16.o .libs/hc2cfdftv_32.o .libs/hc2cfdftv_20.o .libs/hc2cbdftv_2.o .libs/hc2cbdftv_4.o .libs/hc2cbdftv_6.o .libs/hc2cbdftv_8.o .libs/hc2cbdftv_10.o .libs/hc2cbdftv_12.o .libs/hc2cbdftv_16.o .libs/hc2cbdftv_32.o .libs/hc2cbdftv_20.o .libs/genus.o .libs/codlist.o
libtool: link: ranlib .libs/librdft_avx_codelets.a
libtool: link: ( cd ".libs" && rm -f "librdft_avx_codelets.la" && ln -s "../librdft_avx_codelets.la" "librdft_avx_codelets.la" )
Making all in altivec
Making all in neon
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2hc.lo -MD -MP -MF .deps/hc2hc.Tpo -c hc2hc.c -fno-common -DPIC -o .libs/hc2hc.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2hc.lo -MD -MP -MF .deps/hc2hc.Tpo -c hc2hc.c -o hc2hc.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dft-r2hc.lo -MD -MP -MF .deps/dft-r2hc.Tpo -c dft-r2hc.c -fno-common -DPIC -o .libs/dft-r2hc.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dft-r2hc.lo -MD -MP -MF .deps/dft-r2hc.Tpo -c dft-r2hc.c -o dft-r2hc.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dht-r2hc.lo -MD -MP -MF .deps/dht-r2hc.Tpo -c dht-r2hc.c -fno-common -DPIC -o .libs/dht-r2hc.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dht-r2hc.lo -MD -MP -MF .deps/dht-r2hc.Tpo -c dht-r2hc.c -o dht-r2hc.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dht-rader.lo -MD -MP -MF .deps/dht-rader.Tpo -c dht-rader.c -fno-common -DPIC -o .libs/dht-rader.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT dht-rader.lo -MD -MP -MF .deps/dht-rader.Tpo -c dht-rader.c -o dht-rader.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -fno-common -DPIC -o .libs/buffered.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -o buffered.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -fno-common -DPIC -o .libs/conf.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -o conf.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT direct-r2r.lo -MD -MP -MF .deps/direct-r2r.Tpo -c direct-r2r.c -fno-common -DPIC -o .libs/direct-r2r.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT direct-r2r.lo -MD -MP -MF .deps/direct-r2r.Tpo -c direct-r2r.c -o direct-r2r.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT direct-r2c.lo -MD -MP -MF .deps/direct-r2c.Tpo -c direct-r2c.c -fno-common -DPIC -o .libs/direct-r2c.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT direct-r2c.lo -MD -MP -MF .deps/direct-r2c.Tpo -c direct-r2c.c -o direct-r2c.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c -fno-common -DPIC -o .libs/generic.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c -o generic.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2hc-direct.lo -MD -MP -MF .deps/hc2hc-direct.Tpo -c hc2hc-direct.c -fno-common -DPIC -o .libs/hc2hc-direct.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2hc-direct.lo -MD -MP -MF .deps/hc2hc-direct.Tpo -c hc2hc-direct.c -o hc2hc-direct.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2hc-generic.lo -MD -MP -MF .deps/hc2hc-generic.Tpo -c hc2hc-generic.c -fno-common -DPIC -o .libs/hc2hc-generic.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT hc2hc-generic.lo -MD -MP -MF .deps/hc2hc-generic.Tpo -c hc2hc-generic.c -o hc2hc-generic.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT khc2hc.lo -MD -MP -MF .deps/khc2hc.Tpo -c khc2hc.c -fno-common -DPIC -o .libs/khc2hc.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT khc2hc.lo -MD -MP -MF .deps/khc2hc.Tpo -c khc2hc.c -o khc2hc.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kr2c.lo -MD -MP -MF .deps/kr2c.Tpo -c kr2c.c -fno-common -DPIC -o .libs/kr2c.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kr2c.lo -MD -MP -MF .deps/kr2c.Tpo -c kr2c.c -o kr2c.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kr2r.lo -MD -MP -MF .deps/kr2r.Tpo -c kr2r.c -fno-common -DPIC -o .libs/kr2r.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT kr2r.lo -MD -MP -MF .deps/kr2r.Tpo -c kr2r.c -o kr2r.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c -fno-common -DPIC -o .libs/indirect.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c -o indirect.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c -fno-common -DPIC -o .libs/nop.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c -o nop.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -fno-common -DPIC -o .libs/plan.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -o plan.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -fno-common -DPIC -o .libs/problem.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -o problem.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rank0.lo -MD -MP -MF .deps/rank0.Tpo -c rank0.c -fno-common -DPIC -o .libs/rank0.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rank0.lo -MD -MP -MF .deps/rank0.Tpo -c rank0.c -o rank0.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c -fno-common -DPIC -o .libs/rank-geq2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c -o rank-geq2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft-dht.lo -MD -MP -MF .deps/rdft-dht.Tpo -c rdft-dht.c -fno-common -DPIC -o .libs/rdft-dht.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft-dht.lo -MD -MP -MF .deps/rdft-dht.Tpo -c rdft-dht.c -o rdft-dht.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c -fno-common -DPIC -o .libs/solve.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c -o solve.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c -fno-common -DPIC -o .libs/vrank-geq1.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c -o vrank-geq1.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT vrank3-transpose.lo -MD -MP -MF .deps/vrank3-transpose.Tpo -c vrank3-transpose.c -fno-common -DPIC -o .libs/vrank3-transpose.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT vrank3-transpose.lo -MD -MP -MF .deps/vrank3-transpose.Tpo -c vrank3-transpose.c -o vrank3-transpose.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT buffered2.lo -MD -MP -MF .deps/buffered2.Tpo -c buffered2.c -fno-common -DPIC -o .libs/buffered2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT buffered2.lo -MD -MP -MF .deps/buffered2.Tpo -c buffered2.c -o buffered2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT direct2.lo -MD -MP -MF .deps/direct2.Tpo -c direct2.c -fno-common -DPIC -o .libs/direct2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT direct2.lo -MD -MP -MF .deps/direct2.Tpo -c direct2.c -o direct2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT nop2.lo -MD -MP -MF .deps/nop2.Tpo -c nop2.c -fno-common -DPIC -o .libs/nop2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT nop2.lo -MD -MP -MF .deps/nop2.Tpo -c nop2.c -o nop2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rank0-rdft2.lo -MD -MP -MF .deps/rank0-rdft2.Tpo -c rank0-rdft2.c -fno-common -DPIC -o .libs/rank0-rdft2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rank0-rdft2.lo -MD -MP -MF .deps/rank0-rdft2.Tpo -c rank0-rdft2.c -o rank0-rdft2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rank-geq2-rdft2.lo -MD -MP -MF .deps/rank-geq2-rdft2.Tpo -c rank-geq2-rdft2.c -fno-common -DPIC -o .libs/rank-geq2-rdft2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rank-geq2-rdft2.lo -MD -MP -MF .deps/rank-geq2-rdft2.Tpo -c rank-geq2-rdft2.c -o rank-geq2-rdft2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan2.lo -MD -MP -MF .deps/plan2.Tpo -c plan2.c -fno-common -DPIC -o .libs/plan2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan2.lo -MD -MP -MF .deps/plan2.Tpo -c plan2.c -o plan2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT problem2.lo -MD -MP -MF .deps/problem2.Tpo -c problem2.c -fno-common -DPIC -o .libs/problem2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT problem2.lo -MD -MP -MF .deps/problem2.Tpo -c problem2.c -o problem2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT solve2.lo -MD -MP -MF .deps/solve2.Tpo -c solve2.c -fno-common -DPIC -o .libs/solve2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT solve2.lo -MD -MP -MF .deps/solve2.Tpo -c solve2.c -o solve2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT vrank-geq1-rdft2.lo -MD -MP -MF .deps/vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c -fno-common -DPIC -o .libs/vrank-geq1-rdft2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT vrank-geq1-rdft2.lo -MD -MP -MF .deps/vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c -o vrank-geq1-rdft2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft2-rdft.lo -MD -MP -MF .deps/rdft2-rdft.Tpo -c rdft2-rdft.c -fno-common -DPIC -o .libs/rdft2-rdft.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft2-rdft.lo -MD -MP -MF .deps/rdft2-rdft.Tpo -c rdft2-rdft.c -o rdft2-rdft.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft2-tensor-max-index.lo -MD -MP -MF .deps/rdft2-tensor-max-index.Tpo -c rdft2-tensor-max-index.c -fno-common -DPIC -o .libs/rdft2-tensor-max-index.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft2-tensor-max-index.lo -MD -MP -MF .deps/rdft2-tensor-max-index.Tpo -c rdft2-tensor-max-index.c -o rdft2-tensor-max-index.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft2-inplace-strides.lo -MD -MP -MF .deps/rdft2-inplace-strides.Tpo -c rdft2-inplace-strides.c -fno-common -DPIC -o .libs/rdft2-inplace-strides.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft2-inplace-strides.lo -MD -MP -MF .deps/rdft2-inplace-strides.Tpo -c rdft2-inplace-strides.c -o rdft2-inplace-strides.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft2-strides.lo -MD -MP -MF .deps/rdft2-strides.Tpo -c rdft2-strides.c -fno-common -DPIC -o .libs/rdft2-strides.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft2-strides.lo -MD -MP -MF .deps/rdft2-strides.Tpo -c rdft2-strides.c -o rdft2-strides.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT khc2c.lo -MD -MP -MF .deps/khc2c.Tpo -c khc2c.c -fno-common -DPIC -o .libs/khc2c.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT khc2c.lo -MD -MP -MF .deps/khc2c.Tpo -c khc2c.c -o khc2c.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT ct-hc2c.lo -MD -MP -MF .deps/ct-hc2c.Tpo -c ct-hc2c.c -fno-common -DPIC -o .libs/ct-hc2c.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT ct-hc2c.lo -MD -MP -MF .deps/ct-hc2c.Tpo -c ct-hc2c.c -o ct-hc2c.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT ct-hc2c-direct.lo -MD -MP -MF .deps/ct-hc2c-direct.Tpo -c ct-hc2c-direct.c -fno-common -DPIC -o .libs/ct-hc2c-direct.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT ct-hc2c-direct.lo -MD -MP -MF .deps/ct-hc2c-direct.Tpo -c ct-hc2c-direct.c -o ct-hc2c-direct.o >/dev/null 2>&1
libtool: link: ar cru .libs/librdft.a .libs/hc2hc.o .libs/dft-r2hc.o .libs/dht-r2hc.o .libs/dht-rader.o .libs/buffered.o .libs/conf.o .libs/direct-r2r.o .libs/direct-r2c.o .libs/generic.o .libs/hc2hc-direct.o .libs/hc2hc-generic.o .libs/khc2hc.o .libs/kr2c.o .libs/kr2r.o .libs/indirect.o .libs/nop.o .libs/plan.o .libs/problem.o .libs/rank0.o .libs/rank-geq2.o .libs/rdft-dht.o .libs/solve.o .libs/vrank-geq1.o .libs/vrank3-transpose.o .libs/buffered2.o .libs/direct2.o .libs/nop2.o .libs/rank0-rdft2.o .libs/rank-geq2-rdft2.o .libs/plan2.o .libs/problem2.o .libs/solve2.o .libs/vrank-geq1-rdft2.o .libs/rdft2-rdft.o .libs/rdft2-tensor-max-index.o .libs/rdft2-inplace-strides.o .libs/rdft2-strides.o .libs/khc2c.o .libs/ct-hc2c.o .libs/ct-hc2c-direct.o
libtool: link: ranlib .libs/librdft.a
libtool: link: ( cd ".libs" && rm -f "librdft.la" && ln -s "../librdft.la" "librdft.la" )
Making all in reodft
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -fno-common -DPIC -o .libs/conf.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -o conf.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT reodft010e-r2hc.lo -MD -MP -MF .deps/reodft010e-r2hc.Tpo -c reodft010e-r2hc.c -fno-common -DPIC -o .libs/reodft010e-r2hc.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT reodft010e-r2hc.lo -MD -MP -MF .deps/reodft010e-r2hc.Tpo -c reodft010e-r2hc.c -o reodft010e-r2hc.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT reodft11e-radix2.lo -MD -MP -MF .deps/reodft11e-radix2.Tpo -c reodft11e-radix2.c -fno-common -DPIC -o .libs/reodft11e-radix2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT reodft11e-radix2.lo -MD -MP -MF .deps/reodft11e-radix2.Tpo -c reodft11e-radix2.c -o reodft11e-radix2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT reodft11e-r2hc-odd.lo -MD -MP -MF .deps/reodft11e-r2hc-odd.Tpo -c reodft11e-r2hc-odd.c -fno-common -DPIC -o .libs/reodft11e-r2hc-odd.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT reodft11e-r2hc-odd.lo -MD -MP -MF .deps/reodft11e-r2hc-odd.Tpo -c reodft11e-r2hc-odd.c -o reodft11e-r2hc-odd.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT redft00e-r2hc-pad.lo -MD -MP -MF .deps/redft00e-r2hc-pad.Tpo -c redft00e-r2hc-pad.c -fno-common -DPIC -o .libs/redft00e-r2hc-pad.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT redft00e-r2hc-pad.lo -MD -MP -MF .deps/redft00e-r2hc-pad.Tpo -c redft00e-r2hc-pad.c -o redft00e-r2hc-pad.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rodft00e-r2hc-pad.lo -MD -MP -MF .deps/rodft00e-r2hc-pad.Tpo -c rodft00e-r2hc-pad.c -fno-common -DPIC -o .libs/rodft00e-r2hc-pad.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rodft00e-r2hc-pad.lo -MD -MP -MF .deps/rodft00e-r2hc-pad.Tpo -c rodft00e-r2hc-pad.c -o rodft00e-r2hc-pad.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT reodft00e-splitradix.lo -MD -MP -MF .deps/reodft00e-splitradix.Tpo -c reodft00e-splitradix.c -fno-common -DPIC -o .libs/reodft00e-splitradix.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT reodft00e-splitradix.lo -MD -MP -MF .deps/reodft00e-splitradix.Tpo -c reodft00e-splitradix.c -o reodft00e-splitradix.o >/dev/null 2>&1
libtool: link: ar cru .libs/libreodft.a .libs/conf.o .libs/reodft010e-r2hc.o .libs/reodft11e-radix2.o .libs/reodft11e-r2hc-odd.o .libs/redft00e-r2hc-pad.o .libs/rodft00e-r2hc-pad.o .libs/reodft00e-splitradix.o
libtool: link: ranlib .libs/libreodft.a
libtool: link: ( cd ".libs" && rm -f "libreodft.la" && ln -s "../libreodft.la" "libreodft.la" )
Making all in api
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT apiplan.lo -MD -MP -MF .deps/apiplan.Tpo -c apiplan.c -fno-common -DPIC -o .libs/apiplan.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT apiplan.lo -MD -MP -MF .deps/apiplan.Tpo -c apiplan.c -o apiplan.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT configure.lo -MD -MP -MF .deps/configure.Tpo -c configure.c -fno-common -DPIC -o .libs/configure.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT configure.lo -MD -MP -MF .deps/configure.Tpo -c configure.c -o configure.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-dft-c2r.lo -MD -MP -MF .deps/execute-dft-c2r.Tpo -c execute-dft-c2r.c -fno-common -DPIC -o .libs/execute-dft-c2r.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-dft-c2r.lo -MD -MP -MF .deps/execute-dft-c2r.Tpo -c execute-dft-c2r.c -o execute-dft-c2r.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-dft-r2c.lo -MD -MP -MF .deps/execute-dft-r2c.Tpo -c execute-dft-r2c.c -fno-common -DPIC -o .libs/execute-dft-r2c.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-dft-r2c.lo -MD -MP -MF .deps/execute-dft-r2c.Tpo -c execute-dft-r2c.c -o execute-dft-r2c.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-dft.lo -MD -MP -MF .deps/execute-dft.Tpo -c execute-dft.c -fno-common -DPIC -o .libs/execute-dft.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-dft.lo -MD -MP -MF .deps/execute-dft.Tpo -c execute-dft.c -o execute-dft.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-r2r.lo -MD -MP -MF .deps/execute-r2r.Tpo -c execute-r2r.c -fno-common -DPIC -o .libs/execute-r2r.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-r2r.lo -MD -MP -MF .deps/execute-r2r.Tpo -c execute-r2r.c -o execute-r2r.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-split-dft-c2r.lo -MD -MP -MF .deps/execute-split-dft-c2r.Tpo -c execute-split-dft-c2r.c -fno-common -DPIC -o .libs/execute-split-dft-c2r.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-split-dft-c2r.lo -MD -MP -MF .deps/execute-split-dft-c2r.Tpo -c execute-split-dft-c2r.c -o execute-split-dft-c2r.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-split-dft-r2c.lo -MD -MP -MF .deps/execute-split-dft-r2c.Tpo -c execute-split-dft-r2c.c -fno-common -DPIC -o .libs/execute-split-dft-r2c.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-split-dft-r2c.lo -MD -MP -MF .deps/execute-split-dft-r2c.Tpo -c execute-split-dft-r2c.c -o execute-split-dft-r2c.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-split-dft.lo -MD -MP -MF .deps/execute-split-dft.Tpo -c execute-split-dft.c -fno-common -DPIC -o .libs/execute-split-dft.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute-split-dft.lo -MD -MP -MF .deps/execute-split-dft.Tpo -c execute-split-dft.c -o execute-split-dft.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute.lo -MD -MP -MF .deps/execute.Tpo -c execute.c -fno-common -DPIC -o .libs/execute.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT execute.lo -MD -MP -MF .deps/execute.Tpo -c execute.c -o execute.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT export-wisdom-to-file.lo -MD -MP -MF .deps/export-wisdom-to-file.Tpo -c export-wisdom-to-file.c -fno-common -DPIC -o .libs/export-wisdom-to-file.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT export-wisdom-to-file.lo -MD -MP -MF .deps/export-wisdom-to-file.Tpo -c export-wisdom-to-file.c -o export-wisdom-to-file.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT export-wisdom-to-string.lo -MD -MP -MF .deps/export-wisdom-to-string.Tpo -c export-wisdom-to-string.c -fno-common -DPIC -o .libs/export-wisdom-to-string.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT export-wisdom-to-string.lo -MD -MP -MF .deps/export-wisdom-to-string.Tpo -c export-wisdom-to-string.c -o export-wisdom-to-string.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT export-wisdom.lo -MD -MP -MF .deps/export-wisdom.Tpo -c export-wisdom.c -fno-common -DPIC -o .libs/export-wisdom.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT export-wisdom.lo -MD -MP -MF .deps/export-wisdom.Tpo -c export-wisdom.c -o export-wisdom.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT f77api.lo -MD -MP -MF .deps/f77api.Tpo -c f77api.c -fno-common -DPIC -o .libs/f77api.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT f77api.lo -MD -MP -MF .deps/f77api.Tpo -c f77api.c -o f77api.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT flops.lo -MD -MP -MF .deps/flops.Tpo -c flops.c -fno-common -DPIC -o .libs/flops.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT flops.lo -MD -MP -MF .deps/flops.Tpo -c flops.c -o flops.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT forget-wisdom.lo -MD -MP -MF .deps/forget-wisdom.Tpo -c forget-wisdom.c -fno-common -DPIC -o .libs/forget-wisdom.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT forget-wisdom.lo -MD -MP -MF .deps/forget-wisdom.Tpo -c forget-wisdom.c -o forget-wisdom.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT import-system-wisdom.lo -MD -MP -MF .deps/import-system-wisdom.Tpo -c import-system-wisdom.c -fno-common -DPIC -o .libs/import-system-wisdom.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT import-system-wisdom.lo -MD -MP -MF .deps/import-system-wisdom.Tpo -c import-system-wisdom.c -o import-system-wisdom.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT import-wisdom-from-file.lo -MD -MP -MF .deps/import-wisdom-from-file.Tpo -c import-wisdom-from-file.c -fno-common -DPIC -o .libs/import-wisdom-from-file.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT import-wisdom-from-file.lo -MD -MP -MF .deps/import-wisdom-from-file.Tpo -c import-wisdom-from-file.c -o import-wisdom-from-file.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT import-wisdom-from-string.lo -MD -MP -MF .deps/import-wisdom-from-string.Tpo -c import-wisdom-from-string.c -fno-common -DPIC -o .libs/import-wisdom-from-string.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT import-wisdom-from-string.lo -MD -MP -MF .deps/import-wisdom-from-string.Tpo -c import-wisdom-from-string.c -o import-wisdom-from-string.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT import-wisdom.lo -MD -MP -MF .deps/import-wisdom.Tpo -c import-wisdom.c -fno-common -DPIC -o .libs/import-wisdom.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT import-wisdom.lo -MD -MP -MF .deps/import-wisdom.Tpo -c import-wisdom.c -o import-wisdom.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -fno-common -DPIC -o .libs/malloc.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -o malloc.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT map-r2r-kind.lo -MD -MP -MF .deps/map-r2r-kind.Tpo -c map-r2r-kind.c -fno-common -DPIC -o .libs/map-r2r-kind.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT map-r2r-kind.lo -MD -MP -MF .deps/map-r2r-kind.Tpo -c map-r2r-kind.c -o map-r2r-kind.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mapflags.lo -MD -MP -MF .deps/mapflags.Tpo -c mapflags.c -fno-common -DPIC -o .libs/mapflags.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mapflags.lo -MD -MP -MF .deps/mapflags.Tpo -c mapflags.c -o mapflags.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mkprinter-file.lo -MD -MP -MF .deps/mkprinter-file.Tpo -c mkprinter-file.c -fno-common -DPIC -o .libs/mkprinter-file.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mkprinter-file.lo -MD -MP -MF .deps/mkprinter-file.Tpo -c mkprinter-file.c -o mkprinter-file.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mktensor-iodims.lo -MD -MP -MF .deps/mktensor-iodims.Tpo -c mktensor-iodims.c -fno-common -DPIC -o .libs/mktensor-iodims.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mktensor-iodims.lo -MD -MP -MF .deps/mktensor-iodims.Tpo -c mktensor-iodims.c -o mktensor-iodims.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mktensor-rowmajor.lo -MD -MP -MF .deps/mktensor-rowmajor.Tpo -c mktensor-rowmajor.c -fno-common -DPIC -o .libs/mktensor-rowmajor.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mktensor-rowmajor.lo -MD -MP -MF .deps/mktensor-rowmajor.Tpo -c mktensor-rowmajor.c -o mktensor-rowmajor.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-1d.lo -MD -MP -MF .deps/plan-dft-1d.Tpo -c plan-dft-1d.c -fno-common -DPIC -o .libs/plan-dft-1d.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-1d.lo -MD -MP -MF .deps/plan-dft-1d.Tpo -c plan-dft-1d.c -o plan-dft-1d.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-2d.lo -MD -MP -MF .deps/plan-dft-2d.Tpo -c plan-dft-2d.c -fno-common -DPIC -o .libs/plan-dft-2d.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-2d.lo -MD -MP -MF .deps/plan-dft-2d.Tpo -c plan-dft-2d.c -o plan-dft-2d.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-3d.lo -MD -MP -MF .deps/plan-dft-3d.Tpo -c plan-dft-3d.c -fno-common -DPIC -o .libs/plan-dft-3d.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-3d.lo -MD -MP -MF .deps/plan-dft-3d.Tpo -c plan-dft-3d.c -o plan-dft-3d.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-c2r-1d.lo -MD -MP -MF .deps/plan-dft-c2r-1d.Tpo -c plan-dft-c2r-1d.c -fno-common -DPIC -o .libs/plan-dft-c2r-1d.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-c2r-1d.lo -MD -MP -MF .deps/plan-dft-c2r-1d.Tpo -c plan-dft-c2r-1d.c -o plan-dft-c2r-1d.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-c2r-2d.lo -MD -MP -MF .deps/plan-dft-c2r-2d.Tpo -c plan-dft-c2r-2d.c -fno-common -DPIC -o .libs/plan-dft-c2r-2d.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-c2r-2d.lo -MD -MP -MF .deps/plan-dft-c2r-2d.Tpo -c plan-dft-c2r-2d.c -o plan-dft-c2r-2d.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-c2r-3d.lo -MD -MP -MF .deps/plan-dft-c2r-3d.Tpo -c plan-dft-c2r-3d.c -fno-common -DPIC -o .libs/plan-dft-c2r-3d.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-c2r-3d.lo -MD -MP -MF .deps/plan-dft-c2r-3d.Tpo -c plan-dft-c2r-3d.c -o plan-dft-c2r-3d.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-c2r.lo -MD -MP -MF .deps/plan-dft-c2r.Tpo -c plan-dft-c2r.c -fno-common -DPIC -o .libs/plan-dft-c2r.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-c2r.lo -MD -MP -MF .deps/plan-dft-c2r.Tpo -c plan-dft-c2r.c -o plan-dft-c2r.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-r2c-1d.lo -MD -MP -MF .deps/plan-dft-r2c-1d.Tpo -c plan-dft-r2c-1d.c -fno-common -DPIC -o .libs/plan-dft-r2c-1d.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-r2c-1d.lo -MD -MP -MF .deps/plan-dft-r2c-1d.Tpo -c plan-dft-r2c-1d.c -o plan-dft-r2c-1d.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-r2c-2d.lo -MD -MP -MF .deps/plan-dft-r2c-2d.Tpo -c plan-dft-r2c-2d.c -fno-common -DPIC -o .libs/plan-dft-r2c-2d.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-r2c-2d.lo -MD -MP -MF .deps/plan-dft-r2c-2d.Tpo -c plan-dft-r2c-2d.c -o plan-dft-r2c-2d.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-r2c-3d.lo -MD -MP -MF .deps/plan-dft-r2c-3d.Tpo -c plan-dft-r2c-3d.c -fno-common -DPIC -o .libs/plan-dft-r2c-3d.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-r2c-3d.lo -MD -MP -MF .deps/plan-dft-r2c-3d.Tpo -c plan-dft-r2c-3d.c -o plan-dft-r2c-3d.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-r2c.lo -MD -MP -MF .deps/plan-dft-r2c.Tpo -c plan-dft-r2c.c -fno-common -DPIC -o .libs/plan-dft-r2c.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft-r2c.lo -MD -MP -MF .deps/plan-dft-r2c.Tpo -c plan-dft-r2c.c -o plan-dft-r2c.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft.lo -MD -MP -MF .deps/plan-dft.Tpo -c plan-dft.c -fno-common -DPIC -o .libs/plan-dft.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-dft.lo -MD -MP -MF .deps/plan-dft.Tpo -c plan-dft.c -o plan-dft.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-dft-c2r.lo -MD -MP -MF .deps/plan-guru-dft-c2r.Tpo -c plan-guru-dft-c2r.c -fno-common -DPIC -o .libs/plan-guru-dft-c2r.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-dft-c2r.lo -MD -MP -MF .deps/plan-guru-dft-c2r.Tpo -c plan-guru-dft-c2r.c -o plan-guru-dft-c2r.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-dft-r2c.lo -MD -MP -MF .deps/plan-guru-dft-r2c.Tpo -c plan-guru-dft-r2c.c -fno-common -DPIC -o .libs/plan-guru-dft-r2c.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-dft-r2c.lo -MD -MP -MF .deps/plan-guru-dft-r2c.Tpo -c plan-guru-dft-r2c.c -o plan-guru-dft-r2c.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-dft.lo -MD -MP -MF .deps/plan-guru-dft.Tpo -c plan-guru-dft.c -fno-common -DPIC -o .libs/plan-guru-dft.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-dft.lo -MD -MP -MF .deps/plan-guru-dft.Tpo -c plan-guru-dft.c -o plan-guru-dft.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-r2r.lo -MD -MP -MF .deps/plan-guru-r2r.Tpo -c plan-guru-r2r.c -fno-common -DPIC -o .libs/plan-guru-r2r.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-r2r.lo -MD -MP -MF .deps/plan-guru-r2r.Tpo -c plan-guru-r2r.c -o plan-guru-r2r.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru-split-dft-c2r.Tpo -c plan-guru-split-dft-c2r.c -fno-common -DPIC -o .libs/plan-guru-split-dft-c2r.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru-split-dft-c2r.Tpo -c plan-guru-split-dft-c2r.c -o plan-guru-split-dft-c2r.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru-split-dft-r2c.Tpo -c plan-guru-split-dft-r2c.c -fno-common -DPIC -o .libs/plan-guru-split-dft-r2c.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru-split-dft-r2c.Tpo -c plan-guru-split-dft-r2c.c -o plan-guru-split-dft-r2c.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-split-dft.lo -MD -MP -MF .deps/plan-guru-split-dft.Tpo -c plan-guru-split-dft.c -fno-common -DPIC -o .libs/plan-guru-split-dft.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru-split-dft.lo -MD -MP -MF .deps/plan-guru-split-dft.Tpo -c plan-guru-split-dft.c -o plan-guru-split-dft.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-many-dft-c2r.lo -MD -MP -MF .deps/plan-many-dft-c2r.Tpo -c plan-many-dft-c2r.c -fno-common -DPIC -o .libs/plan-many-dft-c2r.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-many-dft-c2r.lo -MD -MP -MF .deps/plan-many-dft-c2r.Tpo -c plan-many-dft-c2r.c -o plan-many-dft-c2r.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-many-dft-r2c.lo -MD -MP -MF .deps/plan-many-dft-r2c.Tpo -c plan-many-dft-r2c.c -fno-common -DPIC -o .libs/plan-many-dft-r2c.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-many-dft-r2c.lo -MD -MP -MF .deps/plan-many-dft-r2c.Tpo -c plan-many-dft-r2c.c -o plan-many-dft-r2c.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-many-dft.lo -MD -MP -MF .deps/plan-many-dft.Tpo -c plan-many-dft.c -fno-common -DPIC -o .libs/plan-many-dft.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-many-dft.lo -MD -MP -MF .deps/plan-many-dft.Tpo -c plan-many-dft.c -o plan-many-dft.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-many-r2r.lo -MD -MP -MF .deps/plan-many-r2r.Tpo -c plan-many-r2r.c -fno-common -DPIC -o .libs/plan-many-r2r.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-many-r2r.lo -MD -MP -MF .deps/plan-many-r2r.Tpo -c plan-many-r2r.c -o plan-many-r2r.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-r2r-1d.lo -MD -MP -MF .deps/plan-r2r-1d.Tpo -c plan-r2r-1d.c -fno-common -DPIC -o .libs/plan-r2r-1d.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-r2r-1d.lo -MD -MP -MF .deps/plan-r2r-1d.Tpo -c plan-r2r-1d.c -o plan-r2r-1d.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-r2r-2d.lo -MD -MP -MF .deps/plan-r2r-2d.Tpo -c plan-r2r-2d.c -fno-common -DPIC -o .libs/plan-r2r-2d.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-r2r-2d.lo -MD -MP -MF .deps/plan-r2r-2d.Tpo -c plan-r2r-2d.c -o plan-r2r-2d.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-r2r-3d.lo -MD -MP -MF .deps/plan-r2r-3d.Tpo -c plan-r2r-3d.c -fno-common -DPIC -o .libs/plan-r2r-3d.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-r2r-3d.lo -MD -MP -MF .deps/plan-r2r-3d.Tpo -c plan-r2r-3d.c -o plan-r2r-3d.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-r2r.lo -MD -MP -MF .deps/plan-r2r.Tpo -c plan-r2r.c -fno-common -DPIC -o .libs/plan-r2r.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-r2r.lo -MD -MP -MF .deps/plan-r2r.Tpo -c plan-r2r.c -o plan-r2r.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT print-plan.lo -MD -MP -MF .deps/print-plan.Tpo -c print-plan.c -fno-common -DPIC -o .libs/print-plan.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT print-plan.lo -MD -MP -MF .deps/print-plan.Tpo -c print-plan.c -o print-plan.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft2-pad.lo -MD -MP -MF .deps/rdft2-pad.Tpo -c rdft2-pad.c -fno-common -DPIC -o .libs/rdft2-pad.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT rdft2-pad.lo -MD -MP -MF .deps/rdft2-pad.Tpo -c rdft2-pad.c -o rdft2-pad.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT the-planner.lo -MD -MP -MF .deps/the-planner.Tpo -c the-planner.c -fno-common -DPIC -o .libs/the-planner.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT the-planner.lo -MD -MP -MF .deps/the-planner.Tpo -c the-planner.c -o the-planner.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -fno-common -DPIC -o .libs/version.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -o version.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-dft-c2r.Tpo -c plan-guru64-dft-c2r.c -fno-common -DPIC -o .libs/plan-guru64-dft-c2r.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-dft-c2r.Tpo -c plan-guru64-dft-c2r.c -o plan-guru64-dft-c2r.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-dft-r2c.Tpo -c plan-guru64-dft-r2c.c -fno-common -DPIC -o .libs/plan-guru64-dft-r2c.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-dft-r2c.Tpo -c plan-guru64-dft-r2c.c -o plan-guru64-dft-r2c.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-dft.lo -MD -MP -MF .deps/plan-guru64-dft.Tpo -c plan-guru64-dft.c -fno-common -DPIC -o .libs/plan-guru64-dft.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-dft.lo -MD -MP -MF .deps/plan-guru64-dft.Tpo -c plan-guru64-dft.c -o plan-guru64-dft.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-r2r.lo -MD -MP -MF .deps/plan-guru64-r2r.Tpo -c plan-guru64-r2r.c -fno-common -DPIC -o .libs/plan-guru64-r2r.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-r2r.lo -MD -MP -MF .deps/plan-guru64-r2r.Tpo -c plan-guru64-r2r.c -o plan-guru64-r2r.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-split-dft-c2r.Tpo -c plan-guru64-split-dft-c2r.c -fno-common -DPIC -o .libs/plan-guru64-split-dft-c2r.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-split-dft-c2r.Tpo -c plan-guru64-split-dft-c2r.c -o plan-guru64-split-dft-c2r.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-split-dft-r2c.Tpo -c plan-guru64-split-dft-r2c.c -fno-common -DPIC -o .libs/plan-guru64-split-dft-r2c.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-split-dft-r2c.Tpo -c plan-guru64-split-dft-r2c.c -o plan-guru64-split-dft-r2c.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-split-dft.lo -MD -MP -MF .deps/plan-guru64-split-dft.Tpo -c plan-guru64-split-dft.c -fno-common -DPIC -o .libs/plan-guru64-split-dft.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT plan-guru64-split-dft.lo -MD -MP -MF .deps/plan-guru64-split-dft.Tpo -c plan-guru64-split-dft.c -o plan-guru64-split-dft.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mktensor-iodims64.lo -MD -MP -MF .deps/mktensor-iodims64.Tpo -c mktensor-iodims64.c -fno-common -DPIC -o .libs/mktensor-iodims64.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT mktensor-iodims64.lo -MD -MP -MF .deps/mktensor-iodims64.Tpo -c mktensor-iodims64.c -o mktensor-iodims64.o >/dev/null 2>&1
libtool: link: ar cru .libs/libapi.a .libs/apiplan.o .libs/configure.o .libs/execute-dft-c2r.o .libs/execute-dft-r2c.o .libs/execute-dft.o .libs/execute-r2r.o .libs/execute-split-dft-c2r.o .libs/execute-split-dft-r2c.o .libs/execute-split-dft.o .libs/execute.o .libs/export-wisdom-to-file.o .libs/export-wisdom-to-string.o .libs/export-wisdom.o .libs/f77api.o .libs/flops.o .libs/forget-wisdom.o .libs/import-system-wisdom.o .libs/import-wisdom-from-file.o .libs/import-wisdom-from-string.o .libs/import-wisdom.o .libs/malloc.o .libs/map-r2r-kind.o .libs/mapflags.o .libs/mkprinter-file.o .libs/mktensor-iodims.o .libs/mktensor-rowmajor.o .libs/plan-dft-1d.o .libs/plan-dft-2d.o .libs/plan-dft-3d.o .libs/plan-dft-c2r-1d.o .libs/plan-dft-c2r-2d.o .libs/plan-dft-c2r-3d.o .libs/plan-dft-c2r.o .libs/plan-dft-r2c-1d.o .libs/plan-dft-r2c-2d.o .libs/plan-dft-r2c-3d.o .libs/plan-dft-r2c.o .libs/plan-dft.o .libs/plan-guru-dft-c2r.o .libs/plan-guru-dft-r2c.o .libs/plan-guru-dft.o .libs/plan-guru-r2r.o .libs/plan-guru-split-dft-c2r.o .libs/plan-guru-split-dft-r2c.o .libs/plan-guru-split-dft.o .libs/plan-many-dft-c2r.o .libs/plan-many-dft-r2c.o .libs/plan-many-dft.o .libs/plan-many-r2r.o .libs/plan-r2r-1d.o .libs/plan-r2r-2d.o .libs/plan-r2r-3d.o .libs/plan-r2r.o .libs/print-plan.o .libs/rdft2-pad.o .libs/the-planner.o .libs/version.o .libs/plan-guru64-dft-c2r.o .libs/plan-guru64-dft-r2c.o .libs/plan-guru64-dft.o .libs/plan-guru64-r2r.o .libs/plan-guru64-split-dft-c2r.o .libs/plan-guru64-split-dft-r2c.o .libs/plan-guru64-split-dft.o .libs/mktensor-iodims64.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapi.a(f77api.o) has no symbols
libtool: link: ranlib .libs/libapi.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapi.a(f77api.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libapi.la" && ln -s "../libapi.la" "libapi.la" )
Making all in libbench2
Making all in .
libtool: link: clang -stdlib=libc++ -mmacosx-version-min=10.7 -dynamiclib -o .libs/libfftw3f.3.dylib -Wl,-force_load,kernel/.libs/libkernel.a -Wl,-force_load,dft/.libs/libdft.a -Wl,-force_load,dft/scalar/.libs/libdft_scalar.a -Wl,-force_load,dft/scalar/codelets/.libs/libdft_scalar_codelets.a -Wl,-force_load,rdft/.libs/librdft.a -Wl,-force_load,rdft/scalar/.libs/librdft_scalar.a -Wl,-force_load,rdft/scalar/r2cf/.libs/librdft_scalar_r2cf.a -Wl,-force_load,rdft/scalar/r2cb/.libs/librdft_scalar_r2cb.a -Wl,-force_load,rdft/scalar/r2r/.libs/librdft_scalar_r2r.a -Wl,-force_load,reodft/.libs/libreodft.a -Wl,-force_load,api/.libs/libapi.a -Wl,-force_load,simd-support/.libs/libsimd_support.a -Wl,-force_load,simd-support/.libs/libsimd_sse2_nonportable.a -Wl,-force_load,dft/simd/sse2/.libs/libdft_sse2_codelets.a -Wl,-force_load,rdft/simd/sse2/.libs/librdft_sse2_codelets.a -Wl,-force_load,dft/simd/avx/.libs/libdft_avx_codelets.a -Wl,-force_load,rdft/simd/avx/.libs/librdft_avx_codelets.a -lm -mmacosx-version-min=10.7 -O3 -mtune=native -install_name /Applications/julia/usr/lib/libfftw3f.3.dylib -compatibility_version 7 -current_version 7.2 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libfftw3f.dylib" && ln -s "libfftw3f.3.dylib" "libfftw3f.dylib")
libtool: link: (cd .libs/libfftw3f.lax/libkernel.a && ar x "/Applications/julia/deps/fftw-3.3.3-single/kernel/.libs/libkernel.a")
libtool: link: (cd .libs/libfftw3f.lax/libdft.a && ar x "/Applications/julia/deps/fftw-3.3.3-single/dft/.libs/libdft.a")
libtool: link: (cd .libs/libfftw3f.lax/libdft_scalar.a && ar x "/Applications/julia/deps/fftw-3.3.3-single/dft/scalar/.libs/libdft_scalar.a")
libtool: link: (cd .libs/libfftw3f.lax/libdft_scalar_codelets.a && ar x "/Applications/julia/deps/fftw-3.3.3-single/dft/scalar/codelets/.libs/libdft_scalar_codelets.a")
libtool: link: (cd .libs/libfftw3f.lax/librdft.a && ar x "/Applications/julia/deps/fftw-3.3.3-single/rdft/.libs/librdft.a")
libtool: link: (cd .libs/libfftw3f.lax/librdft_scalar.a && ar x "/Applications/julia/deps/fftw-3.3.3-single/rdft/scalar/.libs/librdft_scalar.a")
libtool: link: (cd .libs/libfftw3f.lax/librdft_scalar_r2cf.a && ar x "/Applications/julia/deps/fftw-3.3.3-single/rdft/scalar/r2cf/.libs/librdft_scalar_r2cf.a")
libtool: link: (cd .libs/libfftw3f.lax/librdft_scalar_r2cb.a && ar x "/Applications/julia/deps/fftw-3.3.3-single/rdft/scalar/r2cb/.libs/librdft_scalar_r2cb.a")
libtool: link: (cd .libs/libfftw3f.lax/librdft_scalar_r2r.a && ar x "/Applications/julia/deps/fftw-3.3.3-single/rdft/scalar/r2r/.libs/librdft_scalar_r2r.a")
libtool: link: (cd .libs/libfftw3f.lax/libreodft.a && ar x "/Applications/julia/deps/fftw-3.3.3-single/reodft/.libs/libreodft.a")
libtool: link: (cd .libs/libfftw3f.lax/libapi.a && ar x "/Applications/julia/deps/fftw-3.3.3-single/api/.libs/libapi.a")
libtool: link: (cd .libs/libfftw3f.lax/libsimd_support.a && ar x "/Applications/julia/deps/fftw-3.3.3-single/simd-support/.libs/libsimd_support.a")
libtool: link: (cd .libs/libfftw3f.lax/libsimd_sse2_nonportable.a && ar x "/Applications/julia/deps/fftw-3.3.3-single/simd-support/.libs/libsimd_sse2_nonportable.a")
libtool: link: (cd .libs/libfftw3f.lax/libdft_sse2_codelets.a && ar x "/Applications/julia/deps/fftw-3.3.3-single/dft/simd/sse2/.libs/libdft_sse2_codelets.a")
libtool: link: (cd .libs/libfftw3f.lax/librdft_sse2_codelets.a && ar x "/Applications/julia/deps/fftw-3.3.3-single/rdft/simd/sse2/.libs/librdft_sse2_codelets.a")
libtool: link: (cd .libs/libfftw3f.lax/libdft_avx_codelets.a && ar x "/Applications/julia/deps/fftw-3.3.3-single/dft/simd/avx/.libs/libdft_avx_codelets.a")
libtool: link: (cd .libs/libfftw3f.lax/librdft_avx_codelets.a && ar x "/Applications/julia/deps/fftw-3.3.3-single/rdft/simd/avx/.libs/librdft_avx_codelets.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libfftw3f.lax/libdft.a/buffered.o .libs/libfftw3f.lax/lt1-buffered.o || cp .libs/libfftw3f.lax/libdft.a/buffered.o .libs/libfftw3f.lax/lt1-buffered.o
libtool: link: ln .libs/libfftw3f.lax/libdft.a/ct.o .libs/libfftw3f.lax/lt2-ct.o || cp .libs/libfftw3f.lax/libdft.a/ct.o .libs/libfftw3f.lax/lt2-ct.o
libtool: link: ln .libs/libfftw3f.lax/libdft.a/plan.o .libs/libfftw3f.lax/lt3-plan.o || cp .libs/libfftw3f.lax/libdft.a/plan.o .libs/libfftw3f.lax/lt3-plan.o
libtool: link: ln .libs/libfftw3f.lax/libdft.a/problem.o .libs/libfftw3f.lax/lt4-problem.o || cp .libs/libfftw3f.lax/libdft.a/problem.o .libs/libfftw3f.lax/lt4-problem.o
libtool: link: ln .libs/libfftw3f.lax/libdft.a/rader.o .libs/libfftw3f.lax/lt5-rader.o || cp .libs/libfftw3f.lax/libdft.a/rader.o .libs/libfftw3f.lax/lt5-rader.o
libtool: link: ln .libs/libfftw3f.lax/librdft.a/buffered.o .libs/libfftw3f.lax/lt6-buffered.o || cp .libs/libfftw3f.lax/librdft.a/buffered.o .libs/libfftw3f.lax/lt6-buffered.o
libtool: link: ln .libs/libfftw3f.lax/librdft.a/conf.o .libs/libfftw3f.lax/lt7-conf.o || cp .libs/libfftw3f.lax/librdft.a/conf.o .libs/libfftw3f.lax/lt7-conf.o
libtool: link: ln .libs/libfftw3f.lax/librdft.a/generic.o .libs/libfftw3f.lax/lt8-generic.o || cp .libs/libfftw3f.lax/librdft.a/generic.o .libs/libfftw3f.lax/lt8-generic.o
libtool: link: ln .libs/libfftw3f.lax/librdft.a/indirect.o .libs/libfftw3f.lax/lt9-indirect.o || cp .libs/libfftw3f.lax/librdft.a/indirect.o .libs/libfftw3f.lax/lt9-indirect.o
libtool: link: ln .libs/libfftw3f.lax/librdft.a/nop.o .libs/libfftw3f.lax/lt10-nop.o || cp .libs/libfftw3f.lax/librdft.a/nop.o .libs/libfftw3f.lax/lt10-nop.o
libtool: link: ln .libs/libfftw3f.lax/librdft.a/plan.o .libs/libfftw3f.lax/lt11-plan.o || cp .libs/libfftw3f.lax/librdft.a/plan.o .libs/libfftw3f.lax/lt11-plan.o
libtool: link: ln .libs/libfftw3f.lax/librdft.a/problem.o .libs/libfftw3f.lax/lt12-problem.o || cp .libs/libfftw3f.lax/librdft.a/problem.o .libs/libfftw3f.lax/lt12-problem.o
libtool: link: ln .libs/libfftw3f.lax/librdft.a/rank-geq2.o .libs/libfftw3f.lax/lt13-rank-geq2.o || cp .libs/libfftw3f.lax/librdft.a/rank-geq2.o .libs/libfftw3f.lax/lt13-rank-geq2.o
libtool: link: ln .libs/libfftw3f.lax/librdft.a/solve.o .libs/libfftw3f.lax/lt14-solve.o || cp .libs/libfftw3f.lax/librdft.a/solve.o .libs/libfftw3f.lax/lt14-solve.o
libtool: link: ln .libs/libfftw3f.lax/librdft.a/vrank-geq1.o .libs/libfftw3f.lax/lt15-vrank-geq1.o || cp .libs/libfftw3f.lax/librdft.a/vrank-geq1.o .libs/libfftw3f.lax/lt15-vrank-geq1.o
libtool: link: ln .libs/libfftw3f.lax/librdft_scalar_r2cf.a/codlist.o .libs/libfftw3f.lax/lt16-codlist.o || cp .libs/libfftw3f.lax/librdft_scalar_r2cf.a/codlist.o .libs/libfftw3f.lax/lt16-codlist.o
libtool: link: ln .libs/libfftw3f.lax/librdft_scalar_r2cb.a/codlist.o .libs/libfftw3f.lax/lt17-codlist.o || cp .libs/libfftw3f.lax/librdft_scalar_r2cb.a/codlist.o .libs/libfftw3f.lax/lt17-codlist.o
libtool: link: ln .libs/libfftw3f.lax/librdft_scalar_r2r.a/codlist.o .libs/libfftw3f.lax/lt18-codlist.o || cp .libs/libfftw3f.lax/librdft_scalar_r2r.a/codlist.o .libs/libfftw3f.lax/lt18-codlist.o
libtool: link: ln .libs/libfftw3f.lax/libreodft.a/conf.o .libs/libfftw3f.lax/lt19-conf.o || cp .libs/libfftw3f.lax/libreodft.a/conf.o .libs/libfftw3f.lax/lt19-conf.o
libtool: link: ln .libs/libfftw3f.lax/libdft_sse2_codelets.a/codlist.o .libs/libfftw3f.lax/lt20-codlist.o || cp .libs/libfftw3f.lax/libdft_sse2_codelets.a/codlist.o .libs/libfftw3f.lax/lt20-codlist.o
libtool: link: ln .libs/libfftw3f.lax/librdft_sse2_codelets.a/codlist.o .libs/libfftw3f.lax/lt21-codlist.o || cp .libs/libfftw3f.lax/librdft_sse2_codelets.a/codlist.o .libs/libfftw3f.lax/lt21-codlist.o
libtool: link: ln .libs/libfftw3f.lax/librdft_sse2_codelets.a/genus.o .libs/libfftw3f.lax/lt22-genus.o || cp .libs/libfftw3f.lax/librdft_sse2_codelets.a/genus.o .libs/libfftw3f.lax/lt22-genus.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/codlist.o .libs/libfftw3f.lax/lt23-codlist.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/codlist.o .libs/libfftw3f.lax/lt23-codlist.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/genus.o .libs/libfftw3f.lax/lt24-genus.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/genus.o .libs/libfftw3f.lax/lt24-genus.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_10.o .libs/libfftw3f.lax/lt25-n1bv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_10.o .libs/libfftw3f.lax/lt25-n1bv_10.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_11.o .libs/libfftw3f.lax/lt26-n1bv_11.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_11.o .libs/libfftw3f.lax/lt26-n1bv_11.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_12.o .libs/libfftw3f.lax/lt27-n1bv_12.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_12.o .libs/libfftw3f.lax/lt27-n1bv_12.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_128.o .libs/libfftw3f.lax/lt28-n1bv_128.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_128.o .libs/libfftw3f.lax/lt28-n1bv_128.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_13.o .libs/libfftw3f.lax/lt29-n1bv_13.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_13.o .libs/libfftw3f.lax/lt29-n1bv_13.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_14.o .libs/libfftw3f.lax/lt30-n1bv_14.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_14.o .libs/libfftw3f.lax/lt30-n1bv_14.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_15.o .libs/libfftw3f.lax/lt31-n1bv_15.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_15.o .libs/libfftw3f.lax/lt31-n1bv_15.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_16.o .libs/libfftw3f.lax/lt32-n1bv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_16.o .libs/libfftw3f.lax/lt32-n1bv_16.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_2.o .libs/libfftw3f.lax/lt33-n1bv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_2.o .libs/libfftw3f.lax/lt33-n1bv_2.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_20.o .libs/libfftw3f.lax/lt34-n1bv_20.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_20.o .libs/libfftw3f.lax/lt34-n1bv_20.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_25.o .libs/libfftw3f.lax/lt35-n1bv_25.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_25.o .libs/libfftw3f.lax/lt35-n1bv_25.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_3.o .libs/libfftw3f.lax/lt36-n1bv_3.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_3.o .libs/libfftw3f.lax/lt36-n1bv_3.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_32.o .libs/libfftw3f.lax/lt37-n1bv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_32.o .libs/libfftw3f.lax/lt37-n1bv_32.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_4.o .libs/libfftw3f.lax/lt38-n1bv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_4.o .libs/libfftw3f.lax/lt38-n1bv_4.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_5.o .libs/libfftw3f.lax/lt39-n1bv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_5.o .libs/libfftw3f.lax/lt39-n1bv_5.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_6.o .libs/libfftw3f.lax/lt40-n1bv_6.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_6.o .libs/libfftw3f.lax/lt40-n1bv_6.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_64.o .libs/libfftw3f.lax/lt41-n1bv_64.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_64.o .libs/libfftw3f.lax/lt41-n1bv_64.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_7.o .libs/libfftw3f.lax/lt42-n1bv_7.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_7.o .libs/libfftw3f.lax/lt42-n1bv_7.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_8.o .libs/libfftw3f.lax/lt43-n1bv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_8.o .libs/libfftw3f.lax/lt43-n1bv_8.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_9.o .libs/libfftw3f.lax/lt44-n1bv_9.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_9.o .libs/libfftw3f.lax/lt44-n1bv_9.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_10.o .libs/libfftw3f.lax/lt45-n1fv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_10.o .libs/libfftw3f.lax/lt45-n1fv_10.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_11.o .libs/libfftw3f.lax/lt46-n1fv_11.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_11.o .libs/libfftw3f.lax/lt46-n1fv_11.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_12.o .libs/libfftw3f.lax/lt47-n1fv_12.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_12.o .libs/libfftw3f.lax/lt47-n1fv_12.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_128.o .libs/libfftw3f.lax/lt48-n1fv_128.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_128.o .libs/libfftw3f.lax/lt48-n1fv_128.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_13.o .libs/libfftw3f.lax/lt49-n1fv_13.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_13.o .libs/libfftw3f.lax/lt49-n1fv_13.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_14.o .libs/libfftw3f.lax/lt50-n1fv_14.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_14.o .libs/libfftw3f.lax/lt50-n1fv_14.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_15.o .libs/libfftw3f.lax/lt51-n1fv_15.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_15.o .libs/libfftw3f.lax/lt51-n1fv_15.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_16.o .libs/libfftw3f.lax/lt52-n1fv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_16.o .libs/libfftw3f.lax/lt52-n1fv_16.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_2.o .libs/libfftw3f.lax/lt53-n1fv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_2.o .libs/libfftw3f.lax/lt53-n1fv_2.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_20.o .libs/libfftw3f.lax/lt54-n1fv_20.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_20.o .libs/libfftw3f.lax/lt54-n1fv_20.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_25.o .libs/libfftw3f.lax/lt55-n1fv_25.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_25.o .libs/libfftw3f.lax/lt55-n1fv_25.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_3.o .libs/libfftw3f.lax/lt56-n1fv_3.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_3.o .libs/libfftw3f.lax/lt56-n1fv_3.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_32.o .libs/libfftw3f.lax/lt57-n1fv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_32.o .libs/libfftw3f.lax/lt57-n1fv_32.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_4.o .libs/libfftw3f.lax/lt58-n1fv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_4.o .libs/libfftw3f.lax/lt58-n1fv_4.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_5.o .libs/libfftw3f.lax/lt59-n1fv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_5.o .libs/libfftw3f.lax/lt59-n1fv_5.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_6.o .libs/libfftw3f.lax/lt60-n1fv_6.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_6.o .libs/libfftw3f.lax/lt60-n1fv_6.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_64.o .libs/libfftw3f.lax/lt61-n1fv_64.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_64.o .libs/libfftw3f.lax/lt61-n1fv_64.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_7.o .libs/libfftw3f.lax/lt62-n1fv_7.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_7.o .libs/libfftw3f.lax/lt62-n1fv_7.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_8.o .libs/libfftw3f.lax/lt63-n1fv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_8.o .libs/libfftw3f.lax/lt63-n1fv_8.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_9.o .libs/libfftw3f.lax/lt64-n1fv_9.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_9.o .libs/libfftw3f.lax/lt64-n1fv_9.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_10.o .libs/libfftw3f.lax/lt65-n2bv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_10.o .libs/libfftw3f.lax/lt65-n2bv_10.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_12.o .libs/libfftw3f.lax/lt66-n2bv_12.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_12.o .libs/libfftw3f.lax/lt66-n2bv_12.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_14.o .libs/libfftw3f.lax/lt67-n2bv_14.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_14.o .libs/libfftw3f.lax/lt67-n2bv_14.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_16.o .libs/libfftw3f.lax/lt68-n2bv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_16.o .libs/libfftw3f.lax/lt68-n2bv_16.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_2.o .libs/libfftw3f.lax/lt69-n2bv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_2.o .libs/libfftw3f.lax/lt69-n2bv_2.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_20.o .libs/libfftw3f.lax/lt70-n2bv_20.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_20.o .libs/libfftw3f.lax/lt70-n2bv_20.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_32.o .libs/libfftw3f.lax/lt71-n2bv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_32.o .libs/libfftw3f.lax/lt71-n2bv_32.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_4.o .libs/libfftw3f.lax/lt72-n2bv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_4.o .libs/libfftw3f.lax/lt72-n2bv_4.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_6.o .libs/libfftw3f.lax/lt73-n2bv_6.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_6.o .libs/libfftw3f.lax/lt73-n2bv_6.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_64.o .libs/libfftw3f.lax/lt74-n2bv_64.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_64.o .libs/libfftw3f.lax/lt74-n2bv_64.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_8.o .libs/libfftw3f.lax/lt75-n2bv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_8.o .libs/libfftw3f.lax/lt75-n2bv_8.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_10.o .libs/libfftw3f.lax/lt76-n2fv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_10.o .libs/libfftw3f.lax/lt76-n2fv_10.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_12.o .libs/libfftw3f.lax/lt77-n2fv_12.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_12.o .libs/libfftw3f.lax/lt77-n2fv_12.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_14.o .libs/libfftw3f.lax/lt78-n2fv_14.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_14.o .libs/libfftw3f.lax/lt78-n2fv_14.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_16.o .libs/libfftw3f.lax/lt79-n2fv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_16.o .libs/libfftw3f.lax/lt79-n2fv_16.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_2.o .libs/libfftw3f.lax/lt80-n2fv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_2.o .libs/libfftw3f.lax/lt80-n2fv_2.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_20.o .libs/libfftw3f.lax/lt81-n2fv_20.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_20.o .libs/libfftw3f.lax/lt81-n2fv_20.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_32.o .libs/libfftw3f.lax/lt82-n2fv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_32.o .libs/libfftw3f.lax/lt82-n2fv_32.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_4.o .libs/libfftw3f.lax/lt83-n2fv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_4.o .libs/libfftw3f.lax/lt83-n2fv_4.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_6.o .libs/libfftw3f.lax/lt84-n2fv_6.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_6.o .libs/libfftw3f.lax/lt84-n2fv_6.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_64.o .libs/libfftw3f.lax/lt85-n2fv_64.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_64.o .libs/libfftw3f.lax/lt85-n2fv_64.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_8.o .libs/libfftw3f.lax/lt86-n2fv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_8.o .libs/libfftw3f.lax/lt86-n2fv_8.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2sv_16.o .libs/libfftw3f.lax/lt87-n2sv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2sv_16.o .libs/libfftw3f.lax/lt87-n2sv_16.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2sv_32.o .libs/libfftw3f.lax/lt88-n2sv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2sv_32.o .libs/libfftw3f.lax/lt88-n2sv_32.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2sv_4.o .libs/libfftw3f.lax/lt89-n2sv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2sv_4.o .libs/libfftw3f.lax/lt89-n2sv_4.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2sv_64.o .libs/libfftw3f.lax/lt90-n2sv_64.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2sv_64.o .libs/libfftw3f.lax/lt90-n2sv_64.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2sv_8.o .libs/libfftw3f.lax/lt91-n2sv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2sv_8.o .libs/libfftw3f.lax/lt91-n2sv_8.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/q1bv_2.o .libs/libfftw3f.lax/lt92-q1bv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/q1bv_2.o .libs/libfftw3f.lax/lt92-q1bv_2.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/q1bv_4.o .libs/libfftw3f.lax/lt93-q1bv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/q1bv_4.o .libs/libfftw3f.lax/lt93-q1bv_4.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/q1bv_5.o .libs/libfftw3f.lax/lt94-q1bv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/q1bv_5.o .libs/libfftw3f.lax/lt94-q1bv_5.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/q1bv_8.o .libs/libfftw3f.lax/lt95-q1bv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/q1bv_8.o .libs/libfftw3f.lax/lt95-q1bv_8.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/q1fv_2.o .libs/libfftw3f.lax/lt96-q1fv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/q1fv_2.o .libs/libfftw3f.lax/lt96-q1fv_2.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/q1fv_4.o .libs/libfftw3f.lax/lt97-q1fv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/q1fv_4.o .libs/libfftw3f.lax/lt97-q1fv_4.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/q1fv_5.o .libs/libfftw3f.lax/lt98-q1fv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/q1fv_5.o .libs/libfftw3f.lax/lt98-q1fv_5.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/q1fv_8.o .libs/libfftw3f.lax/lt99-q1fv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/q1fv_8.o .libs/libfftw3f.lax/lt99-q1fv_8.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_10.o .libs/libfftw3f.lax/lt100-t1buv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_10.o .libs/libfftw3f.lax/lt100-t1buv_10.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_2.o .libs/libfftw3f.lax/lt101-t1buv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_2.o .libs/libfftw3f.lax/lt101-t1buv_2.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_3.o .libs/libfftw3f.lax/lt102-t1buv_3.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_3.o .libs/libfftw3f.lax/lt102-t1buv_3.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_4.o .libs/libfftw3f.lax/lt103-t1buv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_4.o .libs/libfftw3f.lax/lt103-t1buv_4.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_5.o .libs/libfftw3f.lax/lt104-t1buv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_5.o .libs/libfftw3f.lax/lt104-t1buv_5.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_6.o .libs/libfftw3f.lax/lt105-t1buv_6.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_6.o .libs/libfftw3f.lax/lt105-t1buv_6.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_7.o .libs/libfftw3f.lax/lt106-t1buv_7.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_7.o .libs/libfftw3f.lax/lt106-t1buv_7.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_8.o .libs/libfftw3f.lax/lt107-t1buv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_8.o .libs/libfftw3f.lax/lt107-t1buv_8.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_9.o .libs/libfftw3f.lax/lt108-t1buv_9.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_9.o .libs/libfftw3f.lax/lt108-t1buv_9.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_10.o .libs/libfftw3f.lax/lt109-t1bv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_10.o .libs/libfftw3f.lax/lt109-t1bv_10.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_12.o .libs/libfftw3f.lax/lt110-t1bv_12.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_12.o .libs/libfftw3f.lax/lt110-t1bv_12.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_15.o .libs/libfftw3f.lax/lt111-t1bv_15.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_15.o .libs/libfftw3f.lax/lt111-t1bv_15.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_16.o .libs/libfftw3f.lax/lt112-t1bv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_16.o .libs/libfftw3f.lax/lt112-t1bv_16.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_2.o .libs/libfftw3f.lax/lt113-t1bv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_2.o .libs/libfftw3f.lax/lt113-t1bv_2.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_20.o .libs/libfftw3f.lax/lt114-t1bv_20.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_20.o .libs/libfftw3f.lax/lt114-t1bv_20.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_25.o .libs/libfftw3f.lax/lt115-t1bv_25.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_25.o .libs/libfftw3f.lax/lt115-t1bv_25.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_3.o .libs/libfftw3f.lax/lt116-t1bv_3.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_3.o .libs/libfftw3f.lax/lt116-t1bv_3.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_32.o .libs/libfftw3f.lax/lt117-t1bv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_32.o .libs/libfftw3f.lax/lt117-t1bv_32.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_4.o .libs/libfftw3f.lax/lt118-t1bv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_4.o .libs/libfftw3f.lax/lt118-t1bv_4.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_5.o .libs/libfftw3f.lax/lt119-t1bv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_5.o .libs/libfftw3f.lax/lt119-t1bv_5.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_6.o .libs/libfftw3f.lax/lt120-t1bv_6.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_6.o .libs/libfftw3f.lax/lt120-t1bv_6.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_64.o .libs/libfftw3f.lax/lt121-t1bv_64.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_64.o .libs/libfftw3f.lax/lt121-t1bv_64.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_7.o .libs/libfftw3f.lax/lt122-t1bv_7.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_7.o .libs/libfftw3f.lax/lt122-t1bv_7.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_8.o .libs/libfftw3f.lax/lt123-t1bv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_8.o .libs/libfftw3f.lax/lt123-t1bv_8.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_9.o .libs/libfftw3f.lax/lt124-t1bv_9.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_9.o .libs/libfftw3f.lax/lt124-t1bv_9.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_10.o .libs/libfftw3f.lax/lt125-t1fuv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_10.o .libs/libfftw3f.lax/lt125-t1fuv_10.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_2.o .libs/libfftw3f.lax/lt126-t1fuv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_2.o .libs/libfftw3f.lax/lt126-t1fuv_2.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_3.o .libs/libfftw3f.lax/lt127-t1fuv_3.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_3.o .libs/libfftw3f.lax/lt127-t1fuv_3.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_4.o .libs/libfftw3f.lax/lt128-t1fuv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_4.o .libs/libfftw3f.lax/lt128-t1fuv_4.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_5.o .libs/libfftw3f.lax/lt129-t1fuv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_5.o .libs/libfftw3f.lax/lt129-t1fuv_5.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_6.o .libs/libfftw3f.lax/lt130-t1fuv_6.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_6.o .libs/libfftw3f.lax/lt130-t1fuv_6.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_7.o .libs/libfftw3f.lax/lt131-t1fuv_7.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_7.o .libs/libfftw3f.lax/lt131-t1fuv_7.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_8.o .libs/libfftw3f.lax/lt132-t1fuv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_8.o .libs/libfftw3f.lax/lt132-t1fuv_8.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_9.o .libs/libfftw3f.lax/lt133-t1fuv_9.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_9.o .libs/libfftw3f.lax/lt133-t1fuv_9.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_10.o .libs/libfftw3f.lax/lt134-t1fv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_10.o .libs/libfftw3f.lax/lt134-t1fv_10.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_12.o .libs/libfftw3f.lax/lt135-t1fv_12.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_12.o .libs/libfftw3f.lax/lt135-t1fv_12.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_15.o .libs/libfftw3f.lax/lt136-t1fv_15.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_15.o .libs/libfftw3f.lax/lt136-t1fv_15.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_16.o .libs/libfftw3f.lax/lt137-t1fv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_16.o .libs/libfftw3f.lax/lt137-t1fv_16.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_2.o .libs/libfftw3f.lax/lt138-t1fv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_2.o .libs/libfftw3f.lax/lt138-t1fv_2.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_20.o .libs/libfftw3f.lax/lt139-t1fv_20.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_20.o .libs/libfftw3f.lax/lt139-t1fv_20.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_25.o .libs/libfftw3f.lax/lt140-t1fv_25.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_25.o .libs/libfftw3f.lax/lt140-t1fv_25.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_3.o .libs/libfftw3f.lax/lt141-t1fv_3.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_3.o .libs/libfftw3f.lax/lt141-t1fv_3.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_32.o .libs/libfftw3f.lax/lt142-t1fv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_32.o .libs/libfftw3f.lax/lt142-t1fv_32.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_4.o .libs/libfftw3f.lax/lt143-t1fv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_4.o .libs/libfftw3f.lax/lt143-t1fv_4.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_5.o .libs/libfftw3f.lax/lt144-t1fv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_5.o .libs/libfftw3f.lax/lt144-t1fv_5.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_6.o .libs/libfftw3f.lax/lt145-t1fv_6.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_6.o .libs/libfftw3f.lax/lt145-t1fv_6.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_64.o .libs/libfftw3f.lax/lt146-t1fv_64.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_64.o .libs/libfftw3f.lax/lt146-t1fv_64.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_7.o .libs/libfftw3f.lax/lt147-t1fv_7.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_7.o .libs/libfftw3f.lax/lt147-t1fv_7.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_8.o .libs/libfftw3f.lax/lt148-t1fv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_8.o .libs/libfftw3f.lax/lt148-t1fv_8.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_9.o .libs/libfftw3f.lax/lt149-t1fv_9.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_9.o .libs/libfftw3f.lax/lt149-t1fv_9.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1sv_16.o .libs/libfftw3f.lax/lt150-t1sv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1sv_16.o .libs/libfftw3f.lax/lt150-t1sv_16.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1sv_2.o .libs/libfftw3f.lax/lt151-t1sv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1sv_2.o .libs/libfftw3f.lax/lt151-t1sv_2.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1sv_32.o .libs/libfftw3f.lax/lt152-t1sv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1sv_32.o .libs/libfftw3f.lax/lt152-t1sv_32.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1sv_4.o .libs/libfftw3f.lax/lt153-t1sv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1sv_4.o .libs/libfftw3f.lax/lt153-t1sv_4.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1sv_8.o .libs/libfftw3f.lax/lt154-t1sv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1sv_8.o .libs/libfftw3f.lax/lt154-t1sv_8.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_10.o .libs/libfftw3f.lax/lt155-t2bv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_10.o .libs/libfftw3f.lax/lt155-t2bv_10.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_16.o .libs/libfftw3f.lax/lt156-t2bv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_16.o .libs/libfftw3f.lax/lt156-t2bv_16.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_2.o .libs/libfftw3f.lax/lt157-t2bv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_2.o .libs/libfftw3f.lax/lt157-t2bv_2.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_20.o .libs/libfftw3f.lax/lt158-t2bv_20.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_20.o .libs/libfftw3f.lax/lt158-t2bv_20.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_25.o .libs/libfftw3f.lax/lt159-t2bv_25.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_25.o .libs/libfftw3f.lax/lt159-t2bv_25.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_32.o .libs/libfftw3f.lax/lt160-t2bv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_32.o .libs/libfftw3f.lax/lt160-t2bv_32.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_4.o .libs/libfftw3f.lax/lt161-t2bv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_4.o .libs/libfftw3f.lax/lt161-t2bv_4.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_5.o .libs/libfftw3f.lax/lt162-t2bv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_5.o .libs/libfftw3f.lax/lt162-t2bv_5.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_64.o .libs/libfftw3f.lax/lt163-t2bv_64.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_64.o .libs/libfftw3f.lax/lt163-t2bv_64.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_8.o .libs/libfftw3f.lax/lt164-t2bv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_8.o .libs/libfftw3f.lax/lt164-t2bv_8.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_10.o .libs/libfftw3f.lax/lt165-t2fv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_10.o .libs/libfftw3f.lax/lt165-t2fv_10.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_16.o .libs/libfftw3f.lax/lt166-t2fv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_16.o .libs/libfftw3f.lax/lt166-t2fv_16.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_2.o .libs/libfftw3f.lax/lt167-t2fv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_2.o .libs/libfftw3f.lax/lt167-t2fv_2.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_20.o .libs/libfftw3f.lax/lt168-t2fv_20.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_20.o .libs/libfftw3f.lax/lt168-t2fv_20.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_25.o .libs/libfftw3f.lax/lt169-t2fv_25.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_25.o .libs/libfftw3f.lax/lt169-t2fv_25.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_32.o .libs/libfftw3f.lax/lt170-t2fv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_32.o .libs/libfftw3f.lax/lt170-t2fv_32.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_4.o .libs/libfftw3f.lax/lt171-t2fv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_4.o .libs/libfftw3f.lax/lt171-t2fv_4.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_5.o .libs/libfftw3f.lax/lt172-t2fv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_5.o .libs/libfftw3f.lax/lt172-t2fv_5.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_64.o .libs/libfftw3f.lax/lt173-t2fv_64.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_64.o .libs/libfftw3f.lax/lt173-t2fv_64.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_8.o .libs/libfftw3f.lax/lt174-t2fv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_8.o .libs/libfftw3f.lax/lt174-t2fv_8.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2sv_16.o .libs/libfftw3f.lax/lt175-t2sv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2sv_16.o .libs/libfftw3f.lax/lt175-t2sv_16.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2sv_32.o .libs/libfftw3f.lax/lt176-t2sv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2sv_32.o .libs/libfftw3f.lax/lt176-t2sv_32.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2sv_4.o .libs/libfftw3f.lax/lt177-t2sv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2sv_4.o .libs/libfftw3f.lax/lt177-t2sv_4.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2sv_8.o .libs/libfftw3f.lax/lt178-t2sv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2sv_8.o .libs/libfftw3f.lax/lt178-t2sv_8.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_10.o .libs/libfftw3f.lax/lt179-t3bv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_10.o .libs/libfftw3f.lax/lt179-t3bv_10.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_16.o .libs/libfftw3f.lax/lt180-t3bv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_16.o .libs/libfftw3f.lax/lt180-t3bv_16.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_20.o .libs/libfftw3f.lax/lt181-t3bv_20.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_20.o .libs/libfftw3f.lax/lt181-t3bv_20.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_25.o .libs/libfftw3f.lax/lt182-t3bv_25.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_25.o .libs/libfftw3f.lax/lt182-t3bv_25.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_32.o .libs/libfftw3f.lax/lt183-t3bv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_32.o .libs/libfftw3f.lax/lt183-t3bv_32.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_4.o .libs/libfftw3f.lax/lt184-t3bv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_4.o .libs/libfftw3f.lax/lt184-t3bv_4.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_5.o .libs/libfftw3f.lax/lt185-t3bv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_5.o .libs/libfftw3f.lax/lt185-t3bv_5.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_8.o .libs/libfftw3f.lax/lt186-t3bv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_8.o .libs/libfftw3f.lax/lt186-t3bv_8.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_10.o .libs/libfftw3f.lax/lt187-t3fv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_10.o .libs/libfftw3f.lax/lt187-t3fv_10.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_16.o .libs/libfftw3f.lax/lt188-t3fv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_16.o .libs/libfftw3f.lax/lt188-t3fv_16.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_20.o .libs/libfftw3f.lax/lt189-t3fv_20.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_20.o .libs/libfftw3f.lax/lt189-t3fv_20.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_25.o .libs/libfftw3f.lax/lt190-t3fv_25.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_25.o .libs/libfftw3f.lax/lt190-t3fv_25.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_32.o .libs/libfftw3f.lax/lt191-t3fv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_32.o .libs/libfftw3f.lax/lt191-t3fv_32.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_4.o .libs/libfftw3f.lax/lt192-t3fv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_4.o .libs/libfftw3f.lax/lt192-t3fv_4.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_5.o .libs/libfftw3f.lax/lt193-t3fv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_5.o .libs/libfftw3f.lax/lt193-t3fv_5.o
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_8.o .libs/libfftw3f.lax/lt194-t3fv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_8.o .libs/libfftw3f.lax/lt194-t3fv_8.o
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/codlist.o .libs/libfftw3f.lax/lt195-codlist.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/codlist.o .libs/libfftw3f.lax/lt195-codlist.o
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/genus.o .libs/libfftw3f.lax/lt196-genus.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/genus.o .libs/libfftw3f.lax/lt196-genus.o
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_10.o .libs/libfftw3f.lax/lt197-hc2cbdftv_10.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_10.o .libs/libfftw3f.lax/lt197-hc2cbdftv_10.o
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_12.o .libs/libfftw3f.lax/lt198-hc2cbdftv_12.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_12.o .libs/libfftw3f.lax/lt198-hc2cbdftv_12.o
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_16.o .libs/libfftw3f.lax/lt199-hc2cbdftv_16.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_16.o .libs/libfftw3f.lax/lt199-hc2cbdftv_16.o
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_2.o .libs/libfftw3f.lax/lt200-hc2cbdftv_2.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_2.o .libs/libfftw3f.lax/lt200-hc2cbdftv_2.o
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_20.o .libs/libfftw3f.lax/lt201-hc2cbdftv_20.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_20.o .libs/libfftw3f.lax/lt201-hc2cbdftv_20.o
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_32.o .libs/libfftw3f.lax/lt202-hc2cbdftv_32.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_32.o .libs/libfftw3f.lax/lt202-hc2cbdftv_32.o
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_4.o .libs/libfftw3f.lax/lt203-hc2cbdftv_4.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_4.o .libs/libfftw3f.lax/lt203-hc2cbdftv_4.o
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_6.o .libs/libfftw3f.lax/lt204-hc2cbdftv_6.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_6.o .libs/libfftw3f.lax/lt204-hc2cbdftv_6.o
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_8.o .libs/libfftw3f.lax/lt205-hc2cbdftv_8.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_8.o .libs/libfftw3f.lax/lt205-hc2cbdftv_8.o
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_10.o .libs/libfftw3f.lax/lt206-hc2cfdftv_10.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_10.o .libs/libfftw3f.lax/lt206-hc2cfdftv_10.o
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_12.o .libs/libfftw3f.lax/lt207-hc2cfdftv_12.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_12.o .libs/libfftw3f.lax/lt207-hc2cfdftv_12.o
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_16.o .libs/libfftw3f.lax/lt208-hc2cfdftv_16.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_16.o .libs/libfftw3f.lax/lt208-hc2cfdftv_16.o
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_2.o .libs/libfftw3f.lax/lt209-hc2cfdftv_2.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_2.o .libs/libfftw3f.lax/lt209-hc2cfdftv_2.o
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_20.o .libs/libfftw3f.lax/lt210-hc2cfdftv_20.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_20.o .libs/libfftw3f.lax/lt210-hc2cfdftv_20.o
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_32.o .libs/libfftw3f.lax/lt211-hc2cfdftv_32.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_32.o .libs/libfftw3f.lax/lt211-hc2cfdftv_32.o
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_4.o .libs/libfftw3f.lax/lt212-hc2cfdftv_4.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_4.o .libs/libfftw3f.lax/lt212-hc2cfdftv_4.o
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_6.o .libs/libfftw3f.lax/lt213-hc2cfdftv_6.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_6.o .libs/libfftw3f.lax/lt213-hc2cfdftv_6.o
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_8.o .libs/libfftw3f.lax/lt214-hc2cfdftv_8.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_8.o .libs/libfftw3f.lax/lt214-hc2cfdftv_8.o
libtool: link: ar cru .libs/libfftw3f.a .libs/libfftw3f.lax/libkernel.a/align.o .libs/libfftw3f.lax/libkernel.a/alloc.o .libs/libfftw3f.lax/libkernel.a/assert.o .libs/libfftw3f.lax/libkernel.a/awake.o .libs/libfftw3f.lax/libkernel.a/buffered.o .libs/libfftw3f.lax/libkernel.a/cpy1d.o .libs/libfftw3f.lax/libkernel.a/cpy2d-pair.o .libs/libfftw3f.lax/libkernel.a/cpy2d.o .libs/libfftw3f.lax/libkernel.a/ct.o .libs/libfftw3f.lax/libkernel.a/debug.o .libs/libfftw3f.lax/libkernel.a/extract-reim.o .libs/libfftw3f.lax/libkernel.a/hash.o .libs/libfftw3f.lax/libkernel.a/iabs.o .libs/libfftw3f.lax/libkernel.a/kalloc.o .libs/libfftw3f.lax/libkernel.a/md5-1.o .libs/libfftw3f.lax/libkernel.a/md5.o .libs/libfftw3f.lax/libkernel.a/minmax.o .libs/libfftw3f.lax/libkernel.a/ops.o .libs/libfftw3f.lax/libkernel.a/pickdim.o .libs/libfftw3f.lax/libkernel.a/plan.o .libs/libfftw3f.lax/libkernel.a/planner.o .libs/libfftw3f.lax/libkernel.a/primes.o .libs/libfftw3f.lax/libkernel.a/print.o .libs/libfftw3f.lax/libkernel.a/problem.o .libs/libfftw3f.lax/libkernel.a/rader.o .libs/libfftw3f.lax/libkernel.a/scan.o .libs/libfftw3f.lax/libkernel.a/solver.o .libs/libfftw3f.lax/libkernel.a/solvtab.o .libs/libfftw3f.lax/libkernel.a/stride.o .libs/libfftw3f.lax/libkernel.a/tensor.o .libs/libfftw3f.lax/libkernel.a/tensor1.o .libs/libfftw3f.lax/libkernel.a/tensor2.o .libs/libfftw3f.lax/libkernel.a/tensor3.o .libs/libfftw3f.lax/libkernel.a/tensor4.o .libs/libfftw3f.lax/libkernel.a/tensor5.o .libs/libfftw3f.lax/libkernel.a/tensor7.o .libs/libfftw3f.lax/libkernel.a/tensor8.o .libs/libfftw3f.lax/libkernel.a/tensor9.o .libs/libfftw3f.lax/libkernel.a/tile2d.o .libs/libfftw3f.lax/libkernel.a/timer.o .libs/libfftw3f.lax/libkernel.a/transpose.o .libs/libfftw3f.lax/libkernel.a/trig.o .libs/libfftw3f.lax/libkernel.a/twiddle.o .libs/libfftw3f.lax/libdft.a/bluestein.o .libs/libfftw3f.lax/lt1-buffered.o .libs/libfftw3f.lax/libdft.a/conf.o .libs/libfftw3f.lax/lt2-ct.o .libs/libfftw3f.lax/libdft.a/dftw-direct.o .libs/libfftw3f.lax/libdft.a/dftw-directsq.o .libs/libfftw3f.lax/libdft.a/dftw-generic.o .libs/libfftw3f.lax/libdft.a/dftw-genericbuf.o .libs/libfftw3f.lax/libdft.a/direct.o .libs/libfftw3f.lax/libdft.a/generic.o .libs/libfftw3f.lax/libdft.a/indirect-transpose.o .libs/libfftw3f.lax/libdft.a/indirect.o .libs/libfftw3f.lax/libdft.a/kdft-dif.o .libs/libfftw3f.lax/libdft.a/kdft-difsq.o .libs/libfftw3f.lax/libdft.a/kdft-dit.o .libs/libfftw3f.lax/libdft.a/kdft.o .libs/libfftw3f.lax/libdft.a/nop.o .libs/libfftw3f.lax/lt3-plan.o .libs/libfftw3f.lax/lt4-problem.o .libs/libfftw3f.lax/lt5-rader.o .libs/libfftw3f.lax/libdft.a/rank-geq2.o .libs/libfftw3f.lax/libdft.a/solve.o .libs/libfftw3f.lax/libdft.a/vrank-geq1.o .libs/libfftw3f.lax/libdft.a/zero.o .libs/libfftw3f.lax/libdft_scalar.a/n.o .libs/libfftw3f.lax/libdft_scalar.a/t.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/codlist.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_10.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_11.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_12.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_13.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_14.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_15.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_16.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_2.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_20.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_25.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_3.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_32.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_4.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_5.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_6.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_64.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_7.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_8.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_9.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/q1_2.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/q1_3.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/q1_4.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/q1_5.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/q1_6.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/q1_8.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_10.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_12.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_15.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_16.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_2.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_20.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_25.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_3.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_32.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_4.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_5.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_6.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_64.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_7.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_8.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_9.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t2_10.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t2_16.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t2_20.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t2_25.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t2_32.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t2_4.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t2_5.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t2_64.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t2_8.o .libs/libfftw3f.lax/lt6-buffered.o .libs/libfftw3f.lax/librdft.a/buffered2.o .libs/libfftw3f.lax/lt7-conf.o .libs/libfftw3f.lax/librdft.a/ct-hc2c-direct.o .libs/libfftw3f.lax/librdft.a/ct-hc2c.o .libs/libfftw3f.lax/librdft.a/dft-r2hc.o .libs/libfftw3f.lax/librdft.a/dht-r2hc.o .libs/libfftw3f.lax/librdft.a/dht-rader.o .libs/libfftw3f.lax/librdft.a/direct-r2c.o .libs/libfftw3f.lax/librdft.a/direct-r2r.o .libs/libfftw3f.lax/librdft.a/direct2.o .libs/libfftw3f.lax/lt8-generic.o .libs/libfftw3f.lax/librdft.a/hc2hc-direct.o .libs/libfftw3f.lax/librdft.a/hc2hc-generic.o .libs/libfftw3f.lax/librdft.a/hc2hc.o .libs/libfftw3f.lax/lt9-indirect.o .libs/libfftw3f.lax/librdft.a/khc2c.o .libs/libfftw3f.lax/librdft.a/khc2hc.o .libs/libfftw3f.lax/librdft.a/kr2c.o .libs/libfftw3f.lax/librdft.a/kr2r.o .libs/libfftw3f.lax/lt10-nop.o .libs/libfftw3f.lax/librdft.a/nop2.o .libs/libfftw3f.lax/lt11-plan.o .libs/libfftw3f.lax/librdft.a/plan2.o .libs/libfftw3f.lax/lt12-problem.o .libs/libfftw3f.lax/librdft.a/problem2.o .libs/libfftw3f.lax/librdft.a/rank-geq2-rdft2.o .libs/libfftw3f.lax/lt13-rank-geq2.o .libs/libfftw3f.lax/librdft.a/rank0-rdft2.o .libs/libfftw3f.lax/librdft.a/rank0.o .libs/libfftw3f.lax/librdft.a/rdft-dht.o .libs/libfftw3f.lax/librdft.a/rdft2-inplace-strides.o .libs/libfftw3f.lax/librdft.a/rdft2-rdft.o .libs/libfftw3f.lax/librdft.a/rdft2-strides.o .libs/libfftw3f.lax/librdft.a/rdft2-tensor-max-index.o .libs/libfftw3f.lax/lt14-solve.o .libs/libfftw3f.lax/librdft.a/solve2.o .libs/libfftw3f.lax/librdft.a/vrank-geq1-rdft2.o .libs/libfftw3f.lax/lt15-vrank-geq1.o .libs/libfftw3f.lax/librdft.a/vrank3-transpose.o .libs/libfftw3f.lax/librdft_scalar.a/hc2c.o .libs/libfftw3f.lax/librdft_scalar.a/hfb.o .libs/libfftw3f.lax/librdft_scalar.a/r2c.o .libs/libfftw3f.lax/librdft_scalar.a/r2r.o .libs/libfftw3f.lax/lt16-codlist.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf2_16.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf2_20.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf2_32.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf2_4.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf2_8.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf_10.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf_12.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf_16.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf_2.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf_20.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf_32.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf_4.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf_6.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf_8.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft2_16.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft2_20.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft2_32.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft2_4.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft2_8.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft_10.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft_12.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft_16.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft_2.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft_20.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft_32.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft_4.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft_6.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft_8.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf2_16.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf2_20.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf2_25.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf2_32.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf2_4.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf2_5.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf2_8.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_10.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_12.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_15.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_16.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_2.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_20.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_25.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_3.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_32.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_4.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_5.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_6.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_64.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_7.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_8.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_9.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_10.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_12.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_15.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_16.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_2.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_20.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_25.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_3.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_32.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_4.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_5.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_6.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_64.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_7.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_8.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_9.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_10.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_11.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_12.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_128.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_13.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_14.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_15.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_16.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_2.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_20.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_25.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_3.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_32.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_4.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_5.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_6.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_64.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_7.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_8.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_9.o .libs/libfftw3f.lax/lt17-codlist.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb2_16.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb2_20.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb2_25.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb2_32.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb2_4.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb2_5.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb2_8.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_10.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_12.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_15.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_16.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_2.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_20.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_25.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_3.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_32.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_4.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_5.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_6.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_64.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_7.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_8.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_9.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb2_16.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb2_20.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb2_32.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb2_4.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb2_8.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb_10.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb_12.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb_16.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb_2.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb_20.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb_32.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb_4.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb_6.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb_8.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft2_16.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft2_20.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft2_32.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft2_4.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft2_8.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft_10.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft_12.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft_16.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft_2.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft_20.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft_32.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft_4.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft_6.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft_8.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_10.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_12.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_15.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_16.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_2.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_20.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_25.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_3.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_32.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_4.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_5.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_6.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_64.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_7.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_8.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_9.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_10.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_11.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_12.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_128.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_13.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_14.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_15.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_16.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_2.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_20.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_25.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_3.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_32.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_4.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_5.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_6.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_64.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_7.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_8.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_9.o .libs/libfftw3f.lax/lt18-codlist.o .libs/libfftw3f.lax/librdft_scalar_r2r.a/e01_8.o .libs/libfftw3f.lax/librdft_scalar_r2r.a/e10_8.o .libs/libfftw3f.lax/lt19-conf.o .libs/libfftw3f.lax/libreodft.a/redft00e-r2hc-pad.o .libs/libfftw3f.lax/libreodft.a/reodft00e-splitradix.o .libs/libfftw3f.lax/libreodft.a/reodft010e-r2hc.o .libs/libfftw3f.lax/libreodft.a/reodft11e-r2hc-odd.o .libs/libfftw3f.lax/libreodft.a/reodft11e-radix2.o .libs/libfftw3f.lax/libreodft.a/rodft00e-r2hc-pad.o .libs/libfftw3f.lax/libapi.a/apiplan.o .libs/libfftw3f.lax/libapi.a/configure.o .libs/libfftw3f.lax/libapi.a/execute-dft-c2r.o .libs/libfftw3f.lax/libapi.a/execute-dft-r2c.o .libs/libfftw3f.lax/libapi.a/execute-dft.o .libs/libfftw3f.lax/libapi.a/execute-r2r.o .libs/libfftw3f.lax/libapi.a/execute-split-dft-c2r.o .libs/libfftw3f.lax/libapi.a/execute-split-dft-r2c.o .libs/libfftw3f.lax/libapi.a/execute-split-dft.o .libs/libfftw3f.lax/libapi.a/execute.o .libs/libfftw3f.lax/libapi.a/export-wisdom-to-file.o .libs/libfftw3f.lax/libapi.a/export-wisdom-to-string.o .libs/libfftw3f.lax/libapi.a/export-wisdom.o .libs/libfftw3f.lax/libapi.a/f77api.o .libs/libfftw3f.lax/libapi.a/flops.o .libs/libfftw3f.lax/libapi.a/forget-wisdom.o .libs/libfftw3f.lax/libapi.a/import-system-wisdom.o .libs/libfftw3f.lax/libapi.a/import-wisdom-from-file.o .libs/libfftw3f.lax/libapi.a/import-wisdom-from-string.o .libs/libfftw3f.lax/libapi.a/import-wisdom.o .libs/libfftw3f.lax/libapi.a/malloc.o .libs/libfftw3f.lax/libapi.a/map-r2r-kind.o .libs/libfftw3f.lax/libapi.a/mapflags.o .libs/libfftw3f.lax/libapi.a/mkprinter-file.o .libs/libfftw3f.lax/libapi.a/mktensor-iodims.o .libs/libfftw3f.lax/libapi.a/mktensor-iodims64.o .libs/libfftw3f.lax/libapi.a/mktensor-rowmajor.o .libs/libfftw3f.lax/libapi.a/plan-dft-1d.o .libs/libfftw3f.lax/libapi.a/plan-dft-2d.o .libs/libfftw3f.lax/libapi.a/plan-dft-3d.o .libs/libfftw3f.lax/libapi.a/plan-dft-c2r-1d.o .libs/libfftw3f.lax/libapi.a/plan-dft-c2r-2d.o .libs/libfftw3f.lax/libapi.a/plan-dft-c2r-3d.o .libs/libfftw3f.lax/libapi.a/plan-dft-c2r.o .libs/libfftw3f.lax/libapi.a/plan-dft-r2c-1d.o .libs/libfftw3f.lax/libapi.a/plan-dft-r2c-2d.o .libs/libfftw3f.lax/libapi.a/plan-dft-r2c-3d.o .libs/libfftw3f.lax/libapi.a/plan-dft-r2c.o .libs/libfftw3f.lax/libapi.a/plan-dft.o .libs/libfftw3f.lax/libapi.a/plan-guru-dft-c2r.o .libs/libfftw3f.lax/libapi.a/plan-guru-dft-r2c.o .libs/libfftw3f.lax/libapi.a/plan-guru-dft.o .libs/libfftw3f.lax/libapi.a/plan-guru-r2r.o .libs/libfftw3f.lax/libapi.a/plan-guru-split-dft-c2r.o .libs/libfftw3f.lax/libapi.a/plan-guru-split-dft-r2c.o .libs/libfftw3f.lax/libapi.a/plan-guru-split-dft.o .libs/libfftw3f.lax/libapi.a/plan-guru64-dft-c2r.o .libs/libfftw3f.lax/libapi.a/plan-guru64-dft-r2c.o .libs/libfftw3f.lax/libapi.a/plan-guru64-dft.o .libs/libfftw3f.lax/libapi.a/plan-guru64-r2r.o .libs/libfftw3f.lax/libapi.a/plan-guru64-split-dft-c2r.o .libs/libfftw3f.lax/libapi.a/plan-guru64-split-dft-r2c.o .libs/libfftw3f.lax/libapi.a/plan-guru64-split-dft.o .libs/libfftw3f.lax/libapi.a/plan-many-dft-c2r.o .libs/libfftw3f.lax/libapi.a/plan-many-dft-r2c.o .libs/libfftw3f.lax/libapi.a/plan-many-dft.o .libs/libfftw3f.lax/libapi.a/plan-many-r2r.o .libs/libfftw3f.lax/libapi.a/plan-r2r-1d.o .libs/libfftw3f.lax/libapi.a/plan-r2r-2d.o .libs/libfftw3f.lax/libapi.a/plan-r2r-3d.o .libs/libfftw3f.lax/libapi.a/plan-r2r.o .libs/libfftw3f.lax/libapi.a/print-plan.o .libs/libfftw3f.lax/libapi.a/rdft2-pad.o .libs/libfftw3f.lax/libapi.a/the-planner.o .libs/libfftw3f.lax/libapi.a/version.o .libs/libfftw3f.lax/libsimd_support.a/altivec.o .libs/libfftw3f.lax/libsimd_support.a/avx.o .libs/libfftw3f.lax/libsimd_support.a/neon.o .libs/libfftw3f.lax/libsimd_support.a/sse2.o .libs/libfftw3f.lax/libsimd_support.a/taint.o .libs/libfftw3f.lax/libsimd_sse2_nonportable.a/libsimd_sse2_nonportable_la-sse2-nonportable.o .libs/libfftw3f.lax/lt20-codlist.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/genus.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_11.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_12.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_128.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_13.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_14.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_15.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_20.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_25.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_3.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_6.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_64.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_7.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_9.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_11.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_12.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_128.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_13.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_14.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_15.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_20.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_25.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_3.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_6.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_64.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_7.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_9.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2bv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2bv_12.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2bv_14.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2bv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2bv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2bv_20.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2bv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2bv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2bv_6.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2bv_64.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2bv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2fv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2fv_12.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2fv_14.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2fv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2fv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2fv_20.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2fv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2fv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2fv_6.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2fv_64.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2fv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2sv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2sv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2sv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2sv_64.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2sv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/q1bv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/q1bv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/q1bv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/q1bv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/q1fv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/q1fv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/q1fv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/q1fv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1buv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1buv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1buv_3.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1buv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1buv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1buv_6.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1buv_7.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1buv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1buv_9.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_12.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_15.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_20.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_25.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_3.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_6.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_64.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_7.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_9.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fuv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fuv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fuv_3.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fuv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fuv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fuv_6.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fuv_7.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fuv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fuv_9.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_12.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_15.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_20.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_25.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_3.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_6.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_64.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_7.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_9.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1sv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1sv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1sv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1sv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1sv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2bv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2bv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2bv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2bv_20.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2bv_25.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2bv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2bv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2bv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2bv_64.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2bv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2fv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2fv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2fv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2fv_20.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2fv_25.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2fv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2fv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2fv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2fv_64.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2fv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2sv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2sv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2sv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2sv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3bv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3bv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3bv_20.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3bv_25.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3bv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3bv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3bv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3bv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3fv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3fv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3fv_20.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3fv_25.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3fv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3fv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3fv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3fv_8.o .libs/libfftw3f.lax/lt21-codlist.o .libs/libfftw3f.lax/lt22-genus.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cbdftv_10.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cbdftv_12.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cbdftv_16.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cbdftv_2.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cbdftv_20.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cbdftv_32.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cbdftv_4.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cbdftv_6.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cbdftv_8.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cfdftv_10.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cfdftv_12.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cfdftv_16.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cfdftv_2.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cfdftv_20.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cfdftv_32.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cfdftv_4.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cfdftv_6.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cfdftv_8.o .libs/libfftw3f.lax/lt23-codlist.o .libs/libfftw3f.lax/lt24-genus.o .libs/libfftw3f.lax/lt25-n1bv_10.o .libs/libfftw3f.lax/lt26-n1bv_11.o .libs/libfftw3f.lax/lt27-n1bv_12.o .libs/libfftw3f.lax/lt28-n1bv_128.o .libs/libfftw3f.lax/lt29-n1bv_13.o .libs/libfftw3f.lax/lt30-n1bv_14.o .libs/libfftw3f.lax/lt31-n1bv_15.o .libs/libfftw3f.lax/lt32-n1bv_16.o .libs/libfftw3f.lax/lt33-n1bv_2.o .libs/libfftw3f.lax/lt34-n1bv_20.o .libs/libfftw3f.lax/lt35-n1bv_25.o .libs/libfftw3f.lax/lt36-n1bv_3.o .libs/libfftw3f.lax/lt37-n1bv_32.o .libs/libfftw3f.lax/lt38-n1bv_4.o .libs/libfftw3f.lax/lt39-n1bv_5.o .libs/libfftw3f.lax/lt40-n1bv_6.o .libs/libfftw3f.lax/lt41-n1bv_64.o .libs/libfftw3f.lax/lt42-n1bv_7.o .libs/libfftw3f.lax/lt43-n1bv_8.o .libs/libfftw3f.lax/lt44-n1bv_9.o .libs/libfftw3f.lax/lt45-n1fv_10.o .libs/libfftw3f.lax/lt46-n1fv_11.o .libs/libfftw3f.lax/lt47-n1fv_12.o .libs/libfftw3f.lax/lt48-n1fv_128.o .libs/libfftw3f.lax/lt49-n1fv_13.o .libs/libfftw3f.lax/lt50-n1fv_14.o .libs/libfftw3f.lax/lt51-n1fv_15.o .libs/libfftw3f.lax/lt52-n1fv_16.o .libs/libfftw3f.lax/lt53-n1fv_2.o .libs/libfftw3f.lax/lt54-n1fv_20.o .libs/libfftw3f.lax/lt55-n1fv_25.o .libs/libfftw3f.lax/lt56-n1fv_3.o .libs/libfftw3f.lax/lt57-n1fv_32.o .libs/libfftw3f.lax/lt58-n1fv_4.o .libs/libfftw3f.lax/lt59-n1fv_5.o .libs/libfftw3f.lax/lt60-n1fv_6.o .libs/libfftw3f.lax/lt61-n1fv_64.o .libs/libfftw3f.lax/lt62-n1fv_7.o .libs/libfftw3f.lax/lt63-n1fv_8.o .libs/libfftw3f.lax/lt64-n1fv_9.o .libs/libfftw3f.lax/lt65-n2bv_10.o .libs/libfftw3f.lax/lt66-n2bv_12.o .libs/libfftw3f.lax/lt67-n2bv_14.o .libs/libfftw3f.lax/lt68-n2bv_16.o .libs/libfftw3f.lax/lt69-n2bv_2.o .libs/libfftw3f.lax/lt70-n2bv_20.o .libs/libfftw3f.lax/lt71-n2bv_32.o .libs/libfftw3f.lax/lt72-n2bv_4.o .libs/libfftw3f.lax/lt73-n2bv_6.o .libs/libfftw3f.lax/lt74-n2bv_64.o .libs/libfftw3f.lax/lt75-n2bv_8.o .libs/libfftw3f.lax/lt76-n2fv_10.o .libs/libfftw3f.lax/lt77-n2fv_12.o .libs/libfftw3f.lax/lt78-n2fv_14.o .libs/libfftw3f.lax/lt79-n2fv_16.o .libs/libfftw3f.lax/lt80-n2fv_2.o .libs/libfftw3f.lax/lt81-n2fv_20.o .libs/libfftw3f.lax/lt82-n2fv_32.o .libs/libfftw3f.lax/lt83-n2fv_4.o .libs/libfftw3f.lax/lt84-n2fv_6.o .libs/libfftw3f.lax/lt85-n2fv_64.o .libs/libfftw3f.lax/lt86-n2fv_8.o .libs/libfftw3f.lax/lt87-n2sv_16.o .libs/libfftw3f.lax/lt88-n2sv_32.o .libs/libfftw3f.lax/lt89-n2sv_4.o .libs/libfftw3f.lax/lt90-n2sv_64.o .libs/libfftw3f.lax/lt91-n2sv_8.o .libs/libfftw3f.lax/lt92-q1bv_2.o .libs/libfftw3f.lax/lt93-q1bv_4.o .libs/libfftw3f.lax/lt94-q1bv_5.o .libs/libfftw3f.lax/lt95-q1bv_8.o .libs/libfftw3f.lax/lt96-q1fv_2.o .libs/libfftw3f.lax/lt97-q1fv_4.o .libs/libfftw3f.lax/lt98-q1fv_5.o .libs/libfftw3f.lax/lt99-q1fv_8.o .libs/libfftw3f.lax/lt100-t1buv_10.o .libs/libfftw3f.lax/lt101-t1buv_2.o .libs/libfftw3f.lax/lt102-t1buv_3.o .libs/libfftw3f.lax/lt103-t1buv_4.o .libs/libfftw3f.lax/lt104-t1buv_5.o .libs/libfftw3f.lax/lt105-t1buv_6.o .libs/libfftw3f.lax/lt106-t1buv_7.o .libs/libfftw3f.lax/lt107-t1buv_8.o .libs/libfftw3f.lax/lt108-t1buv_9.o .libs/libfftw3f.lax/lt109-t1bv_10.o .libs/libfftw3f.lax/lt110-t1bv_12.o .libs/libfftw3f.lax/lt111-t1bv_15.o .libs/libfftw3f.lax/lt112-t1bv_16.o .libs/libfftw3f.lax/lt113-t1bv_2.o .libs/libfftw3f.lax/lt114-t1bv_20.o .libs/libfftw3f.lax/lt115-t1bv_25.o .libs/libfftw3f.lax/lt116-t1bv_3.o .libs/libfftw3f.lax/lt117-t1bv_32.o .libs/libfftw3f.lax/lt118-t1bv_4.o .libs/libfftw3f.lax/lt119-t1bv_5.o .libs/libfftw3f.lax/lt120-t1bv_6.o .libs/libfftw3f.lax/lt121-t1bv_64.o .libs/libfftw3f.lax/lt122-t1bv_7.o .libs/libfftw3f.lax/lt123-t1bv_8.o .libs/libfftw3f.lax/lt124-t1bv_9.o .libs/libfftw3f.lax/lt125-t1fuv_10.o .libs/libfftw3f.lax/lt126-t1fuv_2.o .libs/libfftw3f.lax/lt127-t1fuv_3.o .libs/libfftw3f.lax/lt128-t1fuv_4.o .libs/libfftw3f.lax/lt129-t1fuv_5.o .libs/libfftw3f.lax/lt130-t1fuv_6.o .libs/libfftw3f.lax/lt131-t1fuv_7.o .libs/libfftw3f.lax/lt132-t1fuv_8.o .libs/libfftw3f.lax/lt133-t1fuv_9.o .libs/libfftw3f.lax/lt134-t1fv_10.o .libs/libfftw3f.lax/lt135-t1fv_12.o .libs/libfftw3f.lax/lt136-t1fv_15.o .libs/libfftw3f.lax/lt137-t1fv_16.o .libs/libfftw3f.lax/lt138-t1fv_2.o .libs/libfftw3f.lax/lt139-t1fv_20.o .libs/libfftw3f.lax/lt140-t1fv_25.o .libs/libfftw3f.lax/lt141-t1fv_3.o .libs/libfftw3f.lax/lt142-t1fv_32.o .libs/libfftw3f.lax/lt143-t1fv_4.o .libs/libfftw3f.lax/lt144-t1fv_5.o .libs/libfftw3f.lax/lt145-t1fv_6.o .libs/libfftw3f.lax/lt146-t1fv_64.o .libs/libfftw3f.lax/lt147-t1fv_7.o .libs/libfftw3f.lax/lt148-t1fv_8.o .libs/libfftw3f.lax/lt149-t1fv_9.o .libs/libfftw3f.lax/lt150-t1sv_16.o .libs/libfftw3f.lax/lt151-t1sv_2.o .libs/libfftw3f.lax/lt152-t1sv_32.o .libs/libfftw3f.lax/lt153-t1sv_4.o .libs/libfftw3f.lax/lt154-t1sv_8.o .libs/libfftw3f.lax/lt155-t2bv_10.o .libs/libfftw3f.lax/lt156-t2bv_16.o .libs/libfftw3f.lax/lt157-t2bv_2.o .libs/libfftw3f.lax/lt158-t2bv_20.o .libs/libfftw3f.lax/lt159-t2bv_25.o .libs/libfftw3f.lax/lt160-t2bv_32.o .libs/libfftw3f.lax/lt161-t2bv_4.o .libs/libfftw3f.lax/lt162-t2bv_5.o .libs/libfftw3f.lax/lt163-t2bv_64.o .libs/libfftw3f.lax/lt164-t2bv_8.o .libs/libfftw3f.lax/lt165-t2fv_10.o .libs/libfftw3f.lax/lt166-t2fv_16.o .libs/libfftw3f.lax/lt167-t2fv_2.o .libs/libfftw3f.lax/lt168-t2fv_20.o .libs/libfftw3f.lax/lt169-t2fv_25.o .libs/libfftw3f.lax/lt170-t2fv_32.o .libs/libfftw3f.lax/lt171-t2fv_4.o .libs/libfftw3f.lax/lt172-t2fv_5.o .libs/libfftw3f.lax/lt173-t2fv_64.o .libs/libfftw3f.lax/lt174-t2fv_8.o .libs/libfftw3f.lax/lt175-t2sv_16.o .libs/libfftw3f.lax/lt176-t2sv_32.o .libs/libfftw3f.lax/lt177-t2sv_4.o .libs/libfftw3f.lax/lt178-t2sv_8.o .libs/libfftw3f.lax/lt179-t3bv_10.o .libs/libfftw3f.lax/lt180-t3bv_16.o .libs/libfftw3f.lax/lt181-t3bv_20.o .libs/libfftw3f.lax/lt182-t3bv_25.o .libs/libfftw3f.lax/lt183-t3bv_32.o .libs/libfftw3f.lax/lt184-t3bv_4.o .libs/libfftw3f.lax/lt185-t3bv_5.o .libs/libfftw3f.lax/lt186-t3bv_8.o .libs/libfftw3f.lax/lt187-t3fv_10.o .libs/libfftw3f.lax/lt188-t3fv_16.o .libs/libfftw3f.lax/lt189-t3fv_20.o .libs/libfftw3f.lax/lt190-t3fv_25.o .libs/libfftw3f.lax/lt191-t3fv_32.o .libs/libfftw3f.lax/lt192-t3fv_4.o .libs/libfftw3f.lax/lt193-t3fv_5.o .libs/libfftw3f.lax/lt194-t3fv_8.o .libs/libfftw3f.lax/lt195-codlist.o .libs/libfftw3f.lax/lt196-genus.o .libs/libfftw3f.lax/lt197-hc2cbdftv_10.o .libs/libfftw3f.lax/lt198-hc2cbdftv_12.o .libs/libfftw3f.lax/lt199-hc2cbdftv_16.o .libs/libfftw3f.lax/lt200-hc2cbdftv_2.o .libs/libfftw3f.lax/lt201-hc2cbdftv_20.o .libs/libfftw3f.lax/lt202-hc2cbdftv_32.o .libs/libfftw3f.lax/lt203-hc2cbdftv_4.o .libs/libfftw3f.lax/lt204-hc2cbdftv_6.o .libs/libfftw3f.lax/lt205-hc2cbdftv_8.o .libs/libfftw3f.lax/lt206-hc2cfdftv_10.o .libs/libfftw3f.lax/lt207-hc2cfdftv_12.o .libs/libfftw3f.lax/lt208-hc2cfdftv_16.o .libs/libfftw3f.lax/lt209-hc2cfdftv_2.o .libs/libfftw3f.lax/lt210-hc2cfdftv_20.o .libs/libfftw3f.lax/lt211-hc2cfdftv_32.o .libs/libfftw3f.lax/lt212-hc2cfdftv_4.o .libs/libfftw3f.lax/lt213-hc2cfdftv_6.o .libs/libfftw3f.lax/lt214-hc2cfdftv_8.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libfftw3f.a(debug.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libfftw3f.a(f77api.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libfftw3f.a(altivec.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libfftw3f.a(neon.o) has no symbols
libtool: link: ranlib .libs/libfftw3f.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libfftw3f.a(debug.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libfftw3f.a(f77api.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libfftw3f.a(altivec.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libfftw3f.a(neon.o) has no symbols
libtool: link: rm -fr .libs/libfftw3f.lax .libs/libfftw3f.lax
libtool: link: ( cd ".libs" && rm -f "libfftw3f.la" && ln -s "../libfftw3f.la" "libfftw3f.la" )
Making all in threads
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -D_THREAD_SAFE -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT libfftw3f_threads_la-api.lo -MD -MP -MF .deps/libfftw3f_threads_la-api.Tpo -c api.c -fno-common -DPIC -o .libs/libfftw3f_threads_la-api.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -D_THREAD_SAFE -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT libfftw3f_threads_la-api.lo -MD -MP -MF .deps/libfftw3f_threads_la-api.Tpo -c api.c -o libfftw3f_threads_la-api.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -D_THREAD_SAFE -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT libfftw3f_threads_la-conf.lo -MD -MP -MF .deps/libfftw3f_threads_la-conf.Tpo -c conf.c -fno-common -DPIC -o .libs/libfftw3f_threads_la-conf.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -D_THREAD_SAFE -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT libfftw3f_threads_la-conf.lo -MD -MP -MF .deps/libfftw3f_threads_la-conf.Tpo -c conf.c -o libfftw3f_threads_la-conf.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -D_THREAD_SAFE -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT libfftw3f_threads_la-threads.lo -MD -MP -MF .deps/libfftw3f_threads_la-threads.Tpo -c threads.c -fno-common -DPIC -o .libs/libfftw3f_threads_la-threads.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -D_THREAD_SAFE -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT libfftw3f_threads_la-threads.lo -MD -MP -MF .deps/libfftw3f_threads_la-threads.Tpo -c threads.c -o libfftw3f_threads_la-threads.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -D_THREAD_SAFE -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT libfftw3f_threads_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3f_threads_la-dft-vrank-geq1.Tpo -c dft-vrank-geq1.c -fno-common -DPIC -o .libs/libfftw3f_threads_la-dft-vrank-geq1.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -D_THREAD_SAFE -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT libfftw3f_threads_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3f_threads_la-dft-vrank-geq1.Tpo -c dft-vrank-geq1.c -o libfftw3f_threads_la-dft-vrank-geq1.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -D_THREAD_SAFE -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT libfftw3f_threads_la-ct.lo -MD -MP -MF .deps/libfftw3f_threads_la-ct.Tpo -c ct.c -fno-common -DPIC -o .libs/libfftw3f_threads_la-ct.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -D_THREAD_SAFE -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT libfftw3f_threads_la-ct.lo -MD -MP -MF .deps/libfftw3f_threads_la-ct.Tpo -c ct.c -o libfftw3f_threads_la-ct.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -D_THREAD_SAFE -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT libfftw3f_threads_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3f_threads_la-rdft-vrank-geq1.Tpo -c rdft-vrank-geq1.c -fno-common -DPIC -o .libs/libfftw3f_threads_la-rdft-vrank-geq1.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -D_THREAD_SAFE -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT libfftw3f_threads_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3f_threads_la-rdft-vrank-geq1.Tpo -c rdft-vrank-geq1.c -o libfftw3f_threads_la-rdft-vrank-geq1.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -D_THREAD_SAFE -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT libfftw3f_threads_la-hc2hc.lo -MD -MP -MF .deps/libfftw3f_threads_la-hc2hc.Tpo -c hc2hc.c -fno-common -DPIC -o .libs/libfftw3f_threads_la-hc2hc.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -D_THREAD_SAFE -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT libfftw3f_threads_la-hc2hc.lo -MD -MP -MF .deps/libfftw3f_threads_la-hc2hc.Tpo -c hc2hc.c -o libfftw3f_threads_la-hc2hc.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -D_THREAD_SAFE -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT libfftw3f_threads_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3f_threads_la-vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c -fno-common -DPIC -o .libs/libfftw3f_threads_la-vrank-geq1-rdft2.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -D_THREAD_SAFE -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT libfftw3f_threads_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3f_threads_la-vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c -o libfftw3f_threads_la-vrank-geq1-rdft2.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -D_THREAD_SAFE -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT libfftw3f_threads_la-f77api.lo -MD -MP -MF .deps/libfftw3f_threads_la-f77api.Tpo -c f77api.c -fno-common -DPIC -o .libs/libfftw3f_threads_la-f77api.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -D_THREAD_SAFE -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT libfftw3f_threads_la-f77api.lo -MD -MP -MF .deps/libfftw3f_threads_la-f77api.Tpo -c f77api.c -o libfftw3f_threads_la-f77api.o >/dev/null 2>&1
libtool: link: clang -stdlib=libc++ -mmacosx-version-min=10.7 -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libfftw3f_threads.3.dylib .libs/libfftw3f_threads_la-api.o .libs/libfftw3f_threads_la-conf.o .libs/libfftw3f_threads_la-threads.o .libs/libfftw3f_threads_la-dft-vrank-geq1.o .libs/libfftw3f_threads_la-ct.o .libs/libfftw3f_threads_la-rdft-vrank-geq1.o .libs/libfftw3f_threads_la-hc2hc.o .libs/libfftw3f_threads_la-vrank-geq1-rdft2.o .libs/libfftw3f_threads_la-f77api.o ../.libs/libfftw3f.dylib -lm -mmacosx-version-min=10.7 -O3 -mtune=native -install_name /Applications/julia/usr/lib/libfftw3f_threads.3.dylib -compatibility_version 7 -current_version 7.2 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libfftw3f_threads.dylib" && ln -s "libfftw3f_threads.3.dylib" "libfftw3f_threads.dylib")
libtool: link: ar cru .libs/libfftw3f_threads.a libfftw3f_threads_la-api.o libfftw3f_threads_la-conf.o libfftw3f_threads_la-threads.o libfftw3f_threads_la-dft-vrank-geq1.o libfftw3f_threads_la-ct.o libfftw3f_threads_la-rdft-vrank-geq1.o libfftw3f_threads_la-hc2hc.o libfftw3f_threads_la-vrank-geq1-rdft2.o libfftw3f_threads_la-f77api.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libfftw3f_threads.a(libfftw3f_threads_la-f77api.o) has no symbols
libtool: link: ranlib .libs/libfftw3f_threads.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libfftw3f_threads.a(libfftw3f_threads_la-f77api.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libfftw3f_threads.la" && ln -s "../libfftw3f_threads.la" "libfftw3f_threads.la" )
Making all in tests
libtool: link: clang -stdlib=libc++ -mmacosx-version-min=10.7 -D_THREAD_SAFE -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -o .libs/bench bench-bench.o bench-hook.o bench-fftw-bench.o ../threads/.libs/libfftw3f_threads.dylib /Applications/julia/deps/fftw-3.3.3-single/.libs/libfftw3f.dylib ../.libs/libfftw3f.dylib ../libbench2/libbench2.a -lm
Making all in mpi
Making all in doc
Making all in FAQ
Making all in tools
libtool: link: clang -stdlib=libc++ -mmacosx-version-min=10.7 -D_THREAD_SAFE -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -o .libs/fftwf-wisdom fftwf_wisdom-fftw-wisdom.o ../tests/bench-bench.o ../tests/bench-fftw-bench.o ../threads/.libs/libfftw3f_threads.dylib /Applications/julia/deps/fftw-3.3.3-single/.libs/libfftw3f.dylib ../.libs/libfftw3f.dylib ../libbench2/libbench2.a -lm
Making all in m4
Making check in support
Making check in kernel
Making check in simd-support
Making check in dft
Making check in scalar
Making check in codelets
Making check in simd
Making check in common
Making check in sse2
Making check in avx
Making check in altivec
Making check in neon
Making check in rdft
Making check in scalar
Making check in r2cf
Making check in r2cb
Making check in r2r
Making check in simd
Making check in common
Making check in sse2
Making check in avx
Making check in altivec
Making check in neon
Making check in reodft
Making check in api
Making check in libbench2
Making check in .
Making check in threads
Making check in tests
Executing "/Applications/julia/deps/fftw-3.3.3-single/tests/bench --verbose=1 --verify 'ofr14v8' --verify 'ifr14v8' --verify '//obc14v8' --verify '//ibc14v8' --verify '//ofc14v8' --verify '//ifc14v8' --verify 'obc14v8' --verify 'ibc14v8' --verify 'ofc14v8' --verify 'ifc14v8' --verify 'ok5400e10' --verify 'ik5400e10' --verify '//obr7920' --verify '//ibr7920' --verify '//ofr7920' --verify '//ifr7920' --verify 'obr7920' --verify 'ibr7920' --verify 'ofr7920' --verify 'ifr7920' --verify '//obc7920' --verify '//ibc7920' --verify '//ofc7920' --verify '//ifc7920' --verify 'obc7920' --verify 'ibc7920' --verify 'ofc7920' --verify 'ifc7920' --verify 'okd13e01x4e11x12e00v11' --verify 'ikd13e01x4e11x12e00v11' --verify '//obr3x24x13' --verify '//ofr3x24x13' --verify 'obr3x24x13' --verify 'ibr3x24x13' --verify 'ofr3x24x13' --verify 'ifr3x24x13' --verify '//obc3x24x13' --verify '//ibc3x24x13' --verify '//ofc3x24x13' --verify '//ifc3x24x13' --verify 'obc3x24x13' --verify 'ibc3x24x13' --verify 'ofc3x24x13' --verify 'ifc3x24x13'"
ofr14v8 1.62716e-07 1.4337e-07 1.21163e-07
ifr14v8 1.49618e-07 2.15055e-07 1.23954e-07
//obc14v8 1.79413e-07 1.4337e-07 1.74197e-07
//ibc14v8 2.09026e-07 1.4337e-07 1.62279e-07
//ofc14v8 1.80221e-07 1.4337e-07 1.75448e-07
//ifc14v8 1.76832e-07 2.15055e-07 1.65463e-07
obc14v8 1.58279e-07 1.4337e-07 1.74494e-07
ibc14v8 1.44791e-07 1.4337e-07 1.69565e-07
ofc14v8 1.39637e-07 1.4337e-07 1.64032e-07
ifc14v8 1.55186e-07 1.4337e-07 1.97841e-07
ok5400e10 2.63339e-07 1.22786e-05 2.48691e-07
ik5400e10 2.90539e-07 1.31726e-05 2.49984e-07
//obr7920 2.64388e-07 6.85832e-07 2.28805e-07
//ibr7920 2.46138e-07 6.85832e-07 2.68505e-07
//ofr7920 2.32965e-07 4.28645e-07 2.58512e-07
//ifr7920 2.49784e-07 3.42916e-07 2.28163e-07
obr7920 2.44149e-07 6.85832e-07 2.58138e-07
ibr7920 2.56744e-07 5.14374e-07 2.72213e-07
ofr7920 2.30635e-07 4.28645e-07 2.34638e-07
ifr7920 2.67e-07 5.14374e-07 2.27071e-07
//obc7920 2.40797e-07 5.14374e-07 2.19683e-07
//ibc7920 2.82801e-07 5.14374e-07 2.69619e-07
//ofc7920 3.27264e-07 4.71509e-07 2.24731e-07
//ifc7920 2.4698e-07 5.14374e-07 2.61064e-07
obc7920 2.48075e-07 4.28645e-07 2.56293e-07
ibc7920 2.42737e-07 4.28645e-07 2.34471e-07
ofc7920 2.41465e-07 4.28645e-07 2.9047e-07
ifc7920 2.41892e-07 5.14374e-07 2.63472e-07
okd13e01x4e11x12e00v11 2.87361e-07 6.19878e-06 2.272e-07
ikd13e01x4e11x12e00v11 2.65537e-07 5.7347e-06 2.1721e-07
//obr3x24x13 2.94395e-07 4.98749e-07 2.23041e-07
//ofr3x24x13 1.85945e-07 4.98749e-07 2.17627e-07
obr3x24x13 2.34511e-07 4.98749e-07 2.17913e-07
ibr3x24x13 2.52314e-07 4.98749e-07 2.98367e-07
ofr3x24x13 2.30422e-07 4.98749e-07 2.12012e-07
ifr3x24x13 2.18179e-07 4.98749e-07 2.37925e-07
//obc3x24x13 1.9873e-07 4.98749e-07 2.36857e-07
//ibc3x24x13 2.01497e-07 4.98749e-07 2.50404e-07
//ofc3x24x13 2.33079e-07 3.74062e-07 2.51143e-07
//ifc3x24x13 2.11303e-07 4.36406e-07 2.67645e-07
obc3x24x13 2.05188e-07 4.98749e-07 2.2711e-07
ibc3x24x13 2.59045e-07 4.36406e-07 2.73786e-07
ofc3x24x13 2.68532e-07 4.98749e-07 2.56746e-07
ifc3x24x13 2.17314e-07 4.98749e-07 2.54287e-07
Executing "/Applications/julia/deps/fftw-3.3.3-single/tests/bench --verbose=1 --verify 'obr8x12x9x7*1' --verify 'ibr8x12x9x7*1' --verify 'ofr8x12x9x7*1' --verify 'ifr8x12x9x7*1' --verify '//obc8x12x9x7*1' --verify '//ibc8x12x9x7*1' --verify '//ofc8x12x9x7*1' --verify '//ifc8x12x9x7*1' --verify 'obc8x12x9x7*1' --verify 'ibc8x12x9x7*1' --verify 'ofc8x12x9x7*1' --verify 'ifc8x12x9x7*1' --verify 'ok44o11v120' --verify 'ik44o11v120' --verify 'obr10x20v11' --verify 'ibr10x20v11' --verify 'ofr10x20v11' --verify 'ifr10x20v11' --verify '//obc10x20v11' --verify '//ibc10x20v11' --verify '//ofc10x20v11' --verify '//ifc10x20v11' --verify 'obc10x20v11' --verify 'ibc10x20v11' --verify 'ofc10x20v11' --verify 'ifc10x20v11' --verify 'ok6bx13o11x6e10' --verify 'ik6bx13o11x6e10' --verify 'obrd9x11x9x12v1' --verify 'ibrd9x11x9x12v1' --verify 'ofrd9x11x9x12v1' --verify 'ifrd9x11x9x12v1' --verify '//obcd9x11x9x12v1' --verify '//ibcd9x11x9x12v1' --verify '//ofcd9x11x9x12v1' --verify '//ifcd9x11x9x12v1' --verify 'obcd9x11x9x12v1' --verify 'ibcd9x11x9x12v1' --verify 'ofcd9x11x9x12v1' --verify 'ifcd9x11x9x12v1' --verify 'ok12e11x6h' --verify 'ik12e11x6h' --verify 'obr14v8' --verify 'ibr14v8'"
obr8x12x9x7*1 2.58195e-07 5.88621e-07 2.67051e-07
ibr8x12x9x7*1 2.31491e-07 5.88621e-07 2.6051e-07
ofr8x12x9x7*1 2.28354e-07 5.88621e-07 2.13049e-07
ifr8x12x9x7*1 2.137e-07 5.88621e-07 2.12416e-07
//obc8x12x9x7*1 2.35204e-07 4.90517e-07 2.1453e-07
//ibc8x12x9x7*1 2.45725e-07 4.90517e-07 2.46671e-07
//ofc8x12x9x7*1 2.15024e-07 5.88621e-07 2.33056e-07
//ifc8x12x9x7*1 2.22577e-07 5.88621e-07 2.28314e-07
obc8x12x9x7*1 2.2776e-07 5.88621e-07 2.12192e-07
ibc8x12x9x7*1 2.67952e-07 3.92414e-07 2.26181e-07
ofc8x12x9x7*1 2.56717e-07 5.88621e-07 2.20845e-07
ifc8x12x9x7*1 2.6033e-07 4.90517e-07 2.25511e-07
ok44o11v120 2.29481e-07 6.91276e-07 2.26204e-07
ik44o11v120 2.43487e-07 9.01664e-07 2.07293e-07
obr10x20v11 2.16965e-07 2.94262e-07 2.07378e-07
ibr10x20v11 1.7443e-07 2.94262e-07 1.85424e-07
ofr10x20v11 1.87177e-07 2.20696e-07 1.9443e-07
ifr10x20v11 1.82993e-07 2.20696e-07 1.77938e-07
//obc10x20v11 2.42804e-07 2.94262e-07 2.03495e-07
//ibc10x20v11 2.14258e-07 2.94262e-07 1.80994e-07
//ofc10x20v11 1.97644e-07 2.94262e-07 2.16166e-07
//ifc10x20v11 1.94105e-07 2.20696e-07 2.03389e-07
obc10x20v11 2.08487e-07 2.94262e-07 1.96421e-07
ibc10x20v11 1.97986e-07 2.94262e-07 2.2008e-07
ofc10x20v11 2.43144e-07 2.94262e-07 2.07163e-07
ifc10x20v11 2.07031e-07 2.94262e-07 2.22823e-07
ok6bx13o11x6e10 2.41016e-07 2.8364e-06 2.18182e-07
ik6bx13o11x6e10 2.21513e-07 2.80654e-06 2.50404e-07
obrd9x11x9x12v1 2.58659e-07 6.64054e-07 2.23936e-07
ibrd9x11x9x12v1 2.07813e-07 7.37838e-07 2.25574e-07
ofrd9x11x9x12v1 2.25365e-07 6.64054e-07 2.29991e-07
ifrd9x11x9x12v1 2.50443e-07 5.9027e-07 2.11019e-07
//obcd9x11x9x12v1 2.27313e-07 7.37838e-07 2.54476e-07
//ibcd9x11x9x12v1 2.49608e-07 5.9027e-07 2.58997e-07
//ofcd9x11x9x12v1 2.25543e-07 6.64054e-07 2.5955e-07
//ifcd9x11x9x12v1 2.34848e-07 7.37838e-07 2.28878e-07
obcd9x11x9x12v1 2.28382e-07 5.9027e-07 2.55137e-07
ibcd9x11x9x12v1 2.49914e-07 5.9027e-07 2.61756e-07
ofcd9x11x9x12v1 2.41321e-07 7.37838e-07 2.35612e-07
ifcd9x11x9x12v1 2.63473e-07 7.37838e-07 2.72354e-07
ok12e11x6h 2.23944e-07 1.01545e-06 2.53753e-07
ik12e11x6h 2.32816e-07 1.67251e-06 2.17659e-07
obr14v8 1.6045e-07 1.4337e-07 1.4991e-07
ibr14v8 1.96482e-07 1.4337e-07 1.49912e-07
Executing "/Applications/julia/deps/fftw-3.3.3-single/tests/bench --verbose=1 --verify '//obcd48v14' --verify '//ibcd48v14' --verify '//ofcd48v14' --verify '//ifcd48v14' --verify 'obcd48v14' --verify 'ibcd48v14' --verify 'ofcd48v14' --verify 'ifcd48v14' --verify 'ok3e00x7bx7e10v6' --verify 'ik3e00x7bx7e10v6' --verify '//obr5184' --verify '//ibr5184' --verify '//ofr5184' --verify '//ifr5184' --verify 'obr5184' --verify 'ibr5184' --verify 'ofr5184' --verify 'ifr5184' --verify '//obc5184' --verify '//ibc5184' --verify '//ofc5184' --verify '//ifc5184' --verify 'obc5184' --verify 'ibc5184' --verify 'ofc5184' --verify 'ifc5184' --verify 'okd12e01x6e00x12o11*14' --verify 'ikd12e01x6e00x12o11*14' --verify '//obrd10x9x5' --verify '//ofrd10x9x5' --verify 'obrd10x9x5' --verify 'ibrd10x9x5' --verify 'ofrd10x9x5' --verify 'ifrd10x9x5' --verify '//obcd10x9x5' --verify '//ibcd10x9x5' --verify '//ofcd10x9x5' --verify '//ifcd10x9x5' --verify 'obcd10x9x5' --verify 'ibcd10x9x5' --verify 'ofcd10x9x5' --verify 'ifcd10x9x5' --verify 'ok2400e11' --verify 'ik2400e11'"
//obcd48v14 1.94474e-07 2.21225e-07 1.66021e-07
//ibcd48v14 1.8289e-07 2.21225e-07 1.54443e-07
//ofcd48v14 1.51087e-07 2.21225e-07 1.60478e-07
//ifcd48v14 1.69192e-07 2.21225e-07 1.98452e-07
obcd48v14 1.90671e-07 2.21225e-07 1.55779e-07
ibcd48v14 1.97254e-07 2.21225e-07 1.53318e-07
ofcd48v14 1.9048e-07 2.21225e-07 1.53657e-07
ifcd48v14 2.01553e-07 2.21225e-07 2.07548e-07
ok3e00x7bx7e10v6 2.25638e-07 1.87755e-06 1.45771e-07
ik3e00x7bx7e10v6 1.79312e-07 2.53816e-06 1.59165e-07
//obr5184 2.30905e-07 6.35783e-07 2.33695e-07
//ibr5184 2.25566e-07 6.35783e-07 2.55413e-07
//ofr5184 2.16079e-07 4.23855e-07 1.89919e-07
//ifr5184 2.56084e-07 4.23855e-07 2.18758e-07
obr5184 3.10326e-07 6.35783e-07 2.21183e-07
ibr5184 2.26232e-07 6.35783e-07 2.2361e-07
ofr5184 2.19726e-07 5.29819e-07 2.23249e-07
ifr5184 2.19592e-07 6.35783e-07 2.19947e-07
//obc5184 2.26576e-07 5.29819e-07 2.22515e-07
//ibc5184 2.327e-07 4.23855e-07 2.5253e-07
//ofc5184 2.20081e-07 5.29819e-07 2.47262e-07
//ifc5184 2.39325e-07 6.35783e-07 2.4002e-07
obc5184 2.14846e-07 5.29819e-07 2.03331e-07
ibc5184 2.33435e-07 6.35783e-07 2.58646e-07
ofc5184 2.32254e-07 5.29819e-07 2.30077e-07
ifc5184 2.18624e-07 5.29819e-07 2.87646e-07
okd12e01x6e00x12o11*14 2.18777e-07 6.75191e-06 2.37972e-07
ikd12e01x6e00x12o11*14 2.52823e-07 7.4239e-06 2.24035e-07
//obrd10x9x5 2.09882e-07 4.49566e-07 2.22244e-07
//ofrd10x9x5 1.90963e-07 3.59653e-07 2.10142e-07
obrd10x9x5 2.39884e-07 3.59653e-07 2.28867e-07
ibrd10x9x5 1.89882e-07 5.3948e-07 2.17103e-07
ofrd10x9x5 2.36946e-07 4.49566e-07 2.14268e-07
ifrd10x9x5 2.2851e-07 4.49566e-07 1.84809e-07
//obcd10x9x5 1.91114e-07 3.59653e-07 2.03677e-07
//ibcd10x9x5 2.38764e-07 3.59653e-07 2.02407e-07
//ofcd10x9x5 2.24315e-07 3.59653e-07 2.11062e-07
//ifcd10x9x5 2.09147e-07 4.49566e-07 2.26201e-07
obcd10x9x5 2.08018e-07 4.49566e-07 2.16719e-07
ibcd10x9x5 2.07522e-07 3.59653e-07 2.64151e-07
ofcd10x9x5 2.60667e-07 4.49566e-07 2.03008e-07
ifcd10x9x5 2.00168e-07 3.59653e-07 2.0199e-07
ok2400e11 2.83294e-07 7.27177e-06 2.67408e-07
ik2400e11 2.88975e-07 7.51019e-06 2.57459e-07
Executing "/Applications/julia/deps/fftw-3.3.3-single/tests/bench --verbose=1 --verify '//obcd4x12x25' --verify '//ibcd4x12x25' --verify '//ofcd4x12x25' --verify '//ifcd4x12x25' --verify 'obcd4x12x25' --verify 'ibcd4x12x25' --verify 'ofcd4x12x25' --verify 'ifcd4x12x25' --verify 'ok7e11x11o00x5e11x11bv2' --verify 'ik7e11x11o00x5e11x11bv2' --verify '//obr50x66' --verify '//ofr50x66' --verify 'obr50x66' --verify 'ibr50x66' --verify 'ofr50x66' --verify 'ifr50x66' --verify '//obc50x66' --verify '//ibc50x66' --verify '//ofc50x66' --verify '//ifc50x66' --verify 'obc50x66' --verify 'ibc50x66' --verify 'ofc50x66' --verify 'ifc50x66' --verify 'ok24o01x48e00' --verify 'ik24o01x48e00' --verify 'obr7x5*33' --verify 'ibr7x5*33' --verify 'ofr7x5*33' --verify 'ifr7x5*33' --verify '//obc7x5*33' --verify '//ibc7x5*33' --verify '//ofc7x5*33' --verify '//ifc7x5*33' --verify 'obc7x5*33' --verify 'ibc7x5*33' --verify 'ofc7x5*33' --verify 'ifc7x5*33' --verify 'ok90o00*73' --verify 'ik90o00*73' --verify 'obrd48v14' --verify 'ibrd48v14' --verify 'ofrd48v14' --verify 'ifrd48v14'"
//obcd4x12x25 2.48533e-07 4.40483e-07 2.15572e-07
//ibcd4x12x25 2.06648e-07 4.40483e-07 2.16428e-07
//ofcd4x12x25 2.08674e-07 3.30362e-07 2.15397e-07
//ifcd4x12x25 2.20148e-07 4.40483e-07 1.99336e-07
obcd4x12x25 2.15445e-07 4.40483e-07 2.08737e-07
ibcd4x12x25 2.06122e-07 4.40483e-07 2.07227e-07
ofcd4x12x25 1.97777e-07 4.40483e-07 2.12936e-07
ifcd4x12x25 2.0635e-07 3.30363e-07 2.32926e-07
ok7e11x11o00x5e11x11bv2 2.39552e-07 9.51935e-06 2.87581e-07
ik7e11x11o00x5e11x11bv2 2.75164e-07 9.83818e-06 2.88562e-07
//obr50x66 2.31864e-07 5.31243e-07 2.5298e-07
//ofr50x66 2.1645e-07 4.64838e-07 2.16923e-07
obr50x66 2.33225e-07 5.31243e-07 2.37822e-07
ibr50x66 2.22773e-07 5.97648e-07 2.47774e-07
ofr50x66 2.40153e-07 3.98432e-07 2.32282e-07
ifr50x66 2.94617e-07 5.31243e-07 2.17837e-07
//obc50x66 2.48684e-07 5.31243e-07 2.69807e-07
//ibc50x66 2.22793e-07 5.31243e-07 2.43314e-07
//ofc50x66 2.54276e-07 3.98432e-07 2.6e-07
//ifc50x66 2.43804e-07 4.64838e-07 2.56833e-07
obc50x66 2.52669e-07 5.31243e-07 2.68197e-07
ibc50x66 2.32849e-07 4.64838e-07 2.36325e-07
ofc50x66 2.25328e-07 5.31243e-07 2.46984e-07
ifc50x66 2.65291e-07 5.31243e-07 2.4505e-07
ok24o01x48e00 3.14693e-07 1.04532e-05 2.12292e-07
ik24o01x48e00 2.77118e-07 1.13492e-05 2.48698e-07
obr7x5*33 1.80046e-07 2.49128e-07 2.38509e-07
ibr7x5*33 1.83412e-07 2.49128e-07 1.86481e-07
ofr7x5*33 1.95898e-07 1.66085e-07 2.00385e-07
ifr7x5*33 1.70145e-07 1.66085e-07 1.8017e-07
//obc7x5*33 1.88607e-07 2.07607e-07 2.05215e-07
//ibc7x5*33 1.85094e-07 1.66085e-07 2.36279e-07
//ofc7x5*33 1.89666e-07 1.66085e-07 1.70202e-07
//ifc7x5*33 1.75541e-07 2.49128e-07 1.78456e-07
obc7x5*33 1.85443e-07 2.49128e-07 2.44912e-07
ibc7x5*33 2.10057e-07 2.49128e-07 2.30084e-07
ofc7x5*33 1.77193e-07 2.49128e-07 1.74784e-07
ifc7x5*33 1.8201e-07 2.49128e-07 1.77954e-07
ok90o00*73 2.27677e-07 1.51075e-06 2.43552e-07
ik90o00*73 1.94776e-07 1.08774e-06 2.36706e-07
obrd48v14 1.76907e-07 2.21225e-07 2.32284e-07
ibrd48v14 2.55481e-07 2.21225e-07 1.89628e-07
ofrd48v14 1.64455e-07 1.47483e-07 1.43907e-07
ifrd48v14 1.93757e-07 1.47483e-07 1.63591e-07
Executing "/Applications/julia/deps/fftw-3.3.3-single/tests/bench --verbose=1 --verify '//ofc9x9x7x13v4' --verify '//ifc9x9x7x13v4' --verify 'obc9x9x7x13v4' --verify 'ibc9x9x7x13v4' --verify 'ofc9x9x7x13v4' --verify 'ifc9x9x7x13v4' --verify 'okd8bx5e10x10e11*12' --verify 'ikd8bx5e10x10e11*12' --verify '//obrd4x9x13x13' --verify '//ofrd4x9x13x13' --verify 'obrd4x9x13x13' --verify 'ibrd4x9x13x13' --verify 'ofrd4x9x13x13' --verify 'ifrd4x9x13x13' --verify '//obcd4x9x13x13' --verify '//ibcd4x9x13x13' --verify '//ofcd4x9x13x13' --verify '//ifcd4x9x13x13' --verify 'obcd4x9x13x13' --verify 'ibcd4x9x13x13' --verify 'ofcd4x9x13x13' --verify 'ifcd4x9x13x13' --verify 'okd3120e10' --verify 'ikd3120e10' --verify 'obrd13x4x5x7*1' --verify 'ibrd13x4x5x7*1' --verify 'ofrd13x4x5x7*1' --verify 'ifrd13x4x5x7*1' --verify '//obcd13x4x5x7*1' --verify '//ibcd13x4x5x7*1' --verify '//ofcd13x4x5x7*1' --verify '//ifcd13x4x5x7*1' --verify 'obcd13x4x5x7*1' --verify 'ibcd13x4x5x7*1' --verify 'ofcd13x4x5x7*1' --verify 'ifcd13x4x5x7*1' --verify 'ok6o00x7e11x8e11x13hv3' --verify 'ik6o00x7e11x8e11x13hv3' --verify '//obrd4x12x25' --verify '//ofrd4x12x25' --verify 'obrd4x12x25' --verify 'ibrd4x12x25' --verify 'ofrd4x12x25' --verify 'ifrd4x12x25'"
//ofc9x9x7x13v4 2.76682e-07 6.66482e-07 2.96079e-07
//ifc9x9x7x13v4 2.47301e-07 6.66482e-07 3.06542e-07
obc9x9x7x13v4 2.55639e-07 7.77562e-07 2.8803e-07
ibc9x9x7x13v4 2.51529e-07 6.66482e-07 2.99626e-07
ofc9x9x7x13v4 2.64575e-07 6.66482e-07 2.95848e-07
ifc9x9x7x13v4 2.75924e-07 6.66482e-07 2.75437e-07
okd8bx5e10x10e11*12 1.81047e-07 2.10507e-06 2.02513e-07
ikd8bx5e10x10e11*12 2.60302e-07 2.46131e-06 2.19789e-07
//obrd4x9x13x13 2.43928e-07 1.27157e-06 2.63929e-07
//ofrd4x9x13x13 2.51488e-07 1.17375e-06 2.64224e-07
obrd4x9x13x13 2.78048e-07 1.17375e-06 2.4898e-07
ibrd4x9x13x13 2.66992e-07 1.17375e-06 2.63393e-07
ofrd4x9x13x13 2.7464e-07 1.17375e-06 2.55773e-07
ifrd4x9x13x13 2.45052e-07 1.27157e-06 2.48718e-07
//obcd4x9x13x13 2.6019e-07 1.17375e-06 2.64552e-07
//ibcd4x9x13x13 2.37215e-07 1.17375e-06 2.74789e-07
//ofcd4x9x13x13 2.26084e-07 1.27157e-06 2.37606e-07
//ifcd4x9x13x13 2.5726e-07 1.17375e-06 2.62287e-07
obcd4x9x13x13 2.4021e-07 1.27157e-06 2.81769e-07
ibcd4x9x13x13 2.58831e-07 1.27157e-06 2.57096e-07
ofcd4x9x13x13 2.43316e-07 1.27157e-06 2.67091e-07
ifcd4x9x13x13 2.46247e-07 1.17375e-06 2.59972e-07
okd3120e10 2.40852e-07 1.37687e-05 2.62936e-07
ikd3120e10 2.45846e-07 8.16584e-06 3.13798e-07
obrd13x4x5x7*1 2.19076e-07 4.47089e-07 2.21973e-07
ibrd13x4x5x7*1 3.08817e-07 4.47089e-07 2.52606e-07
ofrd13x4x5x7*1 2.29715e-07 3.57672e-07 2.2986e-07
ifrd13x4x5x7*1 2.66027e-07 3.57672e-07 2.83361e-07
//obcd13x4x5x7*1 2.42389e-07 3.57672e-07 2.3949e-07
//ibcd13x4x5x7*1 2.12073e-07 4.47089e-07 2.54341e-07
//ofcd13x4x5x7*1 2.35386e-07 4.47089e-07 2.35084e-07
//ifcd13x4x5x7*1 2.33808e-07 4.47089e-07 3.3818e-07
obcd13x4x5x7*1 2.44724e-07 4.47089e-07 2.58147e-07
ibcd13x4x5x7*1 2.53021e-07 4.47089e-07 2.54539e-07
ofcd13x4x5x7*1 2.41104e-07 4.47089e-07 2.51345e-07
ifcd13x4x5x7*1 2.42723e-07 4.47089e-07 2.47665e-07
ok6o00x7e11x8e11x13hv3 2.7881e-07 6.73345e-06 2.81347e-07
ik6o00x7e11x8e11x13hv3 2.69596e-07 5.91173e-06 2.60195e-07
//obrd4x12x25 2.06301e-07 4.40483e-07 2.33065e-07
//ofrd4x12x25 1.99928e-07 3.30362e-07 1.88658e-07
obrd4x12x25 2.19036e-07 5.50604e-07 3.2815e-07
ibrd4x12x25 2.01383e-07 6.60725e-07 2.65877e-07
ofrd4x12x25 1.80891e-07 3.30362e-07 2.58363e-07
ifrd4x12x25 2.13951e-07 3.30362e-07 1.78668e-07
Executing "/Applications/julia/deps/fftw-3.3.3-single/tests/bench --verbose=1 --verify '//obc8x5v9' --verify '//ibc8x5v9' --verify '//ofc8x5v9' --verify '//ifc8x5v9' --verify 'obc8x5v9' --verify 'ibc8x5v9' --verify 'ofc8x5v9' --verify 'ifc8x5v9' --verify 'ok6e01x3e00*5' --verify 'ik6e01x3e00*5' --verify 'obrd27v86' --verify 'ibrd27v86' --verify 'ofrd27v86' --verify 'ifrd27v86' --verify '//obcd27v86' --verify '//ibcd27v86' --verify '//ofcd27v86' --verify '//ifcd27v86' --verify 'obcd27v86' --verify 'ibcd27v86' --verify 'ofcd27v86' --verify 'ifcd27v86' --verify 'okd28600b' --verify 'ikd28600b' --verify 'obrd72*67' --verify 'ibrd72*67' --verify 'ofrd72*67' --verify 'ifrd72*67' --verify '//obcd72*67' --verify '//ibcd72*67' --verify '//ofcd72*67' --verify '//ifcd72*67' --verify 'obcd72*67' --verify 'ibcd72*67' --verify 'ofcd72*67' --verify 'ifcd72*67' --verify 'okd2o01x5e01x6hx3e01*7' --verify 'ikd2o01x5e01x6hx3e01*7' --verify 'obr9x9x7x13v4' --verify 'ibr9x9x7x13v4' --verify 'ofr9x9x7x13v4' --verify 'ifr9x9x7x13v4' --verify '//obc9x9x7x13v4' --verify '//ibc9x9x7x13v4'"
//obc8x5v9 2.24807e-07 2.51315e-07 1.78304e-07
//ibc8x5v9 1.73334e-07 2.51315e-07 1.78882e-07
//ofc8x5v9 2.1526e-07 2.51315e-07 1.84607e-07
//ifc8x5v9 2.0724e-07 2.51315e-07 1.80475e-07
obc8x5v9 2.22338e-07 2.51315e-07 1.57488e-07
ibc8x5v9 1.72539e-07 2.51315e-07 1.75071e-07
ofc8x5v9 2.57658e-07 1.67544e-07 2.10248e-07
ifc8x5v9 2.22933e-07 2.51315e-07 1.86557e-07
ok6e01x3e00*5 1.60079e-07 5.72205e-07 1.21199e-07
ik6e01x3e00*5 2.25277e-07 7.51019e-07 1.32827e-07
obrd27v86 2.08022e-07 2.78503e-07 1.81876e-07
ibrd27v86 2.07726e-07 2.78503e-07 1.81853e-07
ofrd27v86 2.00987e-07 1.85669e-07 1.19637e-07
ifrd27v86 1.71092e-07 1.85669e-07 1.52825e-07
//obcd27v86 1.92854e-07 2.78503e-07 1.94106e-07
//ibcd27v86 1.67887e-07 2.78503e-07 1.80661e-07
//ofcd27v86 2.02154e-07 2.78503e-07 2.02531e-07
//ifcd27v86 2.1592e-07 1.85669e-07 1.92967e-07
obcd27v86 1.83886e-07 1.85669e-07 1.99736e-07
ibcd27v86 2.00473e-07 2.32086e-07 1.9174e-07
ofcd27v86 2.12731e-07 2.78503e-07 1.86419e-07
ifcd27v86 2.14636e-07 1.85669e-07 1.90366e-07
okd28600b 2.86125e-07 6.10352e-05 2.38033e-07
ikd28600b 2.8319e-07 6.10352e-05 2.5552e-07
obrd72*67 2.0058e-07 3.42207e-07 2.30315e-07
ibrd72*67 2.41912e-07 3.42207e-07 1.53905e-07
ofrd72*67 1.74867e-07 2.28138e-07 1.5737e-07
ifrd72*67 2.1617e-07 2.28138e-07 1.57702e-07
//obcd72*67 2.15575e-07 3.42207e-07 1.97776e-07
//ibcd72*67 2.18328e-07 3.42207e-07 2.06815e-07
//ofcd72*67 1.95399e-07 2.28138e-07 2.02482e-07
//ifcd72*67 1.82459e-07 2.85173e-07 1.9183e-07
obcd72*67 1.74979e-07 2.28138e-07 2.12431e-07
ibcd72*67 1.77745e-07 2.28138e-07 2.03413e-07
ofcd72*67 2.06351e-07 2.85173e-07 1.86815e-07
ifcd72*67 1.91723e-07 2.28138e-07 1.97428e-07
okd2o01x5e01x6hx3e01*7 2.37273e-07 2.76965e-06 2.53493e-07
ikd2o01x5e01x6hx3e01*7 2.28808e-07 2.45656e-06 2.86033e-07
obr9x9x7x13v4 3.06424e-07 7.77562e-07 2.65847e-07
ibr9x9x7x13v4 2.74477e-07 7.77562e-07 2.71374e-07
ofr9x9x7x13v4 2.63946e-07 6.66482e-07 2.97852e-07
ifr9x9x7x13v4 2.4124e-07 6.66482e-07 2.43258e-07
//obc9x9x7x13v4 2.44613e-07 6.66482e-07 2.54125e-07
//ibc9x9x7x13v4 2.21411e-07 6.66482e-07 2.86242e-07
Executing "/Applications/julia/deps/fftw-3.3.3-single/tests/bench --verbose=1 --verify '//ofc9x9x14v4' --verify '//ifc9x9x14v4' --verify 'obc9x9x14v4' --verify 'ibc9x9x14v4' --verify 'ofc9x9x14v4' --verify 'ifc9x9x14v4' --verify 'ok72bx14o10' --verify 'ik72bx14o10' --verify '//obr16x5' --verify '//ofr16x5' --verify 'obr16x5' --verify 'ibr16x5' --verify 'ofr16x5' --verify 'ifr16x5' --verify '//obc16x5' --verify '//ibc16x5' --verify '//ofc16x5' --verify '//ifc16x5' --verify 'obc16x5' --verify 'ibc16x5' --verify 'ofc16x5' --verify 'ifc16x5' --verify 'okd3e10x12e00*22' --verify 'ikd3e10x12e00*22' --verify '//obr35x10' --verify '//ofr35x10' --verify 'obr35x10' --verify 'ibr35x10' --verify 'ofr35x10' --verify 'ifr35x10' --verify '//obc35x10' --verify '//ibc35x10' --verify '//ofc35x10' --verify '//ifc35x10' --verify 'obc35x10' --verify 'ibc35x10' --verify 'ofc35x10' --verify 'ifc35x10' --verify 'okd2e00x5o01x9o00x11o11' --verify 'ikd2e00x5o01x9o00x11o11' --verify 'obr8x5v9' --verify 'ibr8x5v9' --verify 'ofr8x5v9' --verify 'ifr8x5v9'"
//ofc9x9x14v4 2.41501e-07 3.54e-07 2.44988e-07
//ifc9x9x14v4 2.51496e-07 3.186e-07 2.17292e-07
obc9x9x14v4 2.2136e-07 2.832e-07 2.23223e-07
ibc9x9x14v4 2.20044e-07 3.54e-07 2.12075e-07
ofc9x9x14v4 2.46581e-07 3.54e-07 2.18839e-07
ifc9x9x14v4 2.30355e-07 2.832e-07 2.21755e-07
ok72bx14o10 2.34112e-07 7.56979e-06 1.7869e-07
ik72bx14o10 2.1416e-07 7.62939e-06 2.20628e-07
//obr16x5 1.77341e-07 3.19872e-07 1.81722e-07
//ofr16x5 1.90367e-07 3.19872e-07 1.92997e-07
obr16x5 1.89195e-07 3.19872e-07 1.56662e-07
ibr16x5 1.85159e-07 3.19872e-07 2.14981e-07
ofr16x5 2.12561e-07 2.13248e-07 1.73998e-07
ifr16x5 2.07203e-07 3.19872e-07 1.48107e-07
//obc16x5 2.22754e-07 3.19872e-07 1.96048e-07
//ibc16x5 1.87346e-07 3.19872e-07 1.72382e-07
//ofc16x5 2.03214e-07 3.19872e-07 1.92446e-07
//ifc16x5 1.9855e-07 3.19872e-07 1.70207e-07
obc16x5 1.8354e-07 3.19872e-07 1.55907e-07
ibc16x5 3.03162e-07 3.19872e-07 2.27745e-07
ofc16x5 2.06051e-07 3.19872e-07 1.68025e-07
ifc16x5 1.83073e-07 2.13248e-07 1.63386e-07
okd3e10x12e00*22 1.47777e-07 1.38649e-06 1.67427e-07
ikd3e10x12e00*22 1.70047e-07 1.18396e-06 1.51823e-07
//obr35x10 2.21088e-07 4.07808e-07 2.12824e-07
//ofr35x10 2.10761e-07 3.05856e-07 1.95075e-07
obr35x10 2.14369e-07 4.07808e-07 2.34929e-07
ibr35x10 2.34094e-07 4.07808e-07 2.01995e-07
ofr35x10 1.90399e-07 3.05856e-07 1.94222e-07
ifr35x10 1.98108e-07 3.05856e-07 2.26873e-07
//obc35x10 2.2355e-07 3.05856e-07 2.30957e-07
//ibc35x10 2.18408e-07 4.07808e-07 2.6244e-07
//ofc35x10 2.16438e-07 5.0976e-07 2.26009e-07
//ifc35x10 2.49426e-07 4.07808e-07 2.28973e-07
obc35x10 2.01656e-07 4.07808e-07 2.25937e-07
ibc35x10 2.80273e-07 4.07808e-07 2.35171e-07
ofc35x10 2.25166e-07 3.05856e-07 2.10472e-07
ifc35x10 2.34008e-07 4.07808e-07 2.57085e-07
okd2e00x5o01x9o00x11o11 2.83566e-07 3.43602e-06 2.55875e-07
ikd2e00x5o01x9o00x11o11 2.66937e-07 2.74882e-06 2.40836e-07
obr8x5v9 1.52274e-07 2.51315e-07 1.47897e-07
ibr8x5v9 1.67395e-07 1.67544e-07 1.96199e-07
ofr8x5v9 1.60384e-07 1.67544e-07 1.67316e-07
ifr8x5v9 1.78546e-07 1.67544e-07 1.30483e-07
Executing "/Applications/julia/deps/fftw-3.3.3-single/tests/bench --verbose=1 --verify 'obcd9x13*3' --verify 'ibcd9x13*3' --verify 'ofcd9x13*3' --verify 'ifcd9x13*3' --verify 'okd6hx3bx12e01x4o00' --verify 'ikd6hx3bx12e01x4o00' --verify '//obr243' --verify '//ibr243' --verify '//ofr243' --verify '//ifr243' --verify 'obr243' --verify 'ibr243' --verify 'ofr243' --verify 'ifr243' --verify '//obc243' --verify '//ibc243' --verify '//ofc243' --verify '//ifc243' --verify 'obc243' --verify 'ibc243' --verify 'ofc243' --verify 'ifc243' --verify 'okd10e00x11hx7e10v10' --verify 'ikd10e00x11hx7e10v10' --verify 'obrd8x13x2v6' --verify 'ibrd8x13x2v6' --verify 'ofrd8x13x2v6' --verify 'ifrd8x13x2v6' --verify '//obcd8x13x2v6' --verify '//ibcd8x13x2v6' --verify '//ofcd8x13x2v6' --verify '//ifcd8x13x2v6' --verify 'obcd8x13x2v6' --verify 'ibcd8x13x2v6' --verify 'ofcd8x13x2v6' --verify 'ifcd8x13x2v6' --verify 'ok9e10x13o00x8o10x9h' --verify 'ik9e10x13o00x8o10x9h' --verify 'obr9x9x14v4' --verify 'ibr9x9x14v4' --verify 'ofr9x9x14v4' --verify 'ifr9x9x14v4' --verify '//obc9x9x14v4' --verify '//ibc9x9x14v4'"
obcd9x13*3 2.27267e-07 2.35113e-07 2.0461e-07
ibcd9x13*3 2.22573e-07 2.35113e-07 2.74166e-07
ofcd9x13*3 2.31516e-07 3.52669e-07 2.22754e-07
ifcd9x13*3 2.00313e-07 2.35113e-07 2.53017e-07
okd6hx3bx12e01x4o00 2.50155e-07 8.9621e-06 2.3801e-07
ikd6hx3bx12e01x4o00 2.00361e-07 8.9621e-06 2.14261e-07
//obr243 2.29874e-07 3.67069e-07 2.22345e-07
//ibr243 2.316e-07 3.67069e-07 2.3159e-07
//ofr243 2.08486e-07 2.44713e-07 1.55617e-07
//ifr243 2.20662e-07 2.44713e-07 1.59688e-07
obr243 2.40583e-07 4.89426e-07 2.1889e-07
ibr243 2.29065e-07 4.89426e-07 2.08475e-07
ofr243 1.94557e-07 3.05891e-07 1.91027e-07
ifr243 2.93717e-07 2.75302e-07 1.98324e-07
//obc243 2.2345e-07 3.67069e-07 2.36304e-07
//ibc243 2.58155e-07 3.05891e-07 1.87876e-07
//ofc243 2.57628e-07 3.05891e-07 1.85032e-07
//ifc243 2.47809e-07 3.67069e-07 2.24894e-07
obc243 2.3981e-07 3.67069e-07 2.46318e-07
ibc243 1.85662e-07 3.67069e-07 2.30418e-07
ofc243 2.28906e-07 3.05891e-07 2.15688e-07
ifc243 2.31773e-07 3.67069e-07 1.99894e-07
okd10e00x11hx7e10v10 2.23655e-07 6.09755e-06 1.99205e-07
ikd10e00x11hx7e10v10 2.15845e-07 5.09769e-06 2.06031e-07
obrd8x13x2v6 2.19827e-07 2.31439e-07 1.95854e-07
ibrd8x13x2v6 2.18651e-07 2.31439e-07 2.12865e-07
ofrd8x13x2v6 2.05399e-07 2.31439e-07 2.20596e-07
ifrd8x13x2v6 1.81753e-07 3.85732e-07 2.20083e-07
//obcd8x13x2v6 2.14288e-07 3.08585e-07 2.3328e-07
//ibcd8x13x2v6 2.14811e-07 2.31439e-07 2.38229e-07
//ofcd8x13x2v6 1.98138e-07 3.08585e-07 2.46215e-07
//ifcd8x13x2v6 2.0872e-07 2.31439e-07 2.18911e-07
obcd8x13x2v6 2.08949e-07 2.31439e-07 2.51384e-07
ibcd8x13x2v6 1.92943e-07 2.31439e-07 2.06761e-07
ofcd8x13x2v6 2.11452e-07 3.08585e-07 1.99598e-07
ifcd8x13x2v6 2.31079e-07 3.08585e-07 2.89614e-07
ok9e10x13o00x8o10x9h 2.5594e-07 1.5676e-05 2.87248e-07
ik9e10x13o00x8o10x9h 2.09701e-07 1.29938e-05 2.4467e-07
obr9x9x14v4 2.43075e-07 3.363e-07 2.34935e-07
ibr9x9x14v4 2.10556e-07 3.54e-07 2.3877e-07
ofr9x9x14v4 2.33595e-07 2.832e-07 2.0734e-07
ifr9x9x14v4 2.44483e-07 2.832e-07 2.59364e-07
//obc9x9x14v4 3.10337e-07 3.54e-07 2.17764e-07
//ibc9x9x14v4 2.45944e-07 2.832e-07 2.22065e-07
Executing "/Applications/julia/deps/fftw-3.3.3-single/tests/bench --verbose=1 --verify 'obc12x11x8*3' --verify 'ibc12x11x8*3' --verify 'ofc12x11x8*3' --verify 'ifc12x11x8*3' --verify 'ok12o10x5hx6bx10h' --verify 'ik12o10x5hx6bx10h' --verify 'obr4x6x12x3*4' --verify 'ibr4x6x12x3*4' --verify 'ofr4x6x12x3*4' --verify 'ifr4x6x12x3*4' --verify '//obc4x6x12x3*4' --verify '//ibc4x6x12x3*4' --verify '//ofc4x6x12x3*4' --verify '//ifc4x6x12x3*4' --verify 'obc4x6x12x3*4' --verify 'ibc4x6x12x3*4' --verify 'ofc4x6x12x3*4' --verify 'ifc4x6x12x3*4' --verify 'okd99e01v79' --verify 'ikd99e01v79' --verify '//obr27x10' --verify '//ofr27x10' --verify 'obr27x10' --verify 'ibr27x10' --verify 'ofr27x10' --verify 'ifr27x10' --verify '//obc27x10' --verify '//ibc27x10' --verify '//ofc27x10' --verify '//ifc27x10' --verify 'obc27x10' --verify 'ibc27x10' --verify 'ofc27x10' --verify 'ifc27x10' --verify 'okd4bx6o10x2e10' --verify 'ikd4bx6o10x2e10' --verify 'obrd9x13*3' --verify 'ibrd9x13*3' --verify 'ofrd9x13*3' --verify 'ifrd9x13*3' --verify '//obcd9x13*3' --verify '//ibcd9x13*3' --verify '//ofcd9x13*3' --verify '//ifcd9x13*3'"
obc12x11x8*3 2.22556e-07 3.13038e-07 2.15257e-07
ibc12x11x8*3 2.25054e-07 3.52168e-07 2.27726e-07
ofc12x11x8*3 1.87376e-07 3.13038e-07 2.18019e-07
ifc12x11x8*3 2.06799e-07 3.13038e-07 2.22288e-07
ok12o10x5hx6bx10h 2.42097e-07 1.2815e-05 2.74274e-07
ik12o10x5hx6bx10h 2.20421e-07 1.52588e-05 2.29772e-07
obr4x6x12x3*4 1.93516e-07 3.24447e-07 1.86684e-07
ibr4x6x12x3*4 2.02678e-07 3.24447e-07 1.91513e-07
ofr4x6x12x3*4 1.90359e-07 3.24447e-07 2.59418e-07
ifr4x6x12x3*4 1.94779e-07 3.24447e-07 1.68775e-07
//obc4x6x12x3*4 1.81066e-07 3.24447e-07 1.95869e-07
//ibc4x6x12x3*4 1.86542e-07 3.24447e-07 2.46085e-07
//ofc4x6x12x3*4 2.03394e-07 3.24447e-07 2.0761e-07
//ifc4x6x12x3*4 2.20861e-07 3.24447e-07 1.895e-07
obc4x6x12x3*4 1.88647e-07 3.24447e-07 1.83903e-07
ibc4x6x12x3*4 1.95766e-07 3.24447e-07 2.3733e-07
ofc4x6x12x3*4 1.90416e-07 3.24447e-07 2.51883e-07
ifc4x6x12x3*4 2.08569e-07 3.24447e-07 1.94601e-07
okd99e01v79 2.55706e-07 1.56934e-06 2.25752e-07
ikd99e01v79 2.39503e-07 1.56934e-06 2.24529e-07
//obr27x10 2.36174e-07 4.6431e-07 2.17717e-07
//ofr27x10 1.90416e-07 2.32155e-07 2.14095e-07
obr27x10 2.18401e-07 3.48233e-07 1.98787e-07
ibr27x10 2.20264e-07 3.48233e-07 2.27482e-07
ofr27x10 2.13678e-07 3.48233e-07 2.08799e-07
ifr27x10 2.01244e-07 2.32155e-07 1.92903e-07
//obc27x10 2.38279e-07 3.48233e-07 2.25741e-07
//ibc27x10 2.02624e-07 3.48233e-07 2.07142e-07
//ofc27x10 2.13549e-07 3.48233e-07 2.1705e-07
//ifc27x10 2.05631e-07 2.32155e-07 2.13073e-07
obc27x10 2.09754e-07 3.48233e-07 2.87523e-07
ibc27x10 2.26129e-07 3.48233e-07 2.27354e-07
ofc27x10 2.53117e-07 3.48233e-07 2.59739e-07
ifc27x10 2.50139e-07 3.48233e-07 2.37505e-07
okd4bx6o10x2e10 2.40556e-07 7.7486e-07 1.51746e-07
ikd4bx6o10x2e10 2.11171e-07 9.53674e-07 1.2242e-07
obrd9x13*3 1.92517e-07 3.52669e-07 2.23435e-07
ibrd9x13*3 2.08568e-07 3.52669e-07 2.40345e-07
ofrd9x13*3 1.99648e-07 2.35113e-07 2.34103e-07
ifrd9x13*3 1.85162e-07 3.52669e-07 2.1317e-07
//obcd9x13*3 1.80706e-07 3.52669e-07 2.3297e-07
//ibcd9x13*3 2.11002e-07 2.35113e-07 2.2218e-07
//ofcd9x13*3 2.26769e-07 2.35113e-07 2.14725e-07
//ifcd9x13*3 2.1742e-07 3.52669e-07 2.15447e-07
Executing "/Applications/julia/deps/fftw-3.3.3-single/tests/bench --verbose=1 --verify 'obc15x18x4x9' --verify 'ibc15x18x4x9' --verify 'ofc15x18x4x9' --verify 'ifc15x18x4x9' --verify 'okd9bx9e10x16e11' --verify 'ikd9bx9e10x16e11' --verify 'obr45v37' --verify 'ibr45v37' --verify 'ofr45v37' --verify 'ifr45v37' --verify '//obc45v37' --verify '//ibc45v37' --verify '//ofc45v37' --verify '//ifc45v37' --verify 'obc45v37' --verify 'ibc45v37' --verify 'ofc45v37' --verify 'ifc45v37' --verify 'ok10o11x6o11x3o01x6e01' --verify 'ik10o11x6o11x3o01x6e01' --verify '//obr13x13x6' --verify '//ofr13x13x6' --verify 'obr13x13x6' --verify 'ibr13x13x6' --verify 'ofr13x13x6' --verify 'ifr13x13x6' --verify '//obc13x13x6' --verify '//ibc13x13x6' --verify '//ofc13x13x6' --verify '//ifc13x13x6' --verify 'obc13x13x6' --verify 'ibc13x13x6' --verify 'ofc13x13x6' --verify 'ifc13x13x6' --verify 'okd2o10x11hx5e00' --verify 'ikd2o10x11hx5e00' --verify 'obr12x11x8*3' --verify 'ibr12x11x8*3' --verify 'ofr12x11x8*3' --verify 'ifr12x11x8*3' --verify '//obc12x11x8*3' --verify '//ibc12x11x8*3' --verify '//ofc12x11x8*3' --verify '//ifc12x11x8*3'"
obc15x18x4x9 2.64806e-07 1.39293e-06 2.37178e-07
ibc15x18x4x9 2.39879e-07 1.5477e-06 2.53734e-07
ofc15x18x4x9 2.86635e-07 1.39293e-06 2.59202e-07
ifc15x18x4x9 2.33758e-07 1.39293e-06 2.27766e-07
okd9bx9e10x16e11 2.01919e-07 5.10234e-06 2.14276e-07
ikd9bx9e10x16e11 2.27512e-07 7.16118e-06 2.19057e-07
obr45v37 1.73303e-07 2.92015e-07 2.08086e-07
ibr45v37 2.26755e-07 2.92015e-07 2.12945e-07
ofr45v37 2.01905e-07 2.19012e-07 1.4906e-07
ifr45v37 2.11485e-07 2.19012e-07 1.41863e-07
//obc45v37 2.22687e-07 2.19012e-07 1.73342e-07
//ibc45v37 2.06854e-07 2.19012e-07 2.22459e-07
//ofc45v37 2.74124e-07 2.92015e-07 2.29583e-07
//ifc45v37 1.95418e-07 2.19012e-07 1.92976e-07
obc45v37 2.15779e-07 2.19012e-07 1.96455e-07
ibc45v37 2.04517e-07 2.19012e-07 2.02251e-07
ofc45v37 2.26806e-07 2.19012e-07 2.15388e-07
ifc45v37 1.70488e-07 2.19012e-07 2.33603e-07
ok10o11x6o11x3o01x6e01 3.25599e-07 4.43241e-06 3.55314e-07
ik10o11x6o11x3o01x6e01 2.5394e-07 3.28662e-06 3.4587e-07
//obr13x13x6 2.64804e-07 5.98978e-07 3.06183e-07
//ofr13x13x6 2.50972e-07 3.59387e-07 2.61161e-07
obr13x13x6 2.71997e-07 4.79183e-07 2.53283e-07
ibr13x13x6 2.33116e-07 4.79183e-07 2.52331e-07
ofr13x13x6 2.54769e-07 4.19285e-07 2.36605e-07
ifr13x13x6 2.38547e-07 3.59387e-07 2.61641e-07
//obc13x13x6 2.37817e-07 5.3908e-07 2.39145e-07
//ibc13x13x6 2.08485e-07 4.19285e-07 2.52424e-07
//ofc13x13x6 2.32138e-07 4.79183e-07 2.67082e-07
//ifc13x13x6 2.39508e-07 4.19285e-07 2.80437e-07
obc13x13x6 2.60074e-07 4.19285e-07 2.52799e-07
ibc13x13x6 2.37524e-07 4.19285e-07 2.58581e-07
ofc13x13x6 2.48015e-07 4.19285e-07 2.62326e-07
ifc13x13x6 2.44577e-07 4.79183e-07 2.68283e-07
okd2o10x11hx5e00 1.84594e-07 1.90735e-06 1.98888e-07
ikd2o10x11hx5e00 1.82479e-07 1.90735e-06 2.00991e-07
obr12x11x8*3 2.1592e-07 3.13038e-07 1.79228e-07
ibr12x11x8*3 2.23078e-07 3.13038e-07 1.9469e-07
ofr12x11x8*3 2.3185e-07 3.13038e-07 2.3174e-07
ifr12x11x8*3 1.88744e-07 3.52168e-07 1.70905e-07
//obc12x11x8*3 1.94584e-07 3.13038e-07 2.22789e-07
//ibc12x11x8*3 1.89948e-07 3.13038e-07 1.91364e-07
//ofc12x11x8*3 2.03384e-07 3.91297e-07 2.15084e-07
//ifc12x11x8*3 2.19518e-07 3.13038e-07 2.01379e-07
Executing "/Applications/julia/deps/fftw-3.3.3-single/tests/bench --verbose=1 --verify 'ok4e01x5e00x6o10v15' --verify 'ik4e01x5e00x6o10v15' --verify '//obr15x18x4x9' --verify '//ofr15x18x4x9' --verify 'obr15x18x4x9' --verify 'ibr15x18x4x9' --verify 'ofr15x18x4x9' --verify 'ifr15x18x4x9' --verify '//obc15x18x4x9' --verify '//ibc15x18x4x9' --verify '//ofc15x18x4x9' --verify '//ifc15x18x4x9'"
ok4e01x5e00x6o10v15 2.09145e-07 2.03451e-06 1.82295e-07
ik4e01x5e00x6o10v15 2.36181e-07 2.03451e-06 2.20785e-07
//obr15x18x4x9 2.57346e-07 1.39293e-06 3.03632e-07
//ofr15x18x4x9 2.33421e-07 1.39293e-06 2.36268e-07
obr15x18x4x9 2.21717e-07 1.5477e-06 2.39809e-07
ibr15x18x4x9 2.76738e-07 1.39293e-06 2.2232e-07
ofr15x18x4x9 2.38721e-07 1.39293e-06 2.1551e-07
ifr15x18x4x9 2.74452e-07 1.47032e-06 2.06668e-07
//obc15x18x4x9 2.44939e-07 1.47032e-06 2.82267e-07
//ibc15x18x4x9 2.59491e-07 1.39293e-06 2.41332e-07
//ofc15x18x4x9 2.47661e-07 1.31555e-06 2.15914e-07
//ifc15x18x4x9 2.3822e-07 1.47032e-06 2.22037e-07
--------------------------------------------------------------
FFTW transforms passed basic tests!
--------------------------------------------------------------
Executing "/Applications/julia/deps/fftw-3.3.3-single/tests/bench -o nthreads=2 --verbose=1 --verify 'ofc42v10' --verify 'ifc42v10' --verify 'okd6864o11' --verify 'ikd6864o11' --verify 'obr33v57' --verify 'ibr33v57' --verify 'ofr33v57' --verify 'ifr33v57' --verify '//obc33v57' --verify '//ibc33v57' --verify '//ofc33v57' --verify '//ifc33v57' --verify 'obc33v57' --verify 'ibc33v57' --verify 'ofc33v57' --verify 'ifc33v57' --verify 'ok7o10x9bx8hx10e11v4' --verify 'ik7o10x9bx8hx10e11v4' --verify 'obrd9v27' --verify 'ibrd9v27' --verify 'ofrd9v27' --verify 'ifrd9v27' --verify '//obcd9v27' --verify '//ibcd9v27' --verify '//ofcd9v27' --verify '//ifcd9v27' --verify 'obcd9v27' --verify 'ibcd9v27' --verify 'ofcd9v27' --verify 'ifcd9v27' --verify 'ok35bx80b' --verify 'ik35bx80b' --verify 'obrd15x7v22' --verify 'ibrd15x7v22' --verify 'ofrd15x7v22' --verify 'ifrd15x7v22' --verify '//obcd15x7v22' --verify '//ibcd15x7v22' --verify '//ofcd15x7v22' --verify '//ifcd15x7v22' --verify 'obcd15x7v22' --verify 'ibcd15x7v22' --verify 'ofcd15x7v22' --verify 'ifcd15x7v22'"
ofc42v10 2.17396e-07 2.42806e-07 1.64496e-07
ifc42v10 2.32802e-07 2.42806e-07 2.0904e-07
okd6864o11 2.64638e-07 1.47223e-05 2.72883e-07
ikd6864o11 2.86381e-07 1.52588e-05 2.6917e-07
obr33v57 2.37736e-07 2.53389e-07 1.84207e-07
ibr33v57 2.07668e-07 3.37852e-07 2.20417e-07
ofr33v57 1.82038e-07 1.68926e-07 1.62842e-07
ifr33v57 1.92693e-07 2.53389e-07 1.66812e-07
//obc33v57 2.38365e-07 2.53389e-07 2.11517e-07
//ibc33v57 2.05567e-07 2.53389e-07 1.94215e-07
//ofc33v57 1.67883e-07 2.53389e-07 1.92651e-07
//ifc33v57 2.05361e-07 1.68926e-07 1.67142e-07
obc33v57 2.03477e-07 2.53389e-07 1.68775e-07
ibc33v57 2.17435e-07 2.53389e-07 2.50338e-07
ofc33v57 2.25021e-07 2.53389e-07 1.64115e-07
ifc33v57 2.37336e-07 1.68926e-07 1.74607e-07
ok7o10x9bx8hx10e11v4 2.72281e-07 1.05004e-05 2.1383e-07
ik7o10x9bx8hx10e11v4 2.84037e-07 1.0351e-05 2.14891e-07
obrd9v27 2.0347e-07 1.64833e-07 1.51952e-07
ibrd9v27 2.32896e-07 1.64833e-07 1.63529e-07
ofrd9v27 2.09223e-07 1.64833e-07 1.40534e-07
ifrd9v27 1.61305e-07 1.64833e-07 1.50442e-07
//obcd9v27 1.66824e-07 1.64833e-07 1.91565e-07
//ibcd9v27 1.78386e-07 1.64833e-07 1.91713e-07
//ofcd9v27 1.82036e-07 1.64833e-07 1.58685e-07
//ifcd9v27 1.9833e-07 1.64833e-07 1.92087e-07
obcd9v27 1.51535e-07 1.64833e-07 1.78895e-07
ibcd9v27 1.60884e-07 1.64833e-07 1.81485e-07
ofcd9v27 2.05763e-07 1.64833e-07 1.51605e-07
ifcd9v27 1.98909e-07 1.64833e-07 1.78334e-07
ok35bx80b 2.37925e-07 1.52588e-05 2.61945e-07
ik35bx80b 2.00753e-07 1.52588e-05 2.62704e-07
obrd15x7v22 2.11393e-07 2.91899e-07 1.88778e-07
ibrd15x7v22 2.16543e-07 2.91899e-07 2.18274e-07
ofrd15x7v22 1.98376e-07 2.43249e-07 1.80701e-07
ifrd15x7v22 1.81926e-07 2.91899e-07 1.90444e-07
//obcd15x7v22 1.98897e-07 2.91899e-07 1.88515e-07
//ibcd15x7v22 2.61588e-07 2.91899e-07 1.91009e-07
//ofcd15x7v22 2.02665e-07 2.91899e-07 1.93571e-07
//ifcd15x7v22 2.14253e-07 2.91899e-07 1.9187e-07
obcd15x7v22 2.17682e-07 2.91899e-07 2.16242e-07
ibcd15x7v22 2.60765e-07 2.91899e-07 2.00628e-07
ofcd15x7v22 2.32637e-07 2.91899e-07 2.0451e-07
ifcd15x7v22 2.28466e-07 2.91899e-07 1.97505e-07
Executing "/Applications/julia/deps/fftw-3.3.3-single/tests/bench -o nthreads=2 --verbose=1 --verify 'ofc5x8x8x11v4' --verify 'ifc5x8x8x11v4' --verify 'ok30e10x66o01' --verify 'ik30e10x66o01' --verify '//obr24x24' --verify '//ofr24x24' --verify 'obr24x24' --verify 'ibr24x24' --verify 'ofr24x24' --verify 'ifr24x24' --verify '//obc24x24' --verify '//ibc24x24' --verify '//ofc24x24' --verify '//ifc24x24' --verify 'obc24x24' --verify 'ibc24x24' --verify 'ofc24x24' --verify 'ifc24x24' --verify 'ok12e10x5bx10o01*16' --verify 'ik12e10x5bx10o01*16' --verify 'obrd12x6x7v4' --verify 'ibrd12x6x7v4' --verify 'ofrd12x6x7v4' --verify 'ifrd12x6x7v4' --verify '//obcd12x6x7v4' --verify '//ibcd12x6x7v4' --verify '//ofcd12x6x7v4' --verify '//ifcd12x6x7v4' --verify 'obcd12x6x7v4' --verify 'ibcd12x6x7v4' --verify 'ofcd12x6x7v4' --verify 'ifcd12x6x7v4' --verify 'okd10e01x10e10x15e11v10' --verify 'ikd10e01x10e10x15e11v10' --verify 'obr42v10' --verify 'ibr42v10' --verify 'ofr42v10' --verify 'ifr42v10' --verify '//obc42v10' --verify '//ibc42v10' --verify '//ofc42v10' --verify '//ifc42v10' --verify 'obc42v10' --verify 'ibc42v10'"
ofc5x8x8x11v4 2.2495e-07 4.01854e-07 2.323e-07
ifc5x8x8x11v4 2.22057e-07 3.21484e-07 2.24892e-07
ok30e10x66o01 2.49357e-07 6.49875e-06 2.9947e-07
ik30e10x66o01 2.31169e-07 9.44256e-06 2.77631e-07
//obr24x24 2.20614e-07 4.76837e-07 2.0303e-07
//ofr24x24 2.208e-07 3.17891e-07 2.19947e-07
obr24x24 1.9215e-07 3.57628e-07 2.05328e-07
ibr24x24 2.07003e-07 3.97364e-07 1.94407e-07
ofr24x24 2.07134e-07 3.17891e-07 1.99834e-07
ifr24x24 1.87716e-07 3.17891e-07 2.47392e-07
//obc24x24 2.23765e-07 4.76837e-07 1.83022e-07
//ibc24x24 1.90716e-07 3.17891e-07 2.62188e-07
//ofc24x24 1.91213e-07 3.17891e-07 1.76058e-07
//ifc24x24 2.09204e-07 3.17891e-07 1.84396e-07
obc24x24 1.84375e-07 3.17891e-07 2.159e-07
ibc24x24 1.89347e-07 3.17891e-07 1.88878e-07
ofc24x24 1.82596e-07 3.17891e-07 1.85758e-07
ifc24x24 2.04194e-07 3.17891e-07 1.94209e-07
ok12e10x5bx10o01*16 2.19957e-07 2.80923e-06 2.04053e-07
ik12e10x5bx10o01*16 2.0126e-07 3.06971e-06 2.12175e-07
obrd12x6x7v4 2.30959e-07 3.186e-07 2.34878e-07
ibrd12x6x7v4 1.96891e-07 3.186e-07 2.08597e-07
ofrd12x6x7v4 2.05738e-07 3.186e-07 1.78976e-07
ifrd12x6x7v4 2.38905e-07 3.186e-07 1.6565e-07
//obcd12x6x7v4 1.84975e-07 3.186e-07 1.79823e-07
//ibcd12x6x7v4 1.75186e-07 3.186e-07 2.07082e-07
//ofcd12x6x7v4 1.97096e-07 3.186e-07 2.12095e-07
//ifcd12x6x7v4 1.94599e-07 3.186e-07 1.95621e-07
obcd12x6x7v4 2.05918e-07 3.186e-07 2.52227e-07
ibcd12x6x7v4 1.80423e-07 3.186e-07 2.46422e-07
ofcd12x6x7v4 1.92158e-07 3.186e-07 2.53052e-07
ifcd12x6x7v4 1.86493e-07 3.186e-07 2.25861e-07
okd10e01x10e10x15e11v10 2.19786e-07 4.62868e-06 2.23406e-07
ikd10e01x10e10x15e11v10 2.12645e-07 6.49985e-06 2.36322e-07
obr42v10 1.79709e-07 2.42806e-07 2.07522e-07
ibr42v10 1.70312e-07 2.42806e-07 1.90007e-07
ofr42v10 2.01975e-07 2.42806e-07 1.33095e-07
ifr42v10 2.06993e-07 1.61871e-07 1.3274e-07
//obc42v10 2.14592e-07 2.42806e-07 1.66417e-07
//ibc42v10 2.25932e-07 3.23741e-07 1.97417e-07
//ofc42v10 2.03685e-07 1.61871e-07 1.98014e-07
//ifc42v10 1.72633e-07 2.42806e-07 1.67304e-07
obc42v10 2.44161e-07 2.02338e-07 1.91172e-07
ibc42v10 2.2095e-07 2.42806e-07 1.80056e-07
Executing "/Applications/julia/deps/fftw-3.3.3-single/tests/bench -o nthreads=2 --verbose=1 --verify 'obc9x3x3x9' --verify 'ibc9x3x3x9' --verify 'ofc9x3x3x9' --verify 'ifc9x3x3x9' --verify 'ok7e00x12e11x10e11x11b' --verify 'ik7e00x12e11x10e11x11b' --verify 'obr27x13v26' --verify 'ibr27x13v26' --verify 'ofr27x13v26' --verify 'ifr27x13v26' --verify '//obc27x13v26' --verify '//ibc27x13v26' --verify '//ofc27x13v26' --verify '//ifc27x13v26' --verify 'obc27x13v26' --verify 'ibc27x13v26' --verify 'ofc27x13v26' --verify 'ifc27x13v26' --verify 'okd13o10x27o10x12o01' --verify 'ikd13o10x27o10x12o01' --verify 'obrd8x13x3v17' --verify 'ibrd8x13x3v17' --verify 'ofrd8x13x3v17' --verify 'ifrd8x13x3v17' --verify '//obcd8x13x3v17' --verify '//ibcd8x13x3v17' --verify '//ofcd8x13x3v17' --verify '//ifcd8x13x3v17' --verify 'obcd8x13x3v17' --verify 'ibcd8x13x3v17' --verify 'ofcd8x13x3v17' --verify 'ifcd8x13x3v17' --verify 'okd10e10x12o01v15' --verify 'ikd10e10x12o01v15' --verify 'obr5x8x8x11v4' --verify 'ibr5x8x8x11v4' --verify 'ofr5x8x8x11v4' --verify 'ifr5x8x8x11v4' --verify '//obc5x8x8x11v4' --verify '//ibc5x8x8x11v4' --verify '//ofc5x8x8x11v4' --verify '//ifc5x8x8x11v4' --verify 'obc5x8x8x11v4' --verify 'ibc5x8x8x11v4'"
obc9x3x3x9 2.79198e-07 2.8257e-07 2.53782e-07
ibc9x3x3x9 2.12e-07 4.23855e-07 2.44615e-07
ofc9x3x3x9 2.22555e-07 3.53213e-07 2.36069e-07
ifc9x3x3x9 2.2087e-07 3.53213e-07 2.5268e-07
ok7e00x12e11x10e11x11b 2.32971e-07 2.75619e-05 2.30203e-07
ik7e00x12e11x10e11x11b 2.70882e-07 3.24939e-05 2.27696e-07
obr27x13v26 2.26462e-07 3.17167e-07 2.29718e-07
ibr27x13v26 2.61502e-07 3.17167e-07 2.58531e-07
ofr27x13v26 2.30348e-07 2.64306e-07 2.46324e-07
ifr27x13v26 2.30245e-07 3.17167e-07 2.6941e-07
//obc27x13v26 2.41518e-07 3.17167e-07 2.19105e-07
//ibc27x13v26 2.41405e-07 4.2289e-07 2.53058e-07
//ofc27x13v26 2.21032e-07 3.17167e-07 2.09611e-07
//ifc27x13v26 2.12582e-07 3.17167e-07 2.29016e-07
obc27x13v26 2.2202e-07 3.17167e-07 2.60283e-07
ibc27x13v26 2.29848e-07 3.17167e-07 2.33316e-07
ofc27x13v26 2.4083e-07 3.17167e-07 2.27961e-07
ifc27x13v26 2.42052e-07 3.17167e-07 2.71518e-07
okd13o10x27o10x12o01 2.20074e-07 8.05594e-06 2.54222e-07
ikd13o10x27o10x12o01 2.67254e-07 7.9357e-06 2.71024e-07
obrd8x13x3v17 2.28624e-07 3.43003e-07 2.2741e-07
ibrd8x13x3v17 1.98136e-07 4.57337e-07 2.91318e-07
ofrd8x13x3v17 2.07924e-07 3.43003e-07 2.32922e-07
ifrd8x13x3v17 2.09721e-07 3.43003e-07 2.23808e-07
//obcd8x13x3v17 2.05235e-07 3.43003e-07 2.25785e-07
//ibcd8x13x3v17 2.16906e-07 3.43003e-07 2.14158e-07
//ofcd8x13x3v17 2.22914e-07 3.43003e-07 2.19935e-07
//ifcd8x13x3v17 1.64783e-07 3.43003e-07 2.25694e-07
obcd8x13x3v17 2.11737e-07 3.43003e-07 2.06269e-07
ibcd8x13x3v17 2.11717e-07 3.43003e-07 2.36872e-07
ofcd8x13x3v17 2.06147e-07 3.43003e-07 2.0757e-07
ifcd8x13x3v17 2.06569e-07 3.43003e-07 2.21096e-07
okd10e10x12o01v15 2.4694e-07 1.07413e-06 1.98382e-07
ikd10e10x12o01v15 2.04895e-07 7.69523e-07 1.89982e-07
obr5x8x8x11v4 2.22424e-07 3.21484e-07 2.33671e-07
ibr5x8x8x11v4 2.42323e-07 3.21484e-07 2.10272e-07
ofr5x8x8x11v4 2.23454e-07 3.21484e-07 2.34651e-07
ifr5x8x8x11v4 2.69649e-07 3.21484e-07 2.45804e-07
//obc5x8x8x11v4 2.25107e-07 3.21484e-07 2.36695e-07
//ibc5x8x8x11v4 1.98065e-07 4.01854e-07 2.3531e-07
//ofc5x8x8x11v4 2.54546e-07 4.01854e-07 2.25962e-07
//ifc5x8x8x11v4 2.23933e-07 3.21484e-07 2.25109e-07
obc5x8x8x11v4 2.21168e-07 3.21484e-07 2.22039e-07
ibc5x8x8x11v4 2.00615e-07 3.21484e-07 2.36184e-07
Executing "/Applications/julia/deps/fftw-3.3.3-single/tests/bench -o nthreads=2 --verbose=1 --verify 'ofcd15x4v2' --verify 'ifcd15x4v2' --verify 'ok6e01x9o10x4o00v2' --verify 'ik6e01x9o10x4o00v2' --verify 'obr12x10x12x15*2' --verify 'ibr12x10x12x15*2' --verify 'ofr12x10x12x15*2' --verify 'ifr12x10x12x15*2' --verify '//obc12x10x12x15*2' --verify '//ibc12x10x12x15*2' --verify '//ofc12x10x12x15*2' --verify '//ifc12x10x12x15*2' --verify 'obc12x10x12x15*2' --verify 'ibc12x10x12x15*2' --verify 'ofc12x10x12x15*2' --verify 'ifc12x10x12x15*2' --verify 'okd378o11' --verify 'ikd378o11' --verify '//obr9x12x5x14' --verify '//ofr9x12x5x14' --verify 'obr9x12x5x14' --verify 'ibr9x12x5x14' --verify 'ofr9x12x5x14' --verify 'ifr9x12x5x14' --verify '//obc9x12x5x14' --verify '//ibc9x12x5x14' --verify '//ofc9x12x5x14' --verify '//ifc9x12x5x14' --verify 'obc9x12x5x14' --verify 'ibc9x12x5x14' --verify 'ofc9x12x5x14' --verify 'ifc9x12x5x14' --verify 'okd4e00x8e01x13e00' --verify 'ikd4e00x8e01x13e00' --verify '//obr9x3x3x9' --verify '//ofr9x3x3x9' --verify 'obr9x3x3x9' --verify 'ibr9x3x3x9' --verify 'ofr9x3x3x9' --verify 'ifr9x3x3x9' --verify '//obc9x3x3x9' --verify '//ibc9x3x3x9' --verify '//ofc9x3x3x9' --verify '//ifc9x3x3x9'"
ofcd15x4v2 1.63635e-07 1.84678e-07 1.60689e-07
ifcd15x4v2 1.90727e-07 2.77017e-07 1.69638e-07
ok6e01x9o10x4o00v2 1.92164e-07 2.02117e-06 2.57314e-07
ik6e01x9o10x4o00v2 2.60647e-07 1.97417e-06 2.63672e-07
obr12x10x12x15*2 2.43375e-07 4.67203e-07 2.44222e-07
ibr12x10x12x15*2 2.65743e-07 5.4507e-07 2.33474e-07
ofr12x10x12x15*2 2.03743e-07 3.89336e-07 2.13026e-07
ifr12x10x12x15*2 2.37261e-07 3.89336e-07 1.89664e-07
//obc12x10x12x15*2 2.40352e-07 4.67203e-07 2.5932e-07
//ibc12x10x12x15*2 2.13645e-07 4.67203e-07 2.54126e-07
//ofc12x10x12x15*2 2.42948e-07 3.89336e-07 2.35585e-07
//ifc12x10x12x15*2 2.14134e-07 5.4507e-07 2.39436e-07
obc12x10x12x15*2 2.3292e-07 4.67203e-07 2.55022e-07
ibc12x10x12x15*2 2.30644e-07 4.67203e-07 2.47891e-07
ofc12x10x12x15*2 2.57208e-07 4.67203e-07 2.49607e-07
ifc12x10x12x15*2 2.56083e-07 4.67203e-07 2.29988e-07
okd378o11 2.34098e-07 2.32459e-06 2.35355e-07
ikd378o11 2.37552e-07 2.86103e-06 2.28766e-07
//obr9x12x5x14 3.04422e-07 7.01972e-07 2.51302e-07
//ofr9x12x5x14 2.39821e-07 7.01972e-07 3.16075e-07
obr9x12x5x14 2.19897e-07 7.89718e-07 2.33688e-07
ibr9x12x5x14 2.08199e-07 7.01972e-07 2.2561e-07
ofr9x12x5x14 2.31983e-07 7.89718e-07 2.09128e-07
ifr9x12x5x14 2.16862e-07 8.77465e-07 2.28139e-07
//obc9x12x5x14 2.56969e-07 6.14225e-07 2.54027e-07
//ibc9x12x5x14 2.32903e-07 7.01972e-07 2.43736e-07
//ofc9x12x5x14 2.36644e-07 7.01972e-07 2.33725e-07
//ifc9x12x5x14 2.23297e-07 6.14225e-07 2.3845e-07
obc9x12x5x14 2.35401e-07 7.89718e-07 2.44336e-07
ibc9x12x5x14 2.63559e-07 6.14225e-07 2.45653e-07
ofc9x12x5x14 2.31839e-07 7.01972e-07 2.49635e-07
ifc9x12x5x14 2.19328e-07 7.01972e-07 2.47182e-07
okd4e00x8e01x13e00 2.22606e-07 7.62939e-06 2.85979e-07
ikd4e00x8e01x13e00 1.84613e-07 7.62939e-06 1.92296e-07
//obr9x3x3x9 2.15808e-07 4.23855e-07 2.45176e-07
//ofr9x3x3x9 2.16185e-07 2.8257e-07 2.19741e-07
obr9x3x3x9 2.25195e-07 4.23855e-07 2.22485e-07
ibr9x3x3x9 2.39343e-07 4.23855e-07 2.54121e-07
ofr9x3x3x9 2.00898e-07 3.53213e-07 1.76317e-07
ifr9x3x3x9 2.02664e-07 4.94498e-07 2.19599e-07
//obc9x3x3x9 2.14563e-07 4.23855e-07 2.97735e-07
//ibc9x3x3x9 2.42939e-07 4.23855e-07 2.44791e-07
//ofc9x3x3x9 2.31794e-07 4.23855e-07 2.36901e-07
//ifc9x3x3x9 2.38602e-07 3.53213e-07 2.21876e-07
Executing "/Applications/julia/deps/fftw-3.3.3-single/tests/bench -o nthreads=2 --verbose=1 --verify 'ofc6x6x2x4v6' --verify 'ifc6x6x2x4v6' --verify 'ok50hx144b' --verify 'ik50hx144b' --verify 'obr3x7x8*1' --verify 'ibr3x7x8*1' --verify 'ofr3x7x8*1' --verify 'ifr3x7x8*1' --verify '//obc3x7x8*1' --verify '//ibc3x7x8*1' --verify '//ofc3x7x8*1' --verify '//ifc3x7x8*1' --verify 'obc3x7x8*1' --verify 'ibc3x7x8*1' --verify 'ofc3x7x8*1' --verify 'ifc3x7x8*1' --verify 'ok10o10x5o11x11o10' --verify 'ik10o10x5o11x11o10' --verify '//obr11x48' --verify '//ofr11x48' --verify 'obr11x48' --verify 'ibr11x48' --verify 'ofr11x48' --verify 'ifr11x48' --verify '//obc11x48' --verify '//ibc11x48' --verify '//ofc11x48' --verify '//ifc11x48' --verify 'obc11x48' --verify 'ibc11x48' --verify 'ofc11x48' --verify 'ifc11x48' --verify 'okd4e01x4o00x10e00' --verify 'ikd4e01x4o00x10e00' --verify 'obrd15x4v2' --verify 'ibrd15x4v2' --verify 'ofrd15x4v2' --verify 'ifrd15x4v2' --verify '//obcd15x4v2' --verify '//ibcd15x4v2' --verify '//ofcd15x4v2' --verify '//ifcd15x4v2' --verify 'obcd15x4v2' --verify 'ibcd15x4v2'"
ofc6x6x2x4v6 2.14484e-07 3.27809e-07 1.66894e-07
ifc6x6x2x4v6 2.09971e-07 3.27809e-07 2.11268e-07
ok50hx144b 2.29736e-07 3.05176e-05 2.43667e-07
ik50hx144b 2.36871e-07 3.05176e-05 2.3234e-07
obr3x7x8*1 2.01548e-07 2.9431e-07 1.89803e-07
ibr3x7x8*1 1.48325e-07 3.67888e-07 1.54776e-07
ofr3x7x8*1 1.80458e-07 3.67888e-07 1.57124e-07
ifr3x7x8*1 1.8381e-07 2.9431e-07 2.02337e-07
//obc3x7x8*1 2.10415e-07 2.9431e-07 1.81071e-07
//ibc3x7x8*1 1.85598e-07 2.9431e-07 1.97613e-07
//ofc3x7x8*1 1.80181e-07 2.9431e-07 1.86148e-07
//ifc3x7x8*1 2.3142e-07 2.9431e-07 1.89339e-07
obc3x7x8*1 2.41578e-07 2.9431e-07 1.889e-07
ibc3x7x8*1 1.61414e-07 2.9431e-07 2.37808e-07
ofc3x7x8*1 1.8687e-07 2.9431e-07 1.71809e-07
ifc3x7x8*1 2.61434e-07 2.9431e-07 1.87652e-07
ok10o10x5o11x11o10 2.0471e-07 2.11217e-06 3.08446e-07
ik10o10x5o11x11o10 2.25527e-07 2.59495e-06 2.21278e-07
//obr11x48 2.07124e-07 4.9804e-07 2.16112e-07
//ofr11x48 1.98424e-07 3.32027e-07 2.00761e-07
obr11x48 2.09614e-07 4.15033e-07 2.81565e-07
ibr11x48 2.03079e-07 4.9804e-07 2.57958e-07
ofr11x48 2.39419e-07 2.4902e-07 2.11752e-07
ifr11x48 2.62338e-07 3.32027e-07 2.64005e-07
//obc11x48 2.21856e-07 3.32027e-07 1.91959e-07
//ibc11x48 2.13433e-07 4.15033e-07 2.64489e-07
//ofc11x48 1.70767e-07 3.32027e-07 2.54833e-07
//ifc11x48 2.27392e-07 4.15033e-07 2.47509e-07
obc11x48 2.35163e-07 4.15033e-07 1.87024e-07
ibc11x48 2.13745e-07 4.15033e-07 1.96932e-07
ofc11x48 2.39464e-07 3.32027e-07 2.5785e-07
ifc11x48 2.37679e-07 3.32027e-07 2.23708e-07
okd4e01x4o00x10e00 2.36392e-07 3.07093e-06 2.00156e-07
ikd4e01x4o00x10e00 2.45112e-07 3.07093e-06 2.20245e-07
obrd15x4v2 1.87709e-07 2.77017e-07 1.80266e-07
ibrd15x4v2 1.8236e-07 2.77017e-07 1.95032e-07
ofrd15x4v2 1.93292e-07 2.77017e-07 1.56572e-07
ifrd15x4v2 1.53259e-07 1.84678e-07 2.24812e-07
//obcd15x4v2 1.73181e-07 2.77017e-07 1.54596e-07
//ibcd15x4v2 2.1097e-07 2.77017e-07 1.84741e-07
//ofcd15x4v2 2.3011e-07 1.84678e-07 1.60561e-07
//ifcd15x4v2 1.69422e-07 2.77017e-07 1.88041e-07
obcd15x4v2 1.7179e-07 2.77017e-07 1.59725e-07
ibcd15x4v2 1.61289e-07 2.77017e-07 1.64031e-07
Executing "/Applications/julia/deps/fftw-3.3.3-single/tests/bench -o nthreads=2 --verbose=1 --verify '//obrd7280' --verify '//ibrd7280' --verify '//ofrd7280' --verify '//ifrd7280' --verify 'obrd7280' --verify 'ibrd7280' --verify 'ofrd7280' --verify 'ifrd7280' --verify '//obcd7280' --verify '//ibcd7280' --verify '//ofcd7280' --verify '//ifcd7280' --verify 'obcd7280' --verify 'ibcd7280' --verify 'ofcd7280' --verify 'ifcd7280' --verify 'ok420e11' --verify 'ik420e11' --verify '//obr30x8x7' --verify '//ofr30x8x7' --verify 'obr30x8x7' --verify 'ibr30x8x7' --verify 'ofr30x8x7' --verify 'ifr30x8x7' --verify '//obc30x8x7' --verify '//ibc30x8x7' --verify '//ofc30x8x7' --verify '//ifc30x8x7' --verify 'obc30x8x7' --verify 'ibc30x8x7' --verify 'ofc30x8x7' --verify 'ifc30x8x7' --verify 'okd5e11x8o11x2o11x6e00' --verify 'ikd5e11x8o11x2o11x6e00' --verify 'obr6x6x2x4v6' --verify 'ibr6x6x2x4v6' --verify 'ofr6x6x2x4v6' --verify 'ifr6x6x2x4v6' --verify '//obc6x6x2x4v6' --verify '//ibc6x6x2x4v6' --verify '//ofc6x6x2x4v6' --verify '//ifc6x6x2x4v6' --verify 'obc6x6x2x4v6' --verify 'ibc6x6x2x4v6'"
//obrd7280 2.36675e-07 6.25925e-07 2.63238e-07
//ibrd7280 3.09525e-07 6.25925e-07 2.90823e-07
//ofrd7280 2.43689e-07 3.57672e-07 1.80022e-07
//ifrd7280 2.6701e-07 4.47089e-07 2.20661e-07
obrd7280 2.82284e-07 6.25925e-07 2.35296e-07
ibrd7280 2.70081e-07 7.15343e-07 3.03011e-07
ofrd7280 2.78868e-07 4.47089e-07 2.12532e-07
ifrd7280 2.50226e-07 4.47089e-07 2.38512e-07
//obcd7280 2.59489e-07 4.47089e-07 2.48992e-07
//ibcd7280 2.65256e-07 4.47089e-07 2.58617e-07
//ofcd7280 2.5547e-07 5.36507e-07 2.54111e-07
//ifcd7280 2.3576e-07 4.47089e-07 3.09742e-07
obcd7280 2.626e-07 4.47089e-07 2.75133e-07
ibcd7280 2.88999e-07 5.36507e-07 3.1911e-07
ofcd7280 2.57296e-07 4.47089e-07 2.62814e-07
ifcd7280 2.52086e-07 4.47089e-07 2.98533e-07
ok420e11 2.68319e-07 2.5034e-06 3.03672e-07
ik420e11 2.20876e-07 3.57629e-06 2.6453e-07
//obr30x8x7 2.26291e-07 4.65346e-07 2.13949e-07
//ofr30x8x7 2.08988e-07 3.72276e-07 2.10327e-07
obr30x8x7 2.16108e-07 6.51484e-07 2.11791e-07
ibr30x8x7 2.14077e-07 4.65346e-07 2.2498e-07
ofr30x8x7 2.52639e-07 4.65346e-07 2.0684e-07
ifr30x8x7 1.91303e-07 4.65346e-07 2.13627e-07
//obc30x8x7 2.45018e-07 4.65346e-07 2.48825e-07
//ibc30x8x7 1.99457e-07 4.65345e-07 2.10176e-07
//ofc30x8x7 2.27428e-07 4.65345e-07 2.34964e-07
//ifc30x8x7 2.13848e-07 3.72276e-07 2.08095e-07
obc30x8x7 2.22909e-07 3.72276e-07 2.40073e-07
ibc30x8x7 2.53829e-07 3.72276e-07 2.55966e-07
ofc30x8x7 2.36725e-07 4.65346e-07 2.17398e-07
ifc30x8x7 2.48728e-07 4.65345e-07 2.77011e-07
okd5e11x8o11x2o11x6e00 2.7643e-07 3.75765e-06 3.00168e-07
ikd5e11x8o11x2o11x6e00 2.19182e-07 3.55254e-06 2.32732e-07
obr6x6x2x4v6 1.81356e-07 2.62247e-07 1.77895e-07
ibr6x6x2x4v6 1.97613e-07 2.62247e-07 1.84311e-07
ofr6x6x2x4v6 1.77124e-07 2.62247e-07 1.63375e-07
ifr6x6x2x4v6 2.51351e-07 2.62247e-07 1.48997e-07
//obc6x6x2x4v6 1.96099e-07 3.27809e-07 2.16767e-07
//ibc6x6x2x4v6 1.85689e-07 3.27809e-07 2.08483e-07
//ofc6x6x2x4v6 1.89168e-07 3.27809e-07 1.72833e-07
//ifc6x6x2x4v6 1.9866e-07 3.27809e-07 1.69841e-07
obc6x6x2x4v6 2.12876e-07 2.62247e-07 2.16394e-07
ibc6x6x2x4v6 2.08185e-07 2.62247e-07 1.78564e-07
Executing "/Applications/julia/deps/fftw-3.3.3-single/tests/bench -o nthreads=2 --verbose=1 --verify 'ok10e00x6o11v5' --verify 'ik10e00x6o11v5' --verify 'obr21x4*24' --verify 'ibr21x4*24' --verify 'ofr21x4*24' --verify 'ifr21x4*24' --verify '//obc21x4*24' --verify '//ibc21x4*24' --verify '//ofc21x4*24' --verify '//ifc21x4*24' --verify 'obc21x4*24' --verify 'ibc21x4*24' --verify 'ofc21x4*24' --verify 'ifc21x4*24' --verify 'ok28028h' --verify 'ik28028h' --verify 'obrd10x7x3x10*10' --verify 'ibrd10x7x3x10*10' --verify 'ofrd10x7x3x10*10' --verify 'ifrd10x7x3x10*10' --verify '//obcd10x7x3x10*10' --verify '//ibcd10x7x3x10*10' --verify '//ofcd10x7x3x10*10' --verify '//ifcd10x7x3x10*10' --verify 'obcd10x7x3x10*10' --verify 'ibcd10x7x3x10*10' --verify 'ofcd10x7x3x10*10' --verify 'ifcd10x7x3x10*10' --verify 'ok10o01x15e00*28' --verify 'ik10o01x15e00*28' --verify 'obrd16x8x10*12' --verify 'ibrd16x8x10*12' --verify 'ofrd16x8x10*12' --verify 'ifrd16x8x10*12' --verify '//obcd16x8x10*12' --verify '//ibcd16x8x10*12' --verify '//ofcd16x8x10*12' --verify '//ifcd16x8x10*12' --verify 'obcd16x8x10*12' --verify 'ibcd16x8x10*12' --verify 'ofcd16x8x10*12' --verify 'ifcd16x8x10*12' --verify 'ok4bx10e11v7' --verify 'ik4bx10e11v7'"
ok10e00x6o11v5 1.87016e-07 9.10802e-07 3.16075e-07
ik10e00x6o11v5 2.01846e-07 8.65713e-07 1.71749e-07
obr21x4*24 1.76533e-07 3.2517e-07 1.58317e-07
ibr21x4*24 1.82288e-07 3.2517e-07 2.19304e-07
ofr21x4*24 1.85607e-07 2.1678e-07 1.47768e-07
ifr21x4*24 2.1147e-07 3.2517e-07 1.54369e-07
//obc21x4*24 2.02031e-07 3.2517e-07 1.9694e-07
//ibc21x4*24 2.09e-07 2.1678e-07 1.95857e-07
//ofc21x4*24 1.78851e-07 2.1678e-07 1.96324e-07
//ifc21x4*24 1.97237e-07 3.2517e-07 1.91669e-07
obc21x4*24 1.93792e-07 3.2517e-07 2.10782e-07
ibc21x4*24 2.29889e-07 3.2517e-07 1.98304e-07
ofc21x4*24 2.0765e-07 3.2517e-07 2.04451e-07
ifc21x4*24 2.10615e-07 3.2517e-07 2.04003e-07
ok28028h 2.68917e-07 3.05176e-05 2.61891e-07
ik28028h 2.89318e-07 3.05176e-05 2.60885e-07
obrd10x7x3x10*10 2.59788e-07 3.66271e-07 2.47677e-07
ibrd10x7x3x10*10 2.27897e-07 3.66271e-07 2.21608e-07
ofrd10x7x3x10*10 2.35677e-07 3.66271e-07 2.02048e-07
ifrd10x7x3x10*10 2.58648e-07 3.66271e-07 2.1048e-07
//obcd10x7x3x10*10 2.30737e-07 4.57839e-07 2.27459e-07
//ibcd10x7x3x10*10 2.90204e-07 3.66271e-07 2.5171e-07
//ofcd10x7x3x10*10 1.93395e-07 3.66271e-07 2.27279e-07
//ifcd10x7x3x10*10 2.5478e-07 2.74704e-07 2.12862e-07
obcd10x7x3x10*10 2.53376e-07 3.66271e-07 2.26117e-07
ibcd10x7x3x10*10 2.1542e-07 3.66271e-07 2.16689e-07
ofcd10x7x3x10*10 2.6145e-07 3.66271e-07 2.19411e-07
ifcd10x7x3x10*10 2.48447e-07 3.66271e-07 2.22139e-07
ok10o01x15e00*28 2.28499e-07 2.11338e-06 1.93586e-07
ik10o01x15e00*28 2.45311e-07 2.21885e-06 2.39202e-07
obrd16x8x10*12 2.26625e-07 4.62037e-07 2.11144e-07
ibrd16x8x10*12 2.2685e-07 4.04283e-07 2.04896e-07
ofrd16x8x10*12 2.02418e-07 3.46528e-07 2.02167e-07
ifrd16x8x10*12 1.79704e-07 3.46528e-07 1.91393e-07
//obcd16x8x10*12 2.21696e-07 4.62037e-07 2.0627e-07
//ibcd16x8x10*12 2.21688e-07 3.46528e-07 2.21043e-07
//ofcd16x8x10*12 2.03082e-07 3.46528e-07 1.93593e-07
//ifcd16x8x10*12 1.94304e-07 4.62037e-07 1.90853e-07
obcd16x8x10*12 1.97536e-07 4.62037e-07 1.94746e-07
ibcd16x8x10*12 2.40367e-07 3.46528e-07 1.92597e-07
ofcd16x8x10*12 2.13755e-07 4.62037e-07 1.92665e-07
ifcd16x8x10*12 2.25145e-07 4.04283e-07 1.943e-07
ok4bx10e11v7 2.19249e-07 5.46642e-07 2.15729e-07
ik4bx10e11v7 2.5615e-07 5.80807e-07 2.30555e-07
Executing "/Applications/julia/deps/fftw-3.3.3-single/tests/bench -o nthreads=2 --verbose=1 --verify 'ok13e11x12o10v36' --verify 'ik13e11x12o10v36' --verify '//obr6x44' --verify '//ofr6x44' --verify 'obr6x44' --verify 'ibr6x44' --verify 'ofr6x44' --verify 'ifr6x44' --verify '//obc6x44' --verify '//ibc6x44' --verify '//ofc6x44' --verify '//ifc6x44' --verify 'obc6x44' --verify 'ibc6x44' --verify 'ofc6x44' --verify 'ifc6x44' --verify 'ok3o11x10hx12e01*16' --verify 'ik3o11x10hx12e01*16' --verify 'obr9x13x12x12*1' --verify 'ibr9x13x12x12*1' --verify 'ofr9x13x12x12*1' --verify 'ifr9x13x12x12*1' --verify '//obc9x13x12x12*1' --verify '//ibc9x13x12x12*1' --verify '//ofc9x13x12x12*1' --verify '//ifc9x13x12x12*1' --verify 'obc9x13x12x12*1' --verify 'ibc9x13x12x12*1' --verify 'ofc9x13x12x12*1' --verify 'ifc9x13x12x12*1' --verify 'okd12e11x13e00x7e00x12o00v1' --verify 'ikd12e11x13e00x7e00x12o00v1' --verify 'obr6v191' --verify 'ibr6v191' --verify 'ofr6v191' --verify 'ifr6v191' --verify '//obc6v191' --verify '//ibc6v191' --verify '//ofc6v191' --verify '//ifc6v191' --verify 'obc6v191' --verify 'ibc6v191' --verify 'ofc6v191' --verify 'ifc6v191'"
ok13e11x12o10v36 2.22194e-07 1.79514e-06 2.56815e-07
ik13e11x12o10v36 2.28091e-07 2.2094e-06 2.27867e-07
//obr6x44 2.37449e-07 4.69557e-07 2.38706e-07
//ofr6x44 1.80704e-07 3.52168e-07 1.56598e-07
obr6x44 1.99791e-07 4.69557e-07 1.9921e-07
ibr6x44 2.10558e-07 4.69557e-07 2.4576e-07
ofr6x44 2.0085e-07 2.34778e-07 2.20533e-07
ifr6x44 1.97821e-07 2.34778e-07 1.7525e-07
//obc6x44 2.1049e-07 3.52168e-07 2.12142e-07
//ibc6x44 2.19392e-07 2.34778e-07 2.11022e-07
//ofc6x44 1.92267e-07 3.52168e-07 2.00473e-07
//ifc6x44 1.97784e-07 3.52168e-07 1.91976e-07
obc6x44 2.08355e-07 2.34778e-07 1.94119e-07
ibc6x44 1.95713e-07 3.52168e-07 1.94231e-07
ofc6x44 1.93198e-07 3.52168e-07 2.32977e-07
ifc6x44 2.25755e-07 3.52168e-07 1.91037e-07
ok3o11x10hx12e01*16 2.68027e-07 3.29459e-06 2.44603e-07
ik3o11x10hx12e01*16 2.23704e-07 3.14707e-06 2.43519e-07
obr9x13x12x12*1 2.35026e-07 2.11601e-06 2.25472e-07
ibr9x13x12x12*1 2.77541e-07 1.99846e-06 2.43863e-07
ofr9x13x12x12*1 2.35005e-07 1.8809e-06 3.03746e-07
ifr9x13x12x12*1 2.34805e-07 1.8809e-06 2.29599e-07
//obc9x13x12x12*1 2.77961e-07 1.99846e-06 2.55455e-07
//ibc9x13x12x12*1 2.34078e-07 1.99846e-06 2.57533e-07
//ofc9x13x12x12*1 2.68742e-07 2.11601e-06 2.56099e-07
//ifc9x13x12x12*1 2.32882e-07 1.99846e-06 2.46997e-07
obc9x13x12x12*1 2.54207e-07 1.8809e-06 2.67837e-07
ibc9x13x12x12*1 2.42209e-07 1.99846e-06 2.94195e-07
ofc9x13x12x12*1 2.3793e-07 1.8809e-06 2.90703e-07
ifc9x13x12x12*1 2.39918e-07 1.76334e-06 2.62665e-07
okd12e11x13e00x7e00x12o00v1 2.28207e-07 5.84865e-05 2.68977e-07
ikd12e11x13e00x7e00x12o00v1 2.36964e-07 6.47443e-05 2.77658e-07
obr6v191 1.58682e-07 1.95687e-07 1.74367e-07
ibr6v191 1.68552e-07 1.95687e-07 1.78836e-07
ofr6v191 1.48029e-07 1.95687e-07 1.07609e-07
ifr6v191 1.62659e-07 1.95687e-07 1.26265e-07
//obc6v191 2.09248e-07 1.95687e-07 1.60989e-07
//ibc6v191 1.59115e-07 1.95687e-07 1.80938e-07
//ofc6v191 1.80604e-07 1.95687e-07 1.13464e-07
//ifc6v191 1.65625e-07 1.95687e-07 1.16616e-07
obc6v191 1.53568e-07 1.95687e-07 2.22474e-07
ibc6v191 1.89598e-07 1.95687e-07 1.10282e-07
ofc6v191 1.75725e-07 1.95687e-07 1.13769e-07
ifc6v191 1.68591e-07 1.95687e-07 1.13587e-07
Executing "/Applications/julia/deps/fftw-3.3.3-single/tests/bench -o nthreads=2 --verbose=1 --verify 'ofcd9x11x4' --verify 'ifcd9x11x4' --verify 'ok13hx10o01*10' --verify 'ik13hx10o01*10' --verify 'obr88v86' --verify 'ibr88v86' --verify 'ofr88v86' --verify 'ifr88v86' --verify '//obc88v86' --verify '//ibc88v86' --verify '//ofc88v86' --verify '//ifc88v86' --verify 'obc88v86' --verify 'ibc88v86' --verify 'ofc88v86' --verify 'ifc88v86' --verify 'okd12e10x9e11x4o10v3' --verify 'ikd12e10x9e11x4o10v3' --verify 'obrd65*81' --verify 'ibrd65*81' --verify 'ofrd65*81' --verify 'ifrd65*81' --verify '//obcd65*81' --verify '//ibcd65*81' --verify '//ofcd65*81' --verify '//ifcd65*81' --verify 'obcd65*81' --verify 'ibcd65*81' --verify 'ofcd65*81' --verify 'ifcd65*81' --verify 'ok24o00*35' --verify 'ik24o00*35' --verify 'obrd7x32v24' --verify 'ibrd7x32v24' --verify 'ofrd7x32v24' --verify 'ifrd7x32v24' --verify '//obcd7x32v24' --verify '//ibcd7x32v24' --verify '//ofcd7x32v24' --verify '//ifcd7x32v24' --verify 'obcd7x32v24' --verify 'ibcd7x32v24' --verify 'ofcd7x32v24' --verify 'ifcd7x32v24'"
ofcd9x11x4 2.26938e-07 2.87544e-07 2.18231e-07
ifcd9x11x4 1.76538e-07 3.83392e-07 2.07873e-07
ok13hx10o01*10 2.2056e-07 1.02063e-06 2.57173e-07
ik13hx10o01*10 2.05038e-07 1.02063e-06 2.73849e-07
obr88v86 2.38753e-07 3.08532e-07 1.93006e-07
ibr88v86 2.44783e-07 3.08532e-07 2.00742e-07
ofr88v86 1.89682e-07 3.08532e-07 1.52419e-07
ifr88v86 2.08104e-07 2.05688e-07 1.64001e-07
//obc88v86 2.10131e-07 3.08532e-07 1.89185e-07
//ibc88v86 2.63526e-07 3.08532e-07 1.97858e-07
//ofc88v86 2.14639e-07 3.08532e-07 1.93155e-07
//ifc88v86 2.02248e-07 2.05688e-07 1.94349e-07
obc88v86 2.50626e-07 3.08532e-07 1.89894e-07
ibc88v86 2.32388e-07 3.08532e-07 1.84206e-07
ofc88v86 2.24073e-07 3.08532e-07 2.28528e-07
ifc88v86 2.29817e-07 2.5711e-07 1.92752e-07
okd12e10x9e11x4o10v3 2.0896e-07 1.66035e-06 2.21839e-07
ikd12e10x9e11x4o10v3 1.94039e-07 1.77503e-06 2.47822e-07
obrd65*81 2.82322e-07 2.99373e-07 2.23397e-07
ibrd65*81 2.14431e-07 2.99373e-07 2.44584e-07
ofrd65*81 2.21408e-07 2.99373e-07 2.45647e-07
ifrd65*81 2.05269e-07 2.39498e-07 1.69211e-07
//obcd65*81 2.40333e-07 2.99373e-07 2.2647e-07
//ibcd65*81 2.07916e-07 2.99373e-07 2.19513e-07
//ofcd65*81 2.11201e-07 2.99373e-07 2.30226e-07
//ifcd65*81 2.13828e-07 2.99373e-07 2.16737e-07
obcd65*81 2.00547e-07 3.59247e-07 2.10552e-07
ibcd65*81 2.26006e-07 2.99373e-07 3.18348e-07
ofcd65*81 1.75609e-07 2.99373e-07 2.27742e-07
ifcd65*81 1.92813e-07 2.99373e-07 2.17837e-07
ok24o00*35 2.02832e-07 5.83574e-07 1.67318e-07
ik24o00*35 1.67496e-07 5.5286e-07 1.85076e-07
obrd7x32v24 1.774e-07 2.655e-07 2.08662e-07
ibrd7x32v24 1.97721e-07 3.31875e-07 2.08798e-07
ofrd7x32v24 2.16333e-07 1.99125e-07 1.86254e-07
ifrd7x32v24 1.97211e-07 1.99125e-07 1.71711e-07
//obcd7x32v24 2.01287e-07 2.655e-07 2.23768e-07
//ibcd7x32v24 2.63998e-07 2.655e-07 2.25508e-07
//ofcd7x32v24 2.32147e-07 2.655e-07 2.3351e-07
//ifcd7x32v24 2.03917e-07 2.655e-07 2.33339e-07
obcd7x32v24 2.15724e-07 2.655e-07 2.24514e-07
ibcd7x32v24 2.03589e-07 3.31875e-07 2.41392e-07
ofcd7x32v24 2.14881e-07 2.655e-07 1.92811e-07
ifcd7x32v24 1.93826e-07 1.99125e-07 2.12775e-07
Executing "/Applications/julia/deps/fftw-3.3.3-single/tests/bench -o nthreads=2 --verbose=1 --verify 'ok7bx11h*23' --verify 'ik7bx11h*23' --verify 'obr112v144' --verify 'ibr112v144' --verify 'ofr112v144' --verify 'ifr112v144' --verify '//obc112v144' --verify '//ibc112v144' --verify '//ofc112v144' --verify '//ifc112v144' --verify 'obc112v144' --verify 'ibc112v144' --verify 'ofc112v144' --verify 'ifc112v144' --verify 'okd8o10x4o01x10o01x9o10*4' --verify 'ikd8o10x4o01x10o01x9o10*4' --verify 'obr16x3v1' --verify 'ibr16x3v1' --verify 'ofr16x3v1' --verify 'ifr16x3v1' --verify '//obc16x3v1' --verify '//ibc16x3v1' --verify '//ofc16x3v1' --verify '//ifc16x3v1' --verify 'obc16x3v1' --verify 'ibc16x3v1' --verify 'ofc16x3v1' --verify 'ifc16x3v1' --verify 'ok7e11x70o11' --verify 'ik7e11x70o11' --verify '//obrd9x11x4' --verify '//ofrd9x11x4' --verify 'obrd9x11x4' --verify 'ibrd9x11x4' --verify 'ofrd9x11x4' --verify 'ifrd9x11x4' --verify '//obcd9x11x4' --verify '//ibcd9x11x4' --verify '//ofcd9x11x4' --verify '//ifcd9x11x4' --verify 'obcd9x11x4' --verify 'ibcd9x11x4'"
ok7bx11h*23 2.02434e-07 1.32167e-06 1.85984e-07
ik7bx11h*23 2.12931e-07 1.33722e-06 1.9937e-07
obr112v144 2.20767e-07 2.72219e-07 2.05649e-07
ibr112v144 2.01572e-07 2.72219e-07 2.2904e-07
ofr112v144 1.97542e-07 2.72219e-07 2.14262e-07
ifr112v144 1.85061e-07 2.72219e-07 1.4564e-07
//obc112v144 2.21222e-07 2.72219e-07 2.35662e-07
//ibc112v144 2.43782e-07 2.72219e-07 2.30911e-07
//ofc112v144 2.04322e-07 2.72219e-07 1.61902e-07
//ifc112v144 2.1862e-07 2.72219e-07 1.59326e-07
obc112v144 2.41331e-07 2.72219e-07 2.40341e-07
ibc112v144 2.01049e-07 2.72219e-07 1.95329e-07
ofc112v144 2.32269e-07 2.72219e-07 2.24616e-07
ifc112v144 2.24855e-07 2.72219e-07 1.76949e-07
okd8o10x4o01x10o01x9o10*4 2.87256e-07 5.28682e-06 3.03774e-07
ikd8o10x4o01x10o01x9o10*4 2.99314e-07 3.86816e-06 2.69188e-07
obr16x3v1 1.34665e-07 2.75302e-07 1.56088e-07
ibr16x3v1 1.47542e-07 3.44128e-07 1.79922e-07
ofr16x3v1 1.96602e-07 2.06477e-07 1.29818e-07
ifr16x3v1 1.95443e-07 2.75302e-07 2.12177e-07
//obc16x3v1 1.8396e-07 2.75302e-07 1.83158e-07
//ibc16x3v1 2.07667e-07 2.75302e-07 1.93613e-07
//ofc16x3v1 2.1504e-07 2.06477e-07 1.70085e-07
//ifc16x3v1 1.73212e-07 2.75302e-07 2.00818e-07
obc16x3v1 1.90795e-07 3.44128e-07 2.26602e-07
ibc16x3v1 1.61524e-07 2.75302e-07 2.21315e-07
ofc16x3v1 2.30516e-07 2.75302e-07 1.77563e-07
ifc16x3v1 1.93702e-07 2.06477e-07 1.98231e-07
ok7e11x70o11 2.32131e-07 2.93929e-06 2.28749e-07
ik7e11x70o11 3.87514e-07 3.59914e-06 2.44159e-07
//obrd9x11x4 1.67939e-07 3.83392e-07 1.96859e-07
//ofrd9x11x4 2.22816e-07 3.83392e-07 1.73049e-07
obrd9x11x4 1.80638e-07 3.83392e-07 2.02056e-07
ibrd9x11x4 1.73787e-07 3.83392e-07 1.76631e-07
ofrd9x11x4 1.99267e-07 2.87544e-07 1.7438e-07
ifrd9x11x4 2.54479e-07 2.87544e-07 1.84289e-07
//obcd9x11x4 2.49123e-07 2.87544e-07 2.03177e-07
//ibcd9x11x4 1.82384e-07 2.87544e-07 2.15454e-07
//ofcd9x11x4 2.86939e-07 2.87544e-07 2.31773e-07
//ifcd9x11x4 1.92445e-07 3.83392e-07 2.24506e-07
obcd9x11x4 2.68644e-07 2.87544e-07 3.05043e-07
ibcd9x11x4 2.19655e-07 3.83392e-07 2.24848e-07
--------------------------------------------------------------
FFTW threaded transforms passed basic tests!
--------------------------------------------------------------
Making check in mpi
Making check in doc
Making check in FAQ
Making check in tools
Making check in m4
Making install in support
Making install in kernel
Making install in simd-support
Making install in dft
Making install in scalar
Making install in codelets
Making install in simd
Making install in common
Making install in sse2
Making install in avx
Making install in altivec
Making install in neon
Making install in rdft
Making install in scalar
Making install in r2cf
Making install in r2cb
Making install in r2r
Making install in simd
Making install in common
Making install in sse2
Making install in avx
Making install in altivec
Making install in neon
Making install in reodft
Making install in api
.././install-sh -c -d '/Applications/julia/usr/include'
/usr/bin/install -c -m 644 fftw3.h fftw3.f fftw3l.f03 fftw3q.f03 '/Applications/julia/usr/include'
.././install-sh -c -d '/Applications/julia/usr/include'
/usr/bin/install -c -m 644 fftw3.f03 '/Applications/julia/usr/include'
Making install in libbench2
Making install in .
./install-sh -c -d '/Applications/julia/usr/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c libfftw3f.la '/Applications/julia/usr/lib'
libtool: install: /usr/bin/install -c .libs/libfftw3f.3.dylib /Applications/julia/usr/lib/libfftw3f.3.dylib
libtool: install: (cd /Applications/julia/usr/lib && { ln -s -f libfftw3f.3.dylib libfftw3f.dylib || { rm -f libfftw3f.dylib && ln -s libfftw3f.3.dylib libfftw3f.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libfftw3f.lai /Applications/julia/usr/lib/libfftw3f.la
libtool: install: /usr/bin/install -c .libs/libfftw3f.a /Applications/julia/usr/lib/libfftw3f.a
libtool: install: chmod 644 /Applications/julia/usr/lib/libfftw3f.a
libtool: install: ranlib /Applications/julia/usr/lib/libfftw3f.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Applications/julia/usr/lib/libfftw3f.a(debug.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Applications/julia/usr/lib/libfftw3f.a(f77api.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Applications/julia/usr/lib/libfftw3f.a(altivec.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Applications/julia/usr/lib/libfftw3f.a(neon.o) has no symbols
./install-sh -c -d '/Applications/julia/usr/lib/pkgconfig'
/usr/bin/install -c -m 644 fftw3f.pc '/Applications/julia/usr/lib/pkgconfig'
Making install in threads
.././install-sh -c -d '/Applications/julia/usr/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libfftw3f_threads.la '/Applications/julia/usr/lib'
libtool: install: /usr/bin/install -c .libs/libfftw3f_threads.3.dylib /Applications/julia/usr/lib/libfftw3f_threads.3.dylib
libtool: install: (cd /Applications/julia/usr/lib && { ln -s -f libfftw3f_threads.3.dylib libfftw3f_threads.dylib || { rm -f libfftw3f_threads.dylib && ln -s libfftw3f_threads.3.dylib libfftw3f_threads.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libfftw3f_threads.lai /Applications/julia/usr/lib/libfftw3f_threads.la
libtool: install: /usr/bin/install -c .libs/libfftw3f_threads.a /Applications/julia/usr/lib/libfftw3f_threads.a
libtool: install: chmod 644 /Applications/julia/usr/lib/libfftw3f_threads.a
libtool: install: ranlib /Applications/julia/usr/lib/libfftw3f_threads.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Applications/julia/usr/lib/libfftw3f_threads.a(libfftw3f_threads_la-f77api.o) has no symbols
Making install in tests
Making install in mpi
Making install in doc
Making install in FAQ
.././install-sh -c -d '/Applications/julia/usr/share/info'
/usr/bin/install -c -m 644 ./fftw3.info ./fftw3.info-1 ./fftw3.info-2 '/Applications/julia/usr/share/info'
install-info --info-dir='/Applications/julia/usr/share/info' '/Applications/julia/usr/share/info/fftw3.info'
Making install in tools
.././install-sh -c -d '/Applications/julia/usr/bin'
/bin/sh ../libtool --mode=install /usr/bin/install -c fftwf-wisdom '/Applications/julia/usr/bin'
libtool: install: /usr/bin/install -c .libs/fftwf-wisdom /Applications/julia/usr/bin/fftwf-wisdom
.././install-sh -c -d '/Applications/julia/usr/bin'
/usr/bin/install -c fftw-wisdom-to-conf '/Applications/julia/usr/bin'
.././install-sh -c -d '/Applications/julia/usr/share/man/man1'
/usr/bin/install -c -m 644 fftw-wisdom-to-conf.1 fftwf-wisdom.1 '/Applications/julia/usr/share/man/man1'
Making install in m4
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-apple-darwin13.1.0
checking host system type... x86_64-apple-darwin13.1.0
checking for gcc... clang -stdlib=libc++ -mmacosx-version-min=10.7
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang -stdlib=libc++ -mmacosx-version-min=10.7 accepts -g... yes
checking for clang -stdlib=libc++ -mmacosx-version-min=10.7 option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of clang -stdlib=libc++ -mmacosx-version-min=10.7... gcc3
checking whether clang -stdlib=libc++ -mmacosx-version-min=10.7 and cc understand -c and -o together... yes
checking for C compiler vendor... gnu
checking for clang -stdlib=libc++ -mmacosx-version-min=10.7 option to accept ISO C99... none needed
checking for clang -stdlib=libc++ -mmacosx-version-min=10.7 option to accept ISO Standard C... (cached) none needed
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang -stdlib=libc++ -mmacosx-version-min=10.7... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin13.1.0 file names to x86_64-apple-darwin13.1.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.1.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from clang -stdlib=libc++ -mmacosx-version-min=10.7 object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... clang -stdlib=libc++ -mmacosx-version-min=10.7 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 supports -fno-rtti -fno-exceptions... yes
checking for clang -stdlib=libc++ -mmacosx-version-min=10.7 option to produce PIC... -fno-common -DPIC
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 PIC flag -fno-common -DPIC works... yes
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 static flag -static works... no
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 supports -c -o file.o... yes
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 supports -c -o file.o... (cached) yes
checking whether the clang -stdlib=libc++ -mmacosx-version-min=10.7 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.1.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ocamlbuild... no
checking whether C compiler accepts -mtune=native... yes
checking whether C compiler accepts -malign-double... no
checking whether C compiler accepts -fstrict-aliasing... yes
checking whether C compiler accepts -fno-schedule-insns... yes
checking whether C compiler accepts -ffast-math... yes
checking whether C compiler accepts -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math... yes
checking whether C compiler accepts -msse2... yes
checking whether C compiler accepts -mavx... yes
checking for ANSI C header files... (cached) yes
checking libintl.h usability... no
checking libintl.h presence... no
checking for libintl.h... no
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking c_asm.h usability... no
checking c_asm.h presence... no
checking for c_asm.h... no
checking intrinsics.h usability... no
checking intrinsics.h presence... no
checking for intrinsics.h... no
checking for stdint.h... (cached) yes
checking mach/mach_time.h usability... yes
checking mach/mach_time.h presence... yes
checking for mach/mach_time.h... yes
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking altivec.h usability... no
checking altivec.h presence... no
checking for altivec.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for long double... yes
checking for hrtime_t... no
checking size of int... 4
checking size of unsigned int... 4
checking size of long... 8
checking size of unsigned long... 8
checking size of long long... 8
checking size of unsigned long long... 8
checking size of size_t... 8
checking size of ptrdiff_t... 8
checking for uintptr_t... yes
checking size of float... 4
checking size of double... 8
checking size of fftw_r2r_kind... 4
checking for working alloca.h... yes
checking for alloca... yes
checking for working strtod... yes
checking for vprintf... yes
checking for _doprnt... no
checking for sin in -lm... yes
checking for BSDgettimeofday... no
checking for gettimeofday... yes
checking for gethrtime... no
checking for read_real_time... no
checking for time_base_to_time... no
checking for drand48... yes
checking for sqrt... yes
checking for memset... yes
checking for posix_memalign... yes
checking for memalign... no
checking for _mm_malloc... no
checking for _mm_free... no
checking for clock_gettime... no
checking for mach_absolute_time... yes
checking for sysctl... yes
checking for abort... yes
checking for sinl... yes
checking for cosl... yes
checking for snprintf... yes
checking whether drand48 is declared... yes
checking whether srand48 is declared... yes
checking whether memalign is declared... no
checking whether posix_memalign is declared... yes
checking whether sinl is declared... yes
checking whether cosl is declared... yes
checking whether sinq is declared... no
checking whether cosq is declared... no
checking for _rtc intrinsic... no
checking for isnan... yes
checking whether C compiler accepts -mpreferred-stack-boundary=4... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking whether a cycle counter is available... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating support/Makefile
config.status: creating genfft/Makefile
config.status: creating kernel/Makefile
config.status: creating simd-support/Makefile
config.status: creating dft/Makefile
config.status: creating dft/scalar/Makefile
config.status: creating dft/scalar/codelets/Makefile
config.status: creating dft/simd/Makefile
config.status: creating dft/simd/common/Makefile
config.status: creating dft/simd/sse2/Makefile
config.status: creating dft/simd/avx/Makefile
config.status: creating dft/simd/altivec/Makefile
config.status: creating dft/simd/neon/Makefile
config.status: creating rdft/Makefile
config.status: creating rdft/scalar/Makefile
config.status: creating rdft/scalar/r2cf/Makefile
config.status: creating rdft/scalar/r2cb/Makefile
config.status: creating rdft/scalar/r2r/Makefile
config.status: creating rdft/simd/Makefile
config.status: creating rdft/simd/common/Makefile
config.status: creating rdft/simd/sse2/Makefile
config.status: creating rdft/simd/avx/Makefile
config.status: creating rdft/simd/altivec/Makefile
config.status: creating rdft/simd/neon/Makefile
config.status: creating reodft/Makefile
config.status: creating threads/Makefile
config.status: creating api/Makefile
config.status: creating mpi/Makefile
config.status: creating libbench2/Makefile
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating doc/FAQ/Makefile
config.status: creating tools/Makefile
config.status: creating tools/fftw_wisdom.1
config.status: creating tools/fftw-wisdom-to-conf
config.status: creating m4/Makefile
config.status: creating fftw.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Making clean in m4
Making clean in tools
rm -f fftw-wisdom
Making clean in doc
Making clean in FAQ
Making clean in .
Making clean in mpi
Making clean in tests
rm -f bench
Making clean in threads
rm -f "./so_locations"
Making clean in libbench2
Making clean in api
rm -f "./so_locations"
Making clean in reodft
Making clean in .
rm -f "./so_locations"
Making clean in rdft
Making clean in simd
Making clean in neon
Making clean in altivec
Making clean in avx
rm -f "./so_locations"
Making clean in sse2
rm -f "./so_locations"
Making clean in common
Making clean in .
Making clean in scalar
Making clean in r2r
rm -f "./so_locations"
Making clean in r2cb
rm -f "./so_locations"
Making clean in r2cf
rm -f "./so_locations"
Making clean in .
rm -f "./so_locations"
Making clean in .
rm -f "./so_locations"
Making clean in dft
Making clean in simd
Making clean in neon
Making clean in altivec
Making clean in avx
rm -f "./so_locations"
Making clean in sse2
rm -f "./so_locations"
Making clean in common
Making clean in .
Making clean in scalar
Making clean in codelets
rm -f "./so_locations"
Making clean in .
rm -f "./so_locations"
Making clean in .
rm -f "./so_locations"
Making clean in simd-support
rm -f "./so_locations"
rm -f "./so_locations"
Making clean in kernel
rm -f "./so_locations"
Making clean in support
Making clean in .
rm -f "./so_locations"
/bin/sh ./config.status
config.status: creating Makefile
config.status: creating support/Makefile
config.status: creating genfft/Makefile
config.status: creating kernel/Makefile
config.status: creating simd-support/Makefile
config.status: creating dft/Makefile
config.status: creating dft/scalar/Makefile
config.status: creating dft/scalar/codelets/Makefile
config.status: creating dft/simd/Makefile
config.status: creating dft/simd/common/Makefile
config.status: creating dft/simd/sse2/Makefile
config.status: creating dft/simd/avx/Makefile
config.status: creating dft/simd/altivec/Makefile
config.status: creating dft/simd/neon/Makefile
config.status: creating rdft/Makefile
config.status: creating rdft/scalar/Makefile
config.status: creating rdft/scalar/r2cf/Makefile
config.status: creating rdft/scalar/r2cb/Makefile
config.status: creating rdft/scalar/r2r/Makefile
config.status: creating rdft/simd/Makefile
config.status: creating rdft/simd/common/Makefile
config.status: creating rdft/simd/sse2/Makefile
config.status: creating rdft/simd/avx/Makefile
config.status: creating rdft/simd/altivec/Makefile
config.status: creating rdft/simd/neon/Makefile
config.status: creating reodft/Makefile
config.status: creating threads/Makefile
config.status: creating api/Makefile
config.status: creating mpi/Makefile
config.status: creating libbench2/Makefile
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating doc/FAQ/Makefile
config.status: creating tools/Makefile
config.status: creating tools/fftw_wisdom.1
config.status: creating tools/fftw-wisdom-to-conf
config.status: creating m4/Makefile
config.status: creating fftw.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
Making all in support
Making all in kernel
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT align.lo -MD -MP -MF .deps/align.Tpo -c align.c -fno-common -DPIC -o .libs/align.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT align.lo -MD -MP -MF .deps/align.Tpo -c align.c -o align.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -fno-common -DPIC -o .libs/alloc.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -o alloc.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c assert.c -fno-common -DPIC -o .libs/assert.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c assert.c -o assert.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT awake.lo -MD -MP -MF .deps/awake.Tpo -c awake.c -fno-common -DPIC -o .libs/awake.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT awake.lo -MD -MP -MF .deps/awake.Tpo -c awake.c -o awake.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -fno-common -DPIC -o .libs/buffered.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -o buffered.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT cpy1d.lo -MD -MP -MF .deps/cpy1d.Tpo -c cpy1d.c -fno-common -DPIC -o .libs/cpy1d.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT cpy1d.lo -MD -MP -MF .deps/cpy1d.Tpo -c cpy1d.c -o cpy1d.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT cpy2d-pair.lo -MD -MP -MF .deps/cpy2d-pair.Tpo -c cpy2d-pair.c -fno-common -DPIC -o .libs/cpy2d-pair.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT cpy2d-pair.lo -MD -MP -MF .deps/cpy2d-pair.Tpo -c cpy2d-pair.c -o cpy2d-pair.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT cpy2d.lo -MD -MP -MF .deps/cpy2d.Tpo -c cpy2d.c -fno-common -DPIC -o .libs/cpy2d.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT cpy2d.lo -MD -MP -MF .deps/cpy2d.Tpo -c cpy2d.c -o cpy2d.o >/dev/null 2>&1
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-math -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c -fno-common -DPIC -o .libs/ct.o
libtool: compile: clang -stdlib=libc++ -mmacosx-version-min=10.7 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -fno-schedule-insns -ffast-m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment