Created
March 23, 2014 16:09
-
-
Save esd100/9725270 to your computer and use it in GitHub Desktop.
Terminal Output dated 03/23/14 from Julia 0.3.0 prerelease on Compiler: Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn), Target: x86_64-apple-darwin13.1.0, System: 2.6 GHz Intel Core i7 Haswell, OpenBlas:0.2.9.rc2, gfortran:4.9 pre-release
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last login: Sun Mar 23 10:38:30 on ttys000 | |
Systems-MacBook-Pro:~ esd100$ git clone git://github.com/JuliaLang/julia.git | |
Cloning into 'julia'... | |
remote: Reusing existing pack: 89005, done. | |
remote: Counting objects: 6, done. | |
remote: Compressing objects: 100% (6/6), done. | |
remote: Total 89011 (delta 0), reused 0 (delta 0) | |
Receiving objects: 100% (89011/89011), 31.94 MiB | 1.59 MiB/s, done. | |
Resolving deltas: 100% (66671/66671), done. | |
Checking connectivity... done. | |
Systems-MacBook-Pro:~ esd100$ cp ~/Desktop/Make.user ~/julia/Make.user | |
Systems-MacBook-Pro:~ esd100$ cd 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: 18722, done. | |
remote: Compressing objects: 100% (7423/7423), done. | |
remote: Total 18722 (delta 11237), reused 18722 (delta 11237) | |
Receiving objects: 100% (18722/18722), 10.98 MiB | 1.35 MiB/s, done. | |
Resolving deltas: 100% (11237/11237), done. | |
Checking connectivity... done. | |
Submodule path 'deps/libuv': checked out '6649b84058e82f52adbc1a98f0b94b8aff8c467d' | |
Cloning into 'deps/openlibm'... | |
remote: Reusing existing pack: 3957, done. | |
remote: Total 3957 (delta 0), reused 0 (delta 0) | |
Receiving objects: 100% (3957/3957), 4.11 MiB | 1.03 MiB/s, done. | |
Resolving deltas: 100% (1897/1897), done. | |
Checking connectivity... done. | |
Submodule path 'deps/openlibm': checked out '5f4979e5d1ac985a5081a5de873ce42537c5a6ce' | |
Cloning into 'deps/openspecfun'... | |
remote: Reusing existing pack: 169, done. | |
remote: Total 169 (delta 0), reused 0 (delta 0) | |
Receiving objects: 100% (169/169), 143.05 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (68/68), done. | |
Checking connectivity... done. | |
Submodule path 'deps/openspecfun': checked out '13863b3f7dd67aa44cf042a62b740b011940133f' | |
Cloning into 'doc/juliadoc'... | |
remote: Reusing existing pack: 120, done. | |
remote: Total 120 (delta 0), reused 0 (delta 0) | |
Receiving objects: 100% (120/120), 35.94 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (51/51), done. | |
Checking connectivity... done. | |
Submodule path 'doc/juliadoc': checked out '88cb64ff33f25d50244c337cd3c865392a77400a' | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 284k 100 284k 0 0 122k 0 0:00:02 0:00:02 --:--:-- 122k | |
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 1452k 0 0:00:04 0:00:04 --:--:-- 1452k | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
/Users/esd100/julia/deps/libuv/missing: Unknown `--is-lightweight' option | |
Try `/Users/esd100/julia/deps/libuv/missing --help' for more information | |
configure: WARNING: 'missing' script is too old or missing | |
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 make supports nested variables... 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 whether clang -stdlib=libc++ -mmacosx-version-min=10.7 understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of clang -stdlib=libc++ -mmacosx-version-min=10.7... gcc3 | |
checking for ar... ar | |
checking the archiver (ar) interface... ar | |
checking whether make supports nested variables... (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 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 | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
/bin/sh ./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 | |
./install-sh -c -d '/Users/esd100/julia/usr/lib' | |
/bin/sh ./libtool --mode=install /usr/bin/install -c libuv.la '/Users/esd100/julia/usr/lib' | |
libtool: install: /usr/bin/install -c .libs/libuv.11.dylib /Users/esd100/julia/usr/lib/libuv.11.dylib | |
libtool: install: (cd /Users/esd100/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 /Users/esd100/julia/usr/lib/libuv.la | |
libtool: install: /usr/bin/install -c .libs/libuv.a /Users/esd100/julia/usr/lib/libuv.a | |
libtool: install: chmod 644 /Users/esd100/julia/usr/lib/libuv.a | |
libtool: install: ranlib /Users/esd100/julia/usr/lib/libuv.a | |
./install-sh -c -d '/Users/esd100/julia/usr/include' | |
/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 '/Users/esd100/julia/usr/include' | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 134 100 134 0 0 230 0 --:--:-- --:--:-- --:--:-- 230 | |
100 84226 100 84226 0 0 33638 0 0:00:02 0:00:02 --:--:-- 61478 | |
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); | |
^ | |
/Users/esd100/julia/deps/openlibm/src/math_private.h:452:35: note: expanded from macro 'DLLEXPORT' | |
#define DLLEXPORT __attribute__ ((visibility("default"))) | |
^ | |
/Users/esd100/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); | |
^ | |
/Users/esd100/julia/deps/openlibm/src/math_private.h:452:35: note: expanded from macro 'DLLEXPORT' | |
#define DLLEXPORT __attribute__ ((visibility("default"))) | |
^ | |
/Users/esd100/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); | |
^ | |
/Users/esd100/julia/deps/openlibm/src/math_private.h:452:35: note: expanded from macro 'DLLEXPORT' | |
#define DLLEXPORT __attribute__ ((visibility("default"))) | |
^ | |
/Users/esd100/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); | |
^ | |
/Users/esd100/julia/deps/openlibm/src/math_private.h:452:35: note: expanded from macro 'DLLEXPORT' | |
#define DLLEXPORT __attribute__ ((visibility("default"))) | |
^ | |
/Users/esd100/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); | |
^ | |
/Users/esd100/julia/deps/openlibm/src/math_private.h:452:35: note: expanded from macro 'DLLEXPORT' | |
#define DLLEXPORT __attribute__ ((visibility("default"))) | |
^ | |
/Users/esd100/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); | |
^ | |
/Users/esd100/julia/deps/openlibm/src/math_private.h:452:35: note: expanded from macro 'DLLEXPORT' | |
#define DLLEXPORT __attribute__ ((visibility("default"))) | |
^ | |
/Users/esd100/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 2224k 100 2224k 0 0 553k 0 0:00:04 0:00:04 --:--:-- 553k | |
patching file vi_mode.c | |
patching file callback.c | |
patching file support/shobj-conf | |
patching file patchlevel | |
patching file input.c | |
patching file patchlevel | |
patching file vi_mode.c | |
patching file patchlevel | |
checking build system type... x86_64-apple-darwin13.1.0 | |
checking host system type... x86_64-apple-darwin13.1.0 | |
Beginning configuration for readline-6.2 for x86_64-apple-darwin13.1.0 | |
checking whether make sets $(MAKE)... yes | |
checking for gcc... clang -stdlib=libc++ -mmacosx-version-min=10.7 | |
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 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... rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
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 minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking whether clang -stdlib=libc++ -mmacosx-version-min=10.7 needs -traditional... no | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for ar... ar | |
checking for ranlib... ranlib | |
checking for an ANSI C-conforming const... yes | |
checking for function prototypes... yes | |
checking whether char is unsigned... no | |
checking for working volatile... yes | |
checking return type of signal handlers... void | |
checking for size_t... yes | |
checking for ssize_t... yes | |
checking for ANSI C header files... (cached) yes | |
checking whether stat file-mode macros are broken... no | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for fcntl... yes | |
checking for kill... yes | |
checking for lstat... yes | |
checking for memmove... yes | |
checking for putenv... yes | |
checking for select... yes | |
checking for setenv... yes | |
checking for setlocale... yes | |
checking for strcasecmp... yes | |
checking for strpbrk... yes | |
checking for tcgetattr... yes | |
checking for vsnprintf... yes | |
checking for isascii... yes | |
checking for isxdigit... yes | |
checking for getpwent... yes | |
checking for getpwnam... yes | |
checking for getpwuid... yes | |
checking for working strcoll... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for unistd.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking varargs.h usability... no | |
checking varargs.h presence... no | |
checking for varargs.h... no | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking for string.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking for memory.h... (cached) yes | |
checking termcap.h usability... yes | |
checking termcap.h presence... yes | |
checking for termcap.h... yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking termio.h usability... no | |
checking termio.h presence... no | |
checking for termio.h... no | |
checking sys/pte.h usability... no | |
checking sys/pte.h presence... no | |
checking for sys/pte.h... no | |
checking sys/stream.h usability... no | |
checking sys/stream.h presence... no | |
checking for sys/stream.h... no | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/file.h usability... yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
checking for sys/ptem.h... 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 type of signal functions... posix | |
checking if signal handlers must be reinstalled when invoked... no | |
checking for presence of POSIX-style sigsetjmp/siglongjmp... present | |
checking for lstat... yes | |
checking whether or not strcoll and strcmp differ... no | |
checking whether the ctype macros accept non-ascii characters... yes | |
checking whether getpw functions are declared in pwd.h... yes | |
checking whether termios.h defines TIOCGWINSZ... yes | |
checking for sig_atomic_t in signal.h... yes | |
checking whether signal handlers are of type void... yes | |
checking for TIOCSTAT in sys/ioctl.h... yes | |
checking for FIONREAD in sys/ioctl.h... yes | |
checking for speed_t in sys/types.h... no | |
checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h | |
checking for struct dirent.d_ino... yes | |
checking for struct dirent.d_fileno... yes | |
checking for tgetent... no | |
checking for tgetent in -ltermcap... yes | |
checking which library has the termcap functions... using libtermcap | |
checking wctype.h usability... yes | |
checking wctype.h presence... yes | |
checking for wctype.h... yes | |
checking wchar.h usability... yes | |
checking wchar.h presence... yes | |
checking for wchar.h... yes | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking for mbrlen... yes | |
checking for mbscasecmp... no | |
checking for mbscmp... no | |
checking for mbsnrtowcs... yes | |
checking for mbsrtowcs... yes | |
checking for mbschr... no | |
checking for wcrtomb... yes | |
checking for wcscoll... yes | |
checking for wcsdup... yes | |
checking for wcwidth... yes | |
checking for wctype... yes | |
checking for wcswidth... yes | |
checking whether mbrtowc and mbstate_t are properly declared... yes | |
checking for iswlower... yes | |
checking for iswupper... yes | |
checking for towlower... yes | |
checking for towupper... yes | |
checking for iswctype... yes | |
checking for nl_langinfo and CODESET... yes | |
checking for wchar_t in wchar.h... yes | |
checking for wctype_t in wctype.h... yes | |
checking for wint_t in wctype.h... yes | |
checking configuration for building shared libraries... supported | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating doc/Makefile | |
config.status: creating examples/Makefile | |
config.status: creating shlib/Makefile | |
config.status: creating config.h | |
config.status: executing default commands | |
search.c:213:24: warning: data argument not used by format string [-Wformat-extra-args] | |
rl_message ("%s", p, 0); | |
~~~~ ^ | |
1 warning generated. | |
rltty.c:83:7: warning: implicit declaration of function 'ioctl' is invalid in C99 [-Wimplicit-function-declaration] | |
if (ioctl (tty, TIOCGWINSZ, &w) == 0) | |
^ | |
1 warning generated. | |
complete.c:984:23: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY)) | |
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
complete.c:984:23: note: place parentheses around the assignment to silence this warning | |
while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY)) | |
^ | |
( ) | |
complete.c:984:23: note: use '==' to turn this assignment into an equality comparison | |
while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY)) | |
^ | |
== | |
complete.c:1992:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
while (string = (*entry_function) (text, matches)) | |
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
complete.c:1992:17: note: place parentheses around the assignment to silence this warning | |
while (string = (*entry_function) (text, matches)) | |
^ | |
( ) | |
complete.c:1992:17: note: use '==' to turn this assignment into an equality comparison | |
while (string = (*entry_function) (text, matches)) | |
^ | |
== | |
complete.c:2045:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
while (entry = getpwent ()) | |
~~~~~~^~~~~~~~~~~~~ | |
complete.c:2045:16: note: place parentheses around the assignment to silence this warning | |
while (entry = getpwent ()) | |
^ | |
( ) | |
complete.c:2045:16: note: use '==' to turn this assignment into an equality comparison | |
while (entry = getpwent ()) | |
^ | |
== | |
3 warnings generated. | |
bind.c:451:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
for (i = l = 0; c = seq[i]; i++) | |
~~^~~~~~~~ | |
bind.c:451:21: note: place parentheses around the assignment to silence this warning | |
for (i = l = 0; c = seq[i]; i++) | |
^ | |
( ) | |
bind.c:451:21: note: use '==' to turn this assignment into an equality comparison | |
for (i = l = 0; c = seq[i]; i++) | |
^ | |
== | |
bind.c:1197:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
for (i = 1; c = string[i]; i++) | |
~~^~~~~~~~~~~ | |
bind.c:1197:21: note: place parentheses around the assignment to silence this warning | |
for (i = 1; c = string[i]; i++) | |
^ | |
( ) | |
bind.c:1197:21: note: use '==' to turn this assignment into an equality comparison | |
for (i = 1; c = string[i]; i++) | |
^ | |
== | |
bind.c:1288:25: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
for (passc = 0; c = string[i]; i++) | |
~~^~~~~~~~~~~ | |
bind.c:1288:25: note: place parentheses around the assignment to silence this warning | |
for (passc = 0; c = string[i]; i++) | |
^ | |
( ) | |
bind.c:1288:25: note: use '==' to turn this assignment into an equality comparison | |
for (passc = 0; c = string[i]; i++) | |
^ | |
== | |
bind.c:2117:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
for (i = 0; name = names[i]; i++) | |
~~~~~^~~~~~~~~~ | |
bind.c:2117:20: note: place parentheses around the assignment to silence this warning | |
for (i = 0; name = names[i]; i++) | |
^ | |
( ) | |
bind.c:2117:20: note: use '==' to turn this assignment into an equality comparison | |
for (i = 0; name = names[i]; i++) | |
^ | |
== | |
4 warnings generated. | |
util.c:510:43: warning: format specifies type 'long' but the argument has type 'pid_t' (aka 'int') [-Wformat] | |
sprintf (fnbuf, "/var/tmp/rltrace.%ld", getpid()); | |
~~~ ^~~~~~~~ | |
%d | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' | |
__builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | |
^ | |
1 warning generated. | |
input.c:424:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (c = _rl_next_macro_key ()) | |
~~^~~~~~~~~~~~~~~~~~~~~~~ | |
input.c:424:13: note: place parentheses around the assignment to silence this warning | |
if (c = _rl_next_macro_key ()) | |
^ | |
( ) | |
input.c:424:13: note: use '==' to turn this assignment into an equality comparison | |
if (c = _rl_next_macro_key ()) | |
^ | |
== | |
1 warning generated. | |
terminal.c:235:7: warning: implicit declaration of function 'ioctl' is invalid in C99 [-Wimplicit-function-declaration] | |
if (ioctl (tty, TIOCGWINSZ, &window_size) == 0) | |
^ | |
1 warning generated. | |
misc.c:456:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (ul = (UNDO_LIST *)entry->data) | |
~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
misc.c:456:14: note: place parentheses around the assignment to silence this warning | |
if (ul = (UNDO_LIST *)entry->data) | |
^ | |
( ) | |
misc.c:456:14: note: use '==' to turn this assignment into an equality comparison | |
if (ul = (UNDO_LIST *)entry->data) | |
^ | |
== | |
1 warning generated. | |
history.c:308:31: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] | |
temp = alloc_history_entry (string, hist_inittime ()); | |
^~~~~~ | |
1 warning generated. | |
histexpand.c:207:27: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
for (local_index = i; c = string[i]; i++) | |
~~^~~~~~~~~~~ | |
histexpand.c:207:27: note: place parentheses around the assignment to silence this warning | |
for (local_index = i; c = string[i]; i++) | |
^ | |
( ) | |
histexpand.c:207:27: note: use '==' to turn this assignment into an equality comparison | |
for (local_index = i; c = string[i]; i++) | |
^ | |
== | |
1 warning generated. | |
./tilde.c:199:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (result = strchr (string, '~')) | |
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ | |
./tilde.c:199:14: note: place parentheses around the assignment to silence this warning | |
if (result = strchr (string, '~')) | |
^ | |
( ) | |
./tilde.c:199:14: note: use '==' to turn this assignment into an equality comparison | |
if (result = strchr (string, '~')) | |
^ | |
== | |
1 warning generated. | |
../search.c:213:24: warning: data argument not used by format string [-Wformat-extra-args] | |
rl_message ("%s", p, 0); | |
~~~~ ^ | |
1 warning generated. | |
../rltty.c:83:7: warning: implicit declaration of function 'ioctl' is invalid in C99 [-Wimplicit-function-declaration] | |
if (ioctl (tty, TIOCGWINSZ, &w) == 0) | |
^ | |
1 warning generated. | |
../complete.c:984:23: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY)) | |
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../complete.c:984:23: note: place parentheses around the assignment to silence this warning | |
while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY)) | |
^ | |
( ) | |
../complete.c:984:23: note: use '==' to turn this assignment into an equality comparison | |
while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY)) | |
^ | |
== | |
../complete.c:1992:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
while (string = (*entry_function) (text, matches)) | |
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../complete.c:1992:17: note: place parentheses around the assignment to silence this warning | |
while (string = (*entry_function) (text, matches)) | |
^ | |
( ) | |
../complete.c:1992:17: note: use '==' to turn this assignment into an equality comparison | |
while (string = (*entry_function) (text, matches)) | |
^ | |
== | |
../complete.c:2045:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
while (entry = getpwent ()) | |
~~~~~~^~~~~~~~~~~~~ | |
../complete.c:2045:16: note: place parentheses around the assignment to silence this warning | |
while (entry = getpwent ()) | |
^ | |
( ) | |
../complete.c:2045:16: note: use '==' to turn this assignment into an equality comparison | |
while (entry = getpwent ()) | |
^ | |
== | |
3 warnings generated. | |
../bind.c:451:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
for (i = l = 0; c = seq[i]; i++) | |
~~^~~~~~~~ | |
../bind.c:451:21: note: place parentheses around the assignment to silence this warning | |
for (i = l = 0; c = seq[i]; i++) | |
^ | |
( ) | |
../bind.c:451:21: note: use '==' to turn this assignment into an equality comparison | |
for (i = l = 0; c = seq[i]; i++) | |
^ | |
== | |
../bind.c:1197:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
for (i = 1; c = string[i]; i++) | |
~~^~~~~~~~~~~ | |
../bind.c:1197:21: note: place parentheses around the assignment to silence this warning | |
for (i = 1; c = string[i]; i++) | |
^ | |
( ) | |
../bind.c:1197:21: note: use '==' to turn this assignment into an equality comparison | |
for (i = 1; c = string[i]; i++) | |
^ | |
== | |
../bind.c:1288:25: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
for (passc = 0; c = string[i]; i++) | |
~~^~~~~~~~~~~ | |
../bind.c:1288:25: note: place parentheses around the assignment to silence this warning | |
for (passc = 0; c = string[i]; i++) | |
^ | |
( ) | |
../bind.c:1288:25: note: use '==' to turn this assignment into an equality comparison | |
for (passc = 0; c = string[i]; i++) | |
^ | |
== | |
../bind.c:2117:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
for (i = 0; name = names[i]; i++) | |
~~~~~^~~~~~~~~~ | |
../bind.c:2117:20: note: place parentheses around the assignment to silence this warning | |
for (i = 0; name = names[i]; i++) | |
^ | |
( ) | |
../bind.c:2117:20: note: use '==' to turn this assignment into an equality comparison | |
for (i = 0; name = names[i]; i++) | |
^ | |
== | |
4 warnings generated. | |
../util.c:510:43: warning: format specifies type 'long' but the argument has type 'pid_t' (aka 'int') [-Wformat] | |
sprintf (fnbuf, "/var/tmp/rltrace.%ld", getpid()); | |
~~~ ^~~~~~~~ | |
%d | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' | |
__builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | |
^ | |
1 warning generated. | |
../input.c:424:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (c = _rl_next_macro_key ()) | |
~~^~~~~~~~~~~~~~~~~~~~~~~ | |
../input.c:424:13: note: place parentheses around the assignment to silence this warning | |
if (c = _rl_next_macro_key ()) | |
^ | |
( ) | |
../input.c:424:13: note: use '==' to turn this assignment into an equality comparison | |
if (c = _rl_next_macro_key ()) | |
^ | |
== | |
1 warning generated. | |
../terminal.c:235:7: warning: implicit declaration of function 'ioctl' is invalid in C99 [-Wimplicit-function-declaration] | |
if (ioctl (tty, TIOCGWINSZ, &window_size) == 0) | |
^ | |
1 warning generated. | |
../misc.c:456:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (ul = (UNDO_LIST *)entry->data) | |
~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../misc.c:456:14: note: place parentheses around the assignment to silence this warning | |
if (ul = (UNDO_LIST *)entry->data) | |
^ | |
( ) | |
../misc.c:456:14: note: use '==' to turn this assignment into an equality comparison | |
if (ul = (UNDO_LIST *)entry->data) | |
^ | |
== | |
1 warning generated. | |
../history.c:308:31: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] | |
temp = alloc_history_entry (string, hist_inittime ()); | |
^~~~~~ | |
1 warning generated. | |
../histexpand.c:207:27: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
for (local_index = i; c = string[i]; i++) | |
~~^~~~~~~~~~~ | |
../histexpand.c:207:27: note: place parentheses around the assignment to silence this warning | |
for (local_index = i; c = string[i]; i++) | |
^ | |
( ) | |
../histexpand.c:207:27: note: use '==' to turn this assignment into an equality comparison | |
for (local_index = i; c = string[i]; i++) | |
^ | |
== | |
1 warning generated. | |
../tilde.c:199:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (result = strchr (string, '~')) | |
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ | |
../tilde.c:199:14: note: place parentheses around the assignment to silence this warning | |
if (result = strchr (string, '~')) | |
^ | |
( ) | |
../tilde.c:199:14: note: use '==' to turn this assignment into an equality comparison | |
if (result = strchr (string, '~')) | |
^ | |
== | |
1 warning generated. | |
Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn) | |
Target: x86_64-apple-darwin13.1.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-arch_only i386' | |
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -dylib -dylib_compatibility_version 6 -dylib_current_version 6.2 -arch x86_64 -dylib_install_name /Users/esd100/julia/usr/lib/libreadline.6.2.dylib -macosx_version_min 10.7.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -o libreadline.6.2.dylib readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so xmalloc.so xfree.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so compat.so -lncurses -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a | |
Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn) | |
Target: x86_64-apple-darwin13.1.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-arch_only i386' | |
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -dylib -dylib_compatibility_version 6 -dylib_current_version 6.2 -arch x86_64 -dylib_install_name /Users/esd100/julia/usr/lib/libhistory.6.2.dylib -macosx_version_min 10.7.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -o libhistory.6.2.dylib history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so xmalloc.so xfree.so -lncurses -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a | |
mkdir -p -- /Users/esd100/julia/usr/include/readline /Users/esd100/julia/usr/lib /Users/esd100/julia/usr/share/info /Users/esd100/julia/usr/share/man/man3 | |
mkdir /Users/esd100/julia/usr/share/readline | |
mv: rename /Users/esd100/julia/usr/lib/libreadline.a to /Users/esd100/julia/usr/lib/libreadline.old: No such file or directory | |
mv: rename /Users/esd100/julia/usr/lib/libhistory.a to /Users/esd100/julia/usr/lib/libhistory.old: No such file or directory | |
install: you may need to run ldconfig | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 423 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
100 1227k 100 1227k 0 0 460k 0 0:00:02 0:00:02 --:--:-- 1134k | |
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 .................. : /Users/esd100/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 | |
/bin/sh ./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: config.h is unchanged | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing script-chmod commands | |
config.status: executing delete-old-chartables commands | |
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-23 10:49:36.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 '/Users/esd100/julia/usr/lib' | |
libtool: install: /usr/bin/install -c .libs/libpcre.1.dylib /Users/esd100/julia/usr/lib/libpcre.1.dylib | |
libtool: install: (cd /Users/esd100/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 /Users/esd100/julia/usr/lib/libpcre.la | |
libtool: install: /usr/bin/install -c .libs/libpcreposix.0.dylib /Users/esd100/julia/usr/lib/libpcreposix.0.dylib | |
libtool: install: (cd /Users/esd100/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 /Users/esd100/julia/usr/lib/libpcreposix.la | |
libtool: install: /usr/bin/install -c .libs/libpcrecpp.0.dylib /Users/esd100/julia/usr/lib/libpcrecpp.0.dylib | |
libtool: install: (cd /Users/esd100/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 /Users/esd100/julia/usr/lib/libpcrecpp.la | |
libtool: install: /usr/bin/install -c .libs/libpcre.a /Users/esd100/julia/usr/lib/libpcre.a | |
libtool: install: chmod 644 /Users/esd100/julia/usr/lib/libpcre.a | |
libtool: install: ranlib /Users/esd100/julia/usr/lib/libpcre.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/esd100/julia/usr/lib/libpcre.a(pcre_string_utils.o) has no symbols | |
libtool: install: /usr/bin/install -c .libs/libpcreposix.a /Users/esd100/julia/usr/lib/libpcreposix.a | |
libtool: install: chmod 644 /Users/esd100/julia/usr/lib/libpcreposix.a | |
libtool: install: ranlib /Users/esd100/julia/usr/lib/libpcreposix.a | |
libtool: install: /usr/bin/install -c .libs/libpcrecpp.a /Users/esd100/julia/usr/lib/libpcrecpp.a | |
libtool: install: chmod 644 /Users/esd100/julia/usr/lib/libpcrecpp.a | |
libtool: install: ranlib /Users/esd100/julia/usr/lib/libpcrecpp.a | |
/bin/sh ./libtool --mode=install /usr/bin/install -c pcretest pcregrep '/Users/esd100/julia/usr/bin' | |
libtool: install: /usr/bin/install -c .libs/pcretest /Users/esd100/julia/usr/bin/pcretest | |
libtool: install: /usr/bin/install -c .libs/pcregrep /Users/esd100/julia/usr/bin/pcregrep | |
/usr/bin/install -c pcre-config '/Users/esd100/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 '/Users/esd100/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 '/Users/esd100/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 '/Users/esd100/julia/usr/share/doc/pcre/html' | |
/usr/bin/install -c -m 644 doc/html/pcrecpp.html '/Users/esd100/julia/usr/share/doc/pcre/html' | |
/usr/bin/install -c -m 644 pcreposix.h pcrecpp.h pcre_scanner.h '/Users/esd100/julia/usr/include' | |
/usr/bin/install -c -m 644 doc/pcre-config.1 doc/pcregrep.1 doc/pcretest.1 '/Users/esd100/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 '/Users/esd100/julia/usr/share/man/man3' | |
/usr/bin/install -c -m 644 doc/pcrestack.3 doc/pcresyntax.3 doc/pcreunicode.3 doc/pcrecpp.3 '/Users/esd100/julia/usr/share/man/man3' | |
/usr/bin/install -c -m 644 pcre.h pcrecpparg.h pcre_stringpiece.h '/Users/esd100/julia/usr/include' | |
/usr/bin/install -c -m 644 libpcre.pc libpcreposix.pc libpcrecpp.pc '/Users/esd100/julia/usr/lib/pkgconfig' | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 131 100 131 0 0 380 0 --:--:-- --:--:-- --:--:-- 380 | |
0 0 0 9537k 0 0 1032k 0 --:--:-- 0:00:09 --:--:-- 1367k | |
Can't open openblas-develop/config.status.system: No such file or directory. | |
symm.c:145:7: warning: unused variable 'mode' [-Wunused-variable] | |
int mode = BLAS_SINGLE | BLAS_REAL; | |
^ | |
1 warning generated. | |
symm.c:256:7: warning: unused variable 'mode' [-Wunused-variable] | |
int mode = BLAS_SINGLE | BLAS_REAL; | |
^ | |
1 warning generated. | |
laswp.c:100:8: warning: incompatible pointer types passing 'int (*)(BLASLONG, BLASLONG, BLASLONG, float, float *, BLASLONG, float *, BLASLONG, blasint *, BLASLONG)' to parameter of type 'int (*)()' [-Wincompatible-pointer-types] | |
laswp[flag], nthreads); | |
^~~~~~~~~~~ | |
../common_thread.h:180:39: note: passing argument to parameter 'function' here | |
void *c, BLASLONG ldc, int (*function)(), int threads); | |
^ | |
1 warning generated. | |
symm.c:143:7: warning: unused variable 'mode' [-Wunused-variable] | |
int mode = BLAS_DOUBLE | BLAS_REAL; | |
^ | |
1 warning generated. | |
symm.c:254:7: warning: unused variable 'mode' [-Wunused-variable] | |
int mode = BLAS_DOUBLE | BLAS_REAL; | |
^ | |
1 warning generated. | |
symm.c:153:7: warning: unused variable 'mode' [-Wunused-variable] | |
int mode = BLAS_SINGLE | BLAS_COMPLEX; | |
^ | |
symm.c:153:7: warning: unused variable 'mode' [-Wunused-variable] | |
int mode = BLAS_SINGLE | BLAS_COMPLEX; | |
^ | |
1 warning generated. | |
1 warning generated. | |
symm.c:153:7: warning: unused variable 'mode' [-Wunused-variable] | |
int mode = BLAS_SINGLE | BLAS_COMPLEX; | |
^ | |
symm.c:264:7: warning: unused variable 'mode' [-Wunused-variable] | |
int mode = BLAS_SINGLE | BLAS_COMPLEX; | |
^ | |
symm.c:153:7: warning: unused variable 'mode' [-Wunused-variable] | |
int mode = BLAS_SINGLE | BLAS_COMPLEX; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
symm.c:264:7: warning: unused variable 'mode' [-Wunused-variable] | |
int mode = BLAS_SINGLE | BLAS_COMPLEX; | |
^ | |
1 warning generated. | |
zlaswp.c:99:80: warning: incompatible pointer types passing 'int (*)(BLASLONG, BLASLONG, BLASLONG, float, float, float *, BLASLONG, float *, BLASLONG, blasint *, BLASLONG)' to parameter of type 'int (*)()' [-Wincompatible-pointer-types] | |
blas_level1_thread(mode, n, k1, k2, dummyalpha, a, lda, NULL, 0, ipiv, incx, laswp[flag], nthreads); | |
^~~~~~~~~~~ | |
../common_thread.h:180:39: note: passing argument to parameter 'function' here | |
void *c, BLASLONG ldc, int (*function)(), int threads); | |
^ | |
1 warning generated. | |
symm.c:151:7: warning: unused variable 'mode' [-Wunused-variable] | |
int mode = BLAS_DOUBLE | BLAS_COMPLEX; | |
^ | |
1 warning generated. | |
symm.c:151:7: warning: unused variable 'mode' [-Wunused-variable] | |
int mode = BLAS_DOUBLE | BLAS_COMPLEX; | |
^ | |
1 warning generated. | |
symm.c:151:7: warning: unused variable 'mode' [-Wunused-variable] | |
int mode = BLAS_DOUBLE | BLAS_COMPLEX; | |
^ | |
1 warning generated. | |
symm.c:151:7: warning: unused variable 'mode' [-Wunused-variable] | |
int mode = BLAS_DOUBLE | BLAS_COMPLEX; | |
^ | |
symm.c:262:7: warning: unused variable 'mode' [-Wunused-variable] | |
int mode = BLAS_DOUBLE | BLAS_COMPLEX; | |
^ | |
1 warning generated. | |
1 warning generated. | |
symm.c:262:7: warning: unused variable 'mode' [-Wunused-variable] | |
int mode = BLAS_DOUBLE | BLAS_COMPLEX; | |
^ | |
1 warning generated. | |
symm.c:141:7: warning: unused variable 'mode' [-Wunused-variable] | |
int mode = BLAS_XDOUBLE | BLAS_REAL; | |
^ | |
1 warning generated. | |
symm.c:149:7: warning: unused variable 'mode' [-Wunused-variable] | |
int mode = BLAS_XDOUBLE | BLAS_COMPLEX; | |
^ | |
1 warning generated. | |
symm.c:149:7: warning: unused variable 'mode' [-Wunused-variable] | |
int mode = BLAS_XDOUBLE | BLAS_COMPLEX; | |
^ | |
symm.c:149:7: warning: unused variable 'mode' [-Wunused-variable] | |
int mode = BLAS_XDOUBLE | BLAS_COMPLEX; | |
^ | |
symm.c:149:7: warning: unused variable 'mode' [-Wunused-variable] | |
int mode = BLAS_XDOUBLE | BLAS_COMPLEX; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
ar: creating archive ../libopenblasp-r0.2.9.rc2.a | |
tbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
tbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
tbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
tbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbsv_L.c:43:20: warning: tbsv_L.cunused: 43variable: 20'dp1': [-Wunused-const-variable] | |
warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
const static FLOAT dp1 = 1.; | |
^ | |
tbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
tpmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
tpmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
tpmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tpmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tpmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tpmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tpmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
tpmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
tbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
tbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
tbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
tbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbsv_L.c:43:20: tbsv_U.c:warning43: :20:unused variable warning'dp1': [-Wunused-const-variable] | |
unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
const static FLOAT dp1 = 1.; | |
^ | |
tbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
tbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
tpmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
tpmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tpmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tpmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tpmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tpmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tpmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
tpmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
ztbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
ztbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
ztbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
ztbsv_L.c ^: | |
43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
ztbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
ztpsv_L.c:43:20: warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
ztpsv_L.c:43:20: warning: unused ztpsv_L.cvariable: 43'dm1': 20[-Wunused-const-variable]: | |
warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
const static FLOAT dm1 = -1.; | |
^ | |
ztpsv_L.c:43:20: warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
ztpsv_L.c:43:20: warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
ztpsv_L.c:43:20: warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
ztpsv_L.c:43:20: warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
ztpsv_L.c:43:20: warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
ztbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
ztbmv_L.c:43:20: warning: ^ | |
unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
11 warning generated. | |
warning generated. | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_L.cztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_L.c:43:20: warningztbsv_L.c: :43:20unused: variable 'dp1' [-Wunused-const-variable]warning: | |
unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
ztpsv_L.c:43:20: warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
ztpsv_L.c:43:20: warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
ztpsv_L.c:43:20: warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
ztpsv_L.c:43:20: warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
ztpsv_L.c:43:20: warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
ztpsv_L.c:43:20: warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
ztpsv_L.c:43:20: warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
1 warning generated. | |
ztpsv_L.c:43:20: warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
tbmv_U.c:43:20tbmv_L.c::43: 20:warning : warning: unused variable unused'dp1' variable[-Wunused-const-variable] 'dp1' | |
[-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
const static FLOAT dp1 = 1.; ^ | |
^ | |
tbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
tbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
tbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
tbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
tbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
tbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
tpmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
tpmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
tpmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
tpmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tpmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tpmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tpmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
tpmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
11 warning generated. | |
1 warning generated. | |
warning generated. | |
1 warning generated. | |
1 warning generated. | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
ztbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
ztbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
ztbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
ztbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
ztbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbmv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
ztbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
ztbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
ztbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
ztbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_L.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
ztbsv_U.c:43:20: warning: unused variable 'dp1' [-Wunused-const-variable] | |
const static FLOAT dp1 = 1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
ztpsv_L.c:43:20: warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
ztpsv_L.c:43:20: warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
ztpsv_L.c:43:20: warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
ztpsv_L.c:43:20: warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
ztpsv_L.c:43:20: warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
ztpsv_L.c:43:20: warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
ztpsv_L.c:43:20: warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
ztpsv_L.c:43:20: warning: unused variable 'dm1' [-Wunused-const-variable] | |
const static FLOAT dm1 = -1.; | |
^ | |
1 warning generated. | |
1 warning generated. | |
In file included from gemm.c:65: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from gemm.c:65: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from gemm.c:65: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from gemm.c:65: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
In file included from symm_k.c:79: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from symm_k.c:79: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from symm_k.c:79: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from symm_k.c:79: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
In file included from In file included from syrk_k.cIn file included from :syrk_k.csyrk_k.c104::: | |
104104: | |
: | |
./level3_syrk.c:./level3_syrk.c./level3_syrk.c161:::16116117:::1717 :: warning: warningwarning: : equality comparisonequalityequality withcomparisoncomparison extraneouswithwith parenthesesextraneousextraneous parentheses[-Wparentheses-equality]parentheses [-Wparentheses-equality] | |
[-Wparentheses-equality] | |
if ((alpha[0] == ZERO) if ((alpha[0] == ZERO) | |
if ((alpha[0] == ZERO) ~~~~~~~~~^~~~~~~ | |
~~~~~~~~~^~~~~~~ | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk.c./level3_syrk.c./level3_syrk.c:::161161161:::171717::: In file included from notesyrk_k.c: note:: noteremove: 104 removeextraneous: | |
remove parenthesesextraneousextraneous aroundparenthesesparentheses ./level3_syrk.cthearound: around161comparisonthe : 17thecomparison:to tocomparisonsilence warningsilence this : tothis warningwarningsilence | |
thisequality warningcomparison | |
with extraneous parentheses if ((alpha[0] == ZERO) if ((alpha[0] == ZERO) | |
[-Wparentheses-equality] ~ ^ ~ ~ ^ ~ | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk.c./level3_syrk.c::161161::17./level3_syrk.c17::: 161 :17note if ((alpha[0] == ZERO):: | |
note : ~~~~~~~~~^~~~~~~ | |
useusenote '=': '=' touseto turn'='turn thistothis equalityturnequality comparisonthiscomparison intointo./level3_syrk.c equalityan: 161 :an 17assignment :comparison assignment | |
into notean: assignmentremove | |
extraneous parentheses if ((alpha[0] == ZERO) | |
around ^~the if ((alpha[0] == ZERO) | |
comparison to ^~ | |
=silence | |
this = if ((alpha[0] == ZERO) | |
warning | |
^~ | |
= | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk.c:161:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from syr2k_k.c:102: | |
./level3_syr2k.c:157:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syr2k.c:157:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syr2k.c:157:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from syr2k_k.c:102: | |
./level3_syr2k.c:157:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syr2k.c:157:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syr2k.c:157:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from syr2k_k.c:102: | |
./level3_syr2k.c:157:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syr2k.c:157:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syr2k.c:157:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from syr2k_k.c:102: | |
./level3_syr2k.c:157:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syr2k.c:157:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syr2k.c:157:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
In file included from gemm.c:63: | |
./level3_thread.c:295:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_thread.c:295:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from gemm.c:63: | |
./level3_thread.c:295:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_thread.c:295:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from gemm.c:63: | |
./level3_thread.c:295:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_thread.c:295:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from gemm.c:63: | |
./level3_thread.c:295:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_thread.c:295:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
In file included from symm_k.c:77: | |
./level3_thread.c:295:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parentheses around the comparison to silence this warning | |
In file included from symm_k.c if ((alpha[0] == ZERO): | |
77: | |
~ ^ ~ | |
./level3_thread.c:295:17: ./level3_thread.c:warning295: :17: equalitynote : comparison usewith '='extraneous toparentheses turn[-Wparentheses-equality] this | |
equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parenthesesIn file included from symm_k.caround: 77the: | |
comparison to ./level3_thread.csilence: 295this: 17warning: | |
warning: equality comparison with if ((alpha[0] == ZERO) | |
extraneous ~ ^ ~parentheses | |
[-Wparentheses-equality] | |
./level3_thread.c:295:17: note: use '=' to if ((alpha[0] == ZERO) | |
turn ~~~~~~~~~^~~~~~~this | |
equality comparison into an assignment | |
./level3_thread.c:295 if ((alpha[0] == ZERO): | |
17: ^~ | |
note =: | |
remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_thread.c:295:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from symm_k.c:77: | |
./level3_thread.c:295:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_thread.c:295:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from syrk_k.cIn file included from syrk_k.c:102: | |
./level3_syrk_threaded.c:203:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk_threaded.c:203:17: note: remove :extraneous102 : | |
parentheses around the comparison ./level3_syrk_threaded.cto: 203silence :this17 :warning | |
warning: equality comparison with if ((alpha[0] == ZERO) | |
extraneous ~ ^ ~parentheses | |
[-Wparentheses-equality] | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn if ((alpha[0] == ZERO) | |
this ~~~~~~~~~^~~~~~~equality | |
comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~./level3_syrk_threaded.c | |
:203: =17 | |
: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from syrk_k.c:102: | |
./level3_syrk_threaded.c:203:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk_threaded.c:203:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
In file included from syrk_k.c:102: | |
./level3_syrk_threaded.c:203:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk_threaded.c:203:17: note: remove extraneous parentheses around the comparison to silence this warning | |
1 warning generated. | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
In file included from gemm.c:65: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from gemm.c:65: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from gemm.c:65: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from gemm.c:65: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
In file included from symm_k.c:79: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from symm_k.c:79: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from symm_k.c:79: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from symm_k.c:79: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
In file included from syrk_k.c:104: | |
./level3_syrk.c:161:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk.c:161:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk.c:161:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from syrk_k.c:104: | |
./level3_syrk.c:161:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk.c:161:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk.c:161:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from syrk_k.c:104: | |
./level3_syrk.c:161:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk.c:161:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk.c:161:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from syrk_k.c:104: | |
./level3_syrk.c:161:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk.c:161:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk.c:161:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
In file included from syr2k_k.c:102: | |
./level3_syr2k.c:157:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syr2k.c:157:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syr2k.c:157:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from syr2k_k.c:102: | |
./level3_syr2k.c:157:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syr2k.c:157:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syr2k.c:157:17: note: use '=' to turn this equality comparison into an assignment1 warning | |
generated. | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
In file included from syr2k_k.c:102: | |
./level3_syr2k.c:157:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syr2k.c:157:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syr2k.c:157:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from syr2k_k.c:102: | |
./level3_syr2k.c:157:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syr2k.c:157:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syr2k.c:157:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
In file included from gemm.c:63: | |
./level3_thread.c:295:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_thread.c:295:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from gemm.c:63: | |
./level3_thread.c:295:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_thread.c:295:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from gemm.c:63: | |
./level3_thread.c:295:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_thread.c:295:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from gemm.c:63: | |
./level3_thread.c:295:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_thread.c:295:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
In file included from symm_k.c:77: | |
./level3_thread.c:295:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_thread.c:295:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from symm_k.c:77: | |
./level3_thread.c:295:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_thread.c:295:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
In file included from symm_k.c:77: | |
./level3_thread.c:295:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_thread.c:295:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from symm_k.c:77: | |
./level3_thread.c:295:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_thread.c:295:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
In file included from syrk_k.c:102: | |
./level3_syrk_threaded.c:203:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk_threaded.c:203:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from syrk_k.c:102: | |
./level3_syrk_threaded.c:203:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk_threaded.c:203:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
In file included from syrk_k.c:102: | |
./level3_syrk_threaded.c:203:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk_threaded.c:203:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from syrk_k.c:102: | |
./level3_syrk_threaded.c:203:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk_threaded.c:203:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
In file included from zherk_k.c:157: | |
./level3_syrk.c:161:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk.c:161:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk.c:161:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from zherk_k.c:157: | |
./level3_syrk.c:161:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk.c:161:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk.c:161:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from zherk_k.c:157: | |
./level3_syrk.c:161:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk.c:161:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk.c:161:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from zherk_k.c:157: | |
./level3_syrk.c:161:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk.c:161:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk.c:161:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
In file included from zherk_k.c:155: | |
./level3_syrk_threaded.c:203:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk_threaded.c:203:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from zherk_k.c:155: | |
./level3_syrk_threaded.c:203:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk_threaded.c:203:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from zherk_k.c:155: | |
./level3_syrk_threaded.c:203:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk_threaded.c:203:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
In file included from zherk_k.c:155: | |
./level3_syrk_threaded.c:203:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk_threaded.c:203:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
In file included from zherk_k.cIn file included from zherk_k.c:157: | |
./level3_syrk.c:161:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk.c:161:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk.c:161:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
:157: | |
./level3_syrk.c:161:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk.c:161:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk.c:161:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from zherk_k.c:157: | |
./level3_syrk.c:161:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk.c:161:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk.c:161:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
In file included from zherk_k.c:157: | |
./level3_syrk.c:161:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk.c:161:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk.c:161:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
In file included from zherk_k.c:155: | |
./level3_syrk_threaded.c:203:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk_threaded.c:203:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from zherk_k.c:155: | |
./level3_syrk_threaded.c:203:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk_threaded.c:203:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from zherk_k.c:155: | |
./level3_syrk_threaded.c:203:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk_threaded.c:203:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from zherk_k.c:155: | |
./level3_syrk_threaded.c:203:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk_threaded.c:203:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
In file included from gemm.c:65: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
In file included from gemm.c:65: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from gemm.c:65: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
In file included from gemm.c:65: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
In file included from symm_k.c:79: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from symm_k.c:79: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from symm_k.c:79: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from symm_k.c:79: | |
./level3.c:254:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3.c:254:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3.c:254:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from syrk_k.c:104: | |
./level3_syrk.c:161:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk.c:161:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk.c:161:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
In file included from syrk_k.c:104: | |
./level3_syrk.c:161:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk.c:161:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk.c:161:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
In file included from syrk_k.c:104: | |
./level3_syrk.c:161:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk.c:161:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk.c:161:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
11 warning generated. | |
warning generated. | |
In file included from syr2k_k.c:102: | |
./level3_syr2k.c:157:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syr2k.c:157:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syr2k.c:157:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from syrk_k.c:104: | |
./level3_syrk.c:161:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk.c:161:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk.c:161:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from syr2k_k.c:102: | |
./level3_syr2k.c:157:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syr2k.c:157:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syr2k.c:157:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from syr2k_k.c:102: | |
./level3_syr2k.c:157:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syr2k.c:157:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syr2k.c:157:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from syr2k_k.c:102: | |
./level3_syr2k.c:157:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syr2k.c:157:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syr2k.c:157:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
In file included from gemm.c:63: | |
./level3_thread.c:295:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_thread.c:295:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from gemm.c:63: | |
./level3_thread.c:295:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_thread.c:295:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from gemm.c:63: | |
./level3_thread.c:295:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_thread.c:295:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from gemm.c:63: | |
./level3_thread.c:295:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_thread.c:295:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from symm_k.c:77: | |
./level3_thread.c:295:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_thread.c:295:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
In file included from symm_k.c:77: | |
./level3_thread.c:295:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_thread.c:295:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from symm_k.c:77: | |
./level3_thread.c:295:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_thread.c:295:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
In file included from symm_k.c:77: | |
./level3_thread.c:295:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_thread.c:295:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_thread.c:295:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
In file included from syrk_k.c:102: | |
./level3_syrk_threaded.c:203:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk_threaded.c:203:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from syrk_k.c:102: | |
./level3_syrk_threaded.c:203:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk_threaded.c:203:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from syrk_k.c:102: | |
./level3_syrk_threaded.c:203:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk_threaded.c:203:17: note: remove extraneous parentheses around the comparisonIn file included from tosyrk_k.c :silence102 : | |
this warning | |
./level3_syrk_threaded.c:203:17: if ((alpha[0] == ZERO)warning | |
: ~ ^ ~ | |
equality comparison with extraneous parentheses [-Wparentheses-equality]./level3_syrk_threaded.c: | |
203:17: note: use '=' to turn this equality comparison into an assignment if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
./level3_syrk_threaded.c:203:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
In file included from zherk_k.c:157: | |
./level3_syrk.c:161:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk.c:161:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk.c:161:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from zherk_k.c:157: | |
./level3_syrk.c:161:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk.c:161:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk.c:161:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from zherk_k.c:157: | |
./level3_syrk.c:161:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk.c:161:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk.c:161:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from zherk_k.c:157: | |
./level3_syrk.c:161:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk.c:161:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk.c:161:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
In file included from zherk_k.c:155: | |
./level3_syrk_threaded.c:203:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk_threaded.c:203:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from zherk_k.c:155: | |
./level3_syrk_threaded.c:203:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk_threaded.c:203:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from zherk_k.c:155: | |
./level3_syrk_threaded.c:203:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk_threaded.c:203:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
In file included from zherk_k.c:155: | |
./level3_syrk_threaded.c:203:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((alpha[0] == ZERO) | |
~~~~~~~~~^~~~~~~ | |
./level3_syrk_threaded.c:203:17: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((alpha[0] == ZERO) | |
~ ^ ~ | |
./level3_syrk_threaded.c:203:17: note: use '=' to turn this equality comparison into an assignment | |
if ((alpha[0] == ZERO) | |
^~ | |
= | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
gemm_thread_mn.c:68:19: warning: unused variable 'total_procs' [-Wunused-variable] | |
BLASLONG procs, total_procs, num_cpu_m, num_cpu_n; | |
^ | |
1 warning generated. | |
xerbla.c:65:13: warning: format specifies type 'int' but the argument has type 'blasint' (aka 'long') [-Wformat] | |
message, *info); | |
^~~~~ | |
1 warning generated. | |
memory.c:876:13: warning: unused function 'gotoblas_memory_init' [-Wunused-function] | |
static void gotoblas_memory_init(void); | |
^ | |
1 warning generated. | |
dynamic.c:235:17: warning: & has lower precedence than >=; >= will be evaluated first [-Wparentheses] | |
if (eax & 0xffff >= 0x01) { | |
^~~~~~~~~~~~~~~~ | |
dynamic.c:235:17: note: place parentheses around the '>=' expression to silence this warning | |
if (eax & 0xffff >= 0x01) { | |
^ | |
( ) | |
dynamic.c:235:17: note: place parentheses around the & expression to evaluate it first | |
if (eax & 0xffff >= 0x01) { | |
^ | |
( ) | |
1 warning generated. | |
setparam_PRESCOTT.c:614:23: warning: unused function 'get_l3_size' [-Wunused-function] | |
static __inline__ int get_l3_size(void){ | |
^ | |
1 warning generated. | |
setparam_CORE2.c:614:23: warning: unused function 'get_l3_size' [-Wunused-function] | |
static __inline__ int get_l3_size(void){ | |
^ | |
1 warning generated. | |
setparam_PENRYN.c:614:23: warning: unused function 'get_l3_size' [-Wunused-function] | |
static __inline__ int get_l3_size(void){ | |
^ | |
1 warning generated. | |
setparam_DUNNINGTON.c:626:7: warning: unused variable 'l2' [-Wunused-variable] | |
int l2 = get_l2_size(); | |
^ | |
setparam_DUNNINGTON.c:614:23: warning: unused function 'get_l3_size' [-Wunused-function] | |
static __inline__ int get_l3_size(void){ | |
^ | |
2 warnings generated. | |
setparam_NEHALEM.c:626:7: warning: unused variable 'l2' [-Wunused-variable] | |
int l2 = get_l2_size(); | |
^ | |
setparam_NEHALEM.c:614:23: warning: unused function 'get_l3_size' [-Wunused-function] | |
static __inline__ int get_l3_size(void){ | |
^ | |
2 warnings generated. | |
setparam_OPTERON.c:614:23: warning: unused function 'get_l3_size' [-Wunused-function] | |
static __inline__ int get_l3_size(void){ | |
^ | |
1 warning generated. | |
setparam_OPTERON_SSE3.c:614:23: warning: unused function 'get_l3_size' [-Wunused-function] | |
static __inline__ int get_l3_size(void){ | |
^ | |
1 warning generated. | |
setparam_BARCELONA.c:626:7: warning: unused variable 'l2' [-Wunused-variable] | |
int l2 = get_l2_size(); | |
^ | |
setparam_BARCELONA.c:614:23: warning: unused function 'get_l3_size' [-Wunused-function] | |
static __inline__ int get_l3_size(void){ | |
^ | |
2 warnings generated. | |
setparam_BOBCAT.c:626:7: warning: unused variable 'l2' [-Wunused-variable] | |
int l2 = get_l2_size(); | |
^ | |
setparam_BOBCAT.c:614:23: warning: unused function 'get_l3_size' [-Wunused-function] | |
static __inline__ int get_l3_size(void){ | |
^ | |
2 warnings generated. | |
setparam_ATOM.c:626:7: warning: unused variable 'l2' [-Wunused-variable] | |
int l2 = get_l2_size(); | |
^ | |
setparam_ATOM.c:614:23: warning: unused function 'get_l3_size' [-Wunused-function] | |
static __inline__ int get_l3_size(void){ | |
^ | |
2 warnings generated. | |
setparam_NANO.c:626:7: warning: unused variable 'l2' [-Wunused-variable] | |
int l2 = get_l2_size(); | |
^ | |
setparam_NANO.c:614:23: warning: unused function 'get_l3_size' [-Wunused-function] | |
static __inline__ int get_l3_size(void){ | |
^ | |
2 warnings generated. | |
../kernel/x86_64/../generic/zgemm_ncopy_8_sandy.c:39:13: warning: unused variable 'idx' [-Wunused-variable] | |
BLASLONG idx=0; | |
^ | |
../kernel/x86_64/../generic/zgemm_tcopy_8_sandy.c:39:13: warning: unused variable 'idx' [-Wunused-variable] | |
BLASLONG idx=0; | |
^ | |
../kernel/x86_64/../generic/zgemm_ncopy_4_sandy.c:39:13: warning: unused variable 'idx' [-Wunused-variable] | |
BLASLONG idx=0; | |
^ | |
../kernel/x86_64/../generic/zgemm_tcopy_4_sandy.c:39:13: warning: unused variable 'idx' [-Wunused-variable] | |
BLASLONG idx=0; | |
^ | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
1 warning generated. | |
setparam_SANDYBRIDGE.c:626:7: warning: unused variable 'l2' [-Wunused-variable] | |
int l2 = get_l2_size(); | |
^ | |
setparam_SANDYBRIDGE.c:614:23: warning: unused function 'get_l3_size' [-Wunused-function] | |
static __inline__ int get_l3_size(void){ | |
^ | |
2 warnings generated. | |
setparam_BULLDOZER.c:626:7: warning: unused variable 'l2' [-Wunused-variable] | |
int l2 = get_l2_size(); | |
^ | |
setparam_BULLDOZER.c:614:23: warning: unused function 'get_l3_size' [-Wunused-function] | |
static __inline__ int get_l3_size(void){ | |
^ | |
2 warnings generated. | |
setparam_PILEDRIVER.c:626:7: warning: unused variable 'l2' [-Wunused-variable] | |
int l2 = get_l2_size(); | |
^ | |
setparam_PILEDRIVER.c:614:23: warning: unused function 'get_l3_size' [-Wunused-function] | |
static __inline__ int get_l3_size(void){ | |
^ | |
2 warnings generated. | |
setparam_HASWELL.c:626:7: warning: unused variable 'l2' [-Wunused-variable] | |
int l2 = get_l2_size(); | |
^ | |
setparam_HASWELL.c:614:23: warning: unused function 'get_l3_size' [-Wunused-function] | |
static __inline__ int get_l3_size(void){ | |
^ | |
2 warnings generated. | |
sgbsvx.f: In function ‘sgbsvx’: | |
sgbsvx.f:482:0: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
COLCND = MAX( RCMIN, SMLNUM ) / MIN( RCMAX, BIGNUM ) | |
^ | |
sgbsvx.f:482:0: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sgebak.f:242.19: | |
K = SCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgebak.f:256.19: | |
K = SCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgebal.f:245.19: | |
SCALE( M ) = J | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgebrd.f:272.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgebrd.f:276.11: | |
WS = MAX( M, N ) | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgebrd.f:289.17: | |
WS = ( M+N )*NB | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgees.f:308.21: | |
HSWORK = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgees.f:318.21: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgees.f:530.18: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgeesx.f:388.21: | |
HSWORK = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgeesx.f:404.21: | |
WORK( 1 ) = LWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgeesx.f:638.18: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgeev.f:283.24: | |
HSWORK = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgeev.f:292.24: | |
HSWORK = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgeev.f:299.24: | |
HSWORK = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgeev.f:304.21: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgeev.f:511.18: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgeevx.f:422.21: | |
HSWORK = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgeevx.f:444.21: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgeevx.f:675.18: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgegs.f:302.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgegs.f:329.21: | |
WORK( 1 ) = LOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgegs.f:535.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgegv.f:387.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgegv.f:414.21: | |
WORK( 1 ) = LOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgegv.f:763.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgehrd.f:219.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgehrd.f:252.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgehrd.f:346.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgeesx.f: In function ‘sgeesx’: | |
sgeesx.f:316:0: warning: ‘maxwrk’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ MAXWRK, MINWRK | |
^ | |
sgehrd.f: In function ‘sgehrd’: | |
sgehrd.f:300:0: warning: ‘nx’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DO 40 I = ILO, IHI - 1 - NX, NB | |
^ | |
sgelqf.f:174.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgelqf.f:196.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgelqf.f:264.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgelsd.f:360.21: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgelsd.f:627.18: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgelsy.f:286.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgelsy.f:473.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgelss.f:259.28: | |
LWORK_SGEQRF=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgelss.f:263.28: | |
LWORK_SORMQR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgelss.f:278.28: | |
LWORK_SGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgelss.f:282.28: | |
LWORK_SORMBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgelss.f:286.28: | |
LWORK_SORGBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgelss.f:310.31: | |
LWORK_SGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgelss.f:314.31: | |
LWORK_SORMBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgelss.f:318.31: | |
LWORK_SORGBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgelss.f:322.31: | |
LWORK_SORMLQ=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgelss.f:343.31: | |
LWORK_SGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgelss.f:347.31: | |
LWORK_SORMBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgelss.f:351.31: | |
LWORK_SORGBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgelss.f:361.21: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgelss.f:738.18: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgeqlf.f:192.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgeqlf.f:282.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgelsd.f: In function ‘sgelsd’: | |
sgelsd.f:511:0: warning: ‘wlalsd’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( LWORK.GE.MAX( 4*M+M*LDA+MAX( M, 2*M-4, NRHS, N-3*M ), | |
^ | |
sgelsd.f:446:0: warning: ‘mnthr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( M.GE.MNTHR ) THEN | |
^ | |
sgeqlf.f: In function ‘sgeqlf’: | |
sgeqlf.f:215:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NB.GT.1 .AND. NB.LT.K ) THEN | |
^ | |
sgelss.f: In function ‘sgelss’: | |
sgelss.f:440:0: warning: ‘mnthr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( M.GE.MNTHR ) THEN | |
^ | |
sgeqp3.f:211.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgeqp3.f:359.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgeqrf.f:175.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgeqrf.f:197.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgeqrf.f:265.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgeqrfp.f:175.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgeqrfp.f:197.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgeqrfp.f:265.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgerqf.f:193.24: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgerqf.f:195.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgerqf.f:285.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgerqf.f: In function ‘sgerqf’: | |
sgerqf.f:218:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NB.GT.1 .AND. NB.LT.K ) THEN | |
^ | |
sgesdd.f:514.21: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgesdd.f:1424.18: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgetri.f:158.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgetri.f:256.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgesvd.f:317.25: | |
LWORK_SGEQRF=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgesvd.f:320.27: | |
LWORK_SORGQR_N=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgesvd.f:322.27: | |
LWORK_SORGQR_M=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgesvd.f:326.25: | |
LWORK_SGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgesvd.f:330.27: | |
LWORK_SORGBR_P=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgesvd.f:334.27: | |
LWORK_SORGBR_Q=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgesvd.f:450.28: | |
LWORK_SGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgesvd.f:455.33: | |
LWORK_SORGBR_Q=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgesvd.f:461.33: | |
LWORK_SORGBR_Q=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgesvd.f:478.25: | |
LWORK_SGELQF=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgesvd.f:481.27: | |
LWORK_SORGLQ_N=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgesvd.f:483.27: | |
LWORK_SORGLQ_M=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgesvd.f:487.25: | |
LWORK_SGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgesvd.f:491.27: | |
LWORK_SORGBR_P=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgesvd.f:495.27: | |
LWORK_SORGBR_Q=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgesvd.f:611.28: | |
LWORK_SGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgesvd.f:617.32: | |
LWORK_SORGBR_P=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgesvd.f:623.32: | |
LWORK_SORGBR_P=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgesvd.f:634.21: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgesvd.f:3488.18: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgetc2.f: In function ‘sgetc2’: | |
sgetc2.f:204:0: warning: ‘smin’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
A( N, N ) = SMIN | |
^ | |
sgetc2.f:186:0: warning: ‘jpv’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CALL SSWAP( N, A( 1, JPV ), 1, A( 1, I ), 1 ) | |
^ | |
sgetc2.f:180:0: warning: ‘ipv’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CALL SSWAP( N, A( IPV, 1 ), LDA, A( I, 1 ), LDA ) | |
^ | |
sgesvx.f: In function ‘sgesvx’: | |
sgesvx.f:456:0: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
COLCND = MAX( RCMIN, SMLNUM ) / MIN( RCMAX, BIGNUM ) | |
^ | |
sgesvx.f:456:0: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sggbak.f:258.19: | |
K = RSCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sggbak.f:268.19: | |
K = RSCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sggbak.f:282.19: | |
K = LSCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sggbak.f:292.19: | |
K = LSCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sggbal.f:343.20: | |
LSCALE( M ) = I | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sggbal.f:352.20: | |
RSCALE( M ) = J | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sggbal.f:528.14: | |
IR = LSCALE( I ) + SIGN( HALF, LSCALE( I ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sggbal.f:536.14: | |
JC = RSCALE( I ) + SIGN( HALF, RSCALE( I ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgges.f:412.21: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgges.f:674.18: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sggesx.f:516.21: | |
WORK( 1 ) = LWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sggesx.f:813.18: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sggev.f:341.21: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sggev.f:587.18: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sggevx.f:538.21: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sggevx.f:861.18: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgesdd.f: In function ‘sgesdd’: | |
sgesdd.f:558:0: warning: ‘mnthr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( M.GE.MNTHR ) THEN | |
^ | |
sgesdd.f:854:0: warning: ‘bdspac’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( LWORK.GE.M*N+3*N+BDSPAC ) THEN | |
^ | |
sgesdd.f:242:0: warning: ‘il’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER BDSPAC, BLK, CHUNK, I, IE, IERR, IL, | |
^ | |
sgesdd.f:243:0: warning: ‘ir’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ IR, ISCL, ITAU, ITAUP, ITAUQ, IU, IVT, LDWKVT, | |
^ | |
sggglm.f:257.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sggglm.f:287.13: | |
LOPT = WORK( M+NP+1 ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sggglm.f:342.18: | |
WORK( 1 ) = M + NP + MAX( LOPT, INT( WORK( M+NP+1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgglse.f:252.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgglse.f:282.13: | |
LOPT = WORK( P+MN+1 ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sgglse.f:348.18: | |
WORK( 1 ) = P + MN + MAX( LOPT, INT( WORK( P+MN+1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sggqrf.f:257.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sggqrf.f:282.13: | |
LOPT = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sggqrf.f:293.18: | |
WORK( 1 ) = MAX( LOPT, INT( WORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sggrqf.f:256.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sggrqf.f:281.13: | |
LOPT = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sggrqf.f:293.18: | |
WORK( 1 ) = MAX( LOPT, INT( WORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sggsvd.f:416.16: | |
TOLA = MAX( M, N )*MAX( ANORM, UNFL )*ULP | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sggsvd.f:417.16: | |
TOLB = MAX( P, N )*MAX( BNORM, UNFL )*ULP | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sgesvd.f: In function ‘sgesvd’: | |
sgesvd.f:1171:0: warning: ‘wrkbl’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ELSE IF( LWORK.GE.WRKBL+( LDA+N )*N ) THEN | |
^ | |
sgesvd.f:678:0: warning: ‘mnthr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( M.GE.MNTHR ) THEN | |
^ | |
sgesvd.f:237:0: warning: ‘bdspac’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER BDSPAC, BLK, CHUNK, I, IE, IERR, IR, ISCL, | |
^ | |
sgesvd.f:3462:0: warning: ‘ie’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( IE.LT.2 ) THEN | |
^ | |
shgeqz.f:405.18: | |
WORK( 1 ) = MAX( 1, N ) | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
slahrd.f: In function ‘slahrd’: | |
slahrd.f:282:0: warning: ‘ei’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
A( K+NB, NB ) = EI | |
^ | |
slahr2.f: In function ‘slahr2’: | |
slahr2.f:305:0: warning: ‘ei’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
A( K+NB, NB ) = EI | |
^ | |
shgeqz.f: In function ‘shgeqz’: | |
shgeqz.f:478:0: warning: ‘ilz’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DO 20 JR = 1, N | |
^ | |
shgeqz.f:423:0: warning: ‘ilq’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ELSE IF( LDQ.LT.1 .OR. ( ILQ .AND. LDQ.LT.N ) ) THEN | |
^ | |
shgeqz.f:1058:0: warning: ‘ilschr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( .NOT.ILSCHR ) THEN | |
^ | |
slahqr.f: In function ‘slahqr’: | |
slahqr.f:238:0: warning: ‘i2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER I, I1, I2, ITS, J, K, L, M, NH, NR, NZ | |
^ | |
slals0.f: In function ‘slals0’: | |
slals0.f:410:0: warning: ‘difrj’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ DIFRJ ) / ( POLES( I, 2 )+DJ ) | |
^ | |
slangb.f: In function ‘slangb’: | |
slangb.f:149:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL SCALE, SUM, VALUE, TEMP | |
^ | |
slangt.f: In function ‘slangt’: | |
slangt.f:130:0: warning: ‘anorm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL ANORM, SCALE, SUM, TEMP | |
^ | |
slange.f: In function ‘slange’: | |
slange.f:138:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL SCALE, SUM, VALUE, TEMP | |
^ | |
slanhs.f: In function ‘slanhs’: | |
slanhs.f:132:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL SCALE, SUM, VALUE | |
^ | |
slansb.f: In function ‘slansb’: | |
slansb.f:153:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL ABSA, SCALE, SUM, VALUE | |
^ | |
slansp.f: In function ‘slansp’: | |
slansp.f:138:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL ABSA, SCALE, SUM, VALUE | |
^ | |
slantb.f:318.21: | |
SUM = N | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
slantb.f:337.21: | |
SUM = N | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
slantp.f:313.21: | |
SUM = N | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
slantp.f:331.21: | |
SUM = N | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
slantr.f:318.21: | |
SUM = MIN( M, N ) | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
slantr.f:332.21: | |
SUM = MIN( M, N ) | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
slansy.f: In function ‘slansy’: | |
slansy.f:146:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL ABSA, SCALE, SUM, VALUE | |
^ | |
slantp.f: In function ‘slantp’: | |
slantp.f:149:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL SCALE, SUM, VALUE | |
^ | |
slantb.f: In function ‘slantb’: | |
slantb.f:165:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL SCALE, SUM, VALUE | |
^ | |
slantr.f: In function ‘slantr’: | |
slantr.f:166:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL SCALE, SUM, VALUE | |
^ | |
slarfgp.f:163.37: | |
X( 1 + (J-1)*INCX ) = 0 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
slarfgp.f:217.40: | |
X( 1 + (J-1)*INCX ) = 0 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
slarrv.f:280.34: | |
SUBROUTINE SLARRV( N, VL, VU, D, L, PIVMIN, | |
1 | |
Warning: Unused dummy argument 'vu' at (1) | |
slasy2.f:244.12: | |
SGN = ISGN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
slasy2.f: In function ‘slasy2’: | |
slasy2.f:427:0: warning: ‘jpsv’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CALL SSWAP( 4, T16( 1, JPSV ), 1, T16( 1, I ), 1 ) | |
^ | |
slasy2.f:421:0: warning: ‘ipsv’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CALL SSWAP( 4, T16( IPSV, 1 ), 4, T16( I, 1 ), 4 ) | |
^ | |
slatbs.f: In function ‘slatbs’: | |
slatbs.f:794:0: warning: ‘tjjs’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
X( J ) = X( J ) / TJJS - SUMJ | |
^ | |
slasyf_rook.f: In function ‘slasyf_rook’: | |
slasyf_rook.f:713:0: warning: ‘jmax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IMAX = JMAX | |
^ | |
slatps.f: In function ‘slatps’: | |
slatps.f:775:0: warning: ‘tjjs’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
X( J ) = X( J ) / TJJS - SUMJ | |
^ | |
slatrs.f: In function ‘slatrs’: | |
slatrs.f:769:0: warning: ‘tjjs’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
X( J ) = X( J ) / TJJS - SUMJ | |
^ | |
sorghr.f:183.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorghr.f:196.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorghr.f:235.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorgbr.f:219.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorgbr.f:239.18: | |
LWKOPT = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sorgbr.f:247.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorgbr.f:254.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorgbr.f:333.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorglq.f:170.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorglq.f:193.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorglq.f:284.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorgql.f:187.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorgql.f:291.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorgqr.f:171.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorgqr.f:194.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorgqr.f:285.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorgrq.f:187.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorgrq.f:291.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorgql.f: In function ‘sorgql’: | |
sorgql.f:210:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NB.GT.1 .AND. NB.LT.K ) THEN | |
^ | |
sorgtr.f:184.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorgtr.f:197.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorgtr.f:250.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorgrq.f: In function ‘sorgrq’: | |
sorgrq.f:210:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NB.GT.1 .AND. NB.LT.K ) THEN | |
^ | |
sormbr.f:291.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sormbr.f:303.18: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sormbr.f:369.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sormhr.f:259.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sormhr.f:272.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sormhr.f:291.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sormlq.f:257.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sormlq.f:270.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sormlq.f:351.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sormql.f:259.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sormql.f:346.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sormqr.f:256.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sormqr.f:269.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sormqr.f:344.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sormql.f: In function ‘sormql’: | |
sormql.f:282:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IWS = NW*NB | |
^ | |
sormrq.f:259.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sormrq.f:352.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sormrz.f:280.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sormrz.f:382.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sormtr.f:262.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sormtr.f:275.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sormtr.f:307.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sormrq.f: In function ‘sormrq’: | |
sormrq.f:282:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IWS = NW*NB | |
^ | |
sormrz.f: In function ‘sormrz’: | |
sormrz.f:303:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IWS = NW*NB | |
^ | |
spbsvx.f: In function ‘spbsvx’: | |
spbsvx.f:432:0: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) | |
^ | |
spbsvx.f:432:0: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
spstrf.f:242.21: | |
SSTOP = N * SLAMCH( 'Epsilon' ) * AJJ | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
spstrf.f:262.30: | |
WORK( I ) = 0 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
spstrf.f:349.30: | |
WORK( I ) = 0 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sposvx.f: In function ‘sposvx’: | |
sposvx.f:394:0: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) | |
^ | |
sposvx.f:394:0: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
spstf2.f:228.18: | |
SSTOP = N * SLAMCH( 'Epsilon' ) * AJJ | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
spstf2.f:236.21: | |
WORK( I ) = 0 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sppsvx.f: In function ‘sppsvx’: | |
sppsvx.f:394:0: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) | |
^ | |
sppsvx.f:394:0: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ssbevd.f:271.21: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssbevd.f:354.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssbgvd.f:304.21: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssbgvd.f:365.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sspevd.f:252.21: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sspevd.f:331.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sspgvd.f:279.21: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sspgvd.f:313.14: | |
LWMIN = MAX( REAL( LWMIN ), REAL( WORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sspgvd.f:314.15: | |
LIWMIN = MAX( REAL( LIWMIN ), REAL( IWORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
sspgvd.f:357.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sstegr.f:256.23: | |
$ ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK, | |
1 | |
Warning: Unused dummy argument 'abstol' at (1) | |
sstevd.f:227.21: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sstevd.f:295.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssptrf.f: In function ‘ssptrf’: | |
ssptrf.f:505:0: warning: ‘imax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ 1 ) | |
^ | |
sstein.f: In function ‘sstein’: | |
sstein.f:389:0: warning: ‘xjm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( ABS( XJ-XJM ).GT.ORTOL ) | |
^ | |
sstein.f:409:0: warning: ‘stpcrt’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NRM.LT.STPCRT ) | |
^ | |
sstein.f:389:0: warning: ‘ortol’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( ABS( XJ-XJM ).GT.ORTOL ) | |
^ | |
sstein.f:375:0: warning: ‘onenrm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ SASUM( BLKSIZ, WORK( INDRV1+1 ), 1 ) | |
^ | |
sstein.f:201:0: warning: ‘gpind’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER B1, BLKSIZ, BN, GPIND, I, IINFO, INDRV1, | |
^ | |
sstevr.f:388.21: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sstevr.f:567.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssyev.f:196.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssyev.f:217.21: | |
WORK( 1 ) = 2 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssyev.f:280.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssyevd.f:264.21: | |
WORK( 1 ) = LOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssyevd.f:348.18: | |
WORK( 1 ) = LOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssyevr.f:425.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssyevr.f:446.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssyevr.f:451.21: | |
WORK( 1 ) = 26 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssyevr.f:674.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssyevx.f:337.24: | |
WORK( 1 ) = LWKMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssyevx.f:343.24: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssyevx.f:541.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssygv.f:240.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssygv.f:309.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssyevx.f: In function ‘ssyevx’: | |
ssyevx.f:541:0: warning: ‘lwkopt’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
WORK( 1 ) = LWKOPT | |
^ | |
ssygvd.f:301.21: | |
WORK( 1 ) = LOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssygvd.f:336.13: | |
LOPT = MAX( REAL( LOPT ), REAL( WORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
ssygvd.f:337.14: | |
LIOPT = MAX( REAL( LIOPT ), REAL( IWORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
ssygvd.f:373.18: | |
WORK( 1 ) = LOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssygvx.f:379.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssygvx.f:452.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssysv.f:229.21: | |
LWKOPT = WORK(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
ssysv.f:231.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssysv.f:264.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssysvx.f:360.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssysvx.f:410.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssytrd.f:254.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssytrd.f:267.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssytrd.f:371.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssytrf.f:239.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssytrf.f:358.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssytri2.f:190.17: | |
WORK(1)=MINSIZE | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssytf2.f: In function ‘ssytf2’: | |
ssytf2.f:515:0: warning: ‘imax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CALL SSWAP( N-KP, A( KP+1, KK ), 1, A( KP+1, KP ), 1 ) | |
^ | |
ssytri2x.f:237.30: | |
WORK(K,INVD+1) = 0 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssytri2x.f:414.30: | |
WORK(K,INVD+1) = 0 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssytrf_rook.f:265.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssytrf_rook.f:388.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssysv_rook.f:262.21: | |
LWKOPT = WORK(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
ssysv_rook.f:264.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssysv_rook.f:287.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ssytf2_rook.f: In function ‘ssytf2_rook’: | |
ssytf2_rook.f:630:0: warning: ‘jmax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ELSE IF( ( P.EQ.JMAX ).OR.( ROWMAX.LE.COLMAX ) ) THEN | |
^ | |
ssytf2_rook.f:340:0: warning: ‘imax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ITEMP = ISAMAX( IMAX-1, A( 1, IMAX ), 1 ) | |
^ | |
stgex2.f:291.21: | |
WORK( 1 ) = MAX( N*M, M*M*2 ) | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
stgexc.f:281.19: | |
WORK(1) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
stgexc.f:539.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
stgsen.f:575.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
stgsen.f:856.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
stgsna.f:496.21: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
stgsna.f:695.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
stgsyl.f:390.21: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
stgsyl.f:407.17: | |
SCALE = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
stgsyl.f:410.21: | |
DIF = 0 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
stgsyl.f:676.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
stgsna.f: In function ‘stgsna’: | |
stgsna.f:673:0: warning: ‘cond’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DIF( KS ) = COND | |
^ | |
stgsyl.f: In function ‘stgsyl’: | |
stgsyl.f:606:0: warning: ‘scale2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
SCALE = SCALE2 | |
^ | |
stptri.f: In function ‘stptri’: | |
stptri.f:229:0: warning: ‘jclast’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ AP( JCLAST ), AP( JC+1 ), 1 ) | |
^ | |
strsen.f:433.21: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
strsen.f:564.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
strsen.f: In function ‘strsen’: | |
strsen.f:425:0: warning: ‘lwmin’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( LWORK.LT.LWMIN .AND. .NOT.LQUERY ) THEN | |
^ | |
strsen.f:427:0: warning: ‘liwmin’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ELSE IF( LIWORK.LT.LIWMIN .AND. .NOT.LQUERY ) THEN | |
^ | |
strsyl.f:257.12: | |
SGN = ISGN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
stzrzf.f:213.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
stzrzf.f:307.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sstemr.f:437.21: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sstemr.f:452.23: | |
Z( 1,1 ) = NZCMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sstemr.f:757.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
stzrzf.f: In function ‘stzrzf’: | |
stzrzf.f:241:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NB.GT.1 .AND. NB.LT.M ) THEN | |
^ | |
slansf.f: In function ‘slansf’: | |
slansf.f:234:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL SCALE, S, VALUE, AA, TEMP | |
^ | |
sbbcsd.f:422.19: | |
WORK(1) = LWORKMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sbbcsd.f:439.19: | |
WORK(1) = LWORKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorbdb.f:380.19: | |
WORK(1) = LWORKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorbdb1.f:270.19: | |
WORK(1) = LWORKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorbdb2.f:268.19: | |
WORK(1) = LWORKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorbdb3.f:269.19: | |
WORK(1) = LWORKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorbdb4.f:282.19: | |
WORK(1) = LWORKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorcsd.f:480.19: | |
WORK(1) = MAX(LWORKOPT,LWORKMIN) | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorcsd2by1.f:449.19: | |
WORK(1) = LWORKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sorcsd.f: In function ‘sorcsd’: | |
sorcsd.f:506:0: warning: ‘itauq2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(IORBDB), LORBDBWORK, CHILDINFO ) | |
^ | |
sorcsd.f:506:0: warning: ‘itauq1’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sorcsd.f:506:0: warning: ‘itaup2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sorcsd.f:506:0: warning: ‘itaup1’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sorcsd.f:559:0: warning: ‘iorgqr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(IORGQR), LORGQRWORK, INFO ) | |
^ | |
sorcsd.f:530:0: warning: ‘iorglq’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(IORGLQ), LORGLQWORK, INFO ) | |
^ | |
sorcsd.f:506:0: warning: ‘iorbdb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(IORBDB), LORBDBWORK, CHILDINFO ) | |
^ | |
sorcsd.f:576:0: warning: ‘ibbcsd’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(IB22E), WORK(IBBCSD), LBBCSDWORK, INFO ) | |
^ | |
sorcsd.f:576:0: warning: ‘ib22e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sorcsd.f:576:0: warning: ‘ib22d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sorcsd.f:576:0: warning: ‘ib21e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sorcsd.f:576:0: warning: ‘ib21d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sorcsd.f:576:0: warning: ‘ib12e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sorcsd.f:576:0: warning: ‘ib12d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sorcsd.f:576:0: warning: ‘ib11e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sorcsd.f:576:0: warning: ‘ib11d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sorcsd2by1.f: In function ‘sorcsd2by1’: | |
sorcsd2by1.f:474:0: warning: ‘itauq1’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(ITAUQ1), WORK(IORBDB), LORBDB, CHILDINFO ) | |
^ | |
sorcsd2by1.f:474:0: warning: ‘itaup2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sorcsd2by1.f:474:0: warning: ‘itaup1’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sorcsd2by1.f:486:0: warning: ‘iorgqr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(IORGQR), LORGQR, CHILDINFO ) | |
^ | |
sorcsd2by1.f:461:0: warning: ‘iorglq’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
LORGLQ = LWORK-IORGLQ+1 | |
^ | |
sorcsd2by1.f:659:0: warning: ‘iorbdb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CALL SCOPY( M-P, WORK(IORBDB+P), 1, U2, 1 ) | |
^ | |
sorcsd2by1.f:685:0: warning: ‘ibbcsd’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CHILDINFO ) | |
^ | |
sorcsd2by1.f:685:0: warning: ‘ib22e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sorcsd2by1.f:685:0: warning: ‘ib22d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sorcsd2by1.f:685:0: warning: ‘ib21e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sorcsd2by1.f:616:0: warning: ‘ib21d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CHILDINFO ) | |
^ | |
sorcsd2by1.f:561:0: warning: ‘ib12e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CHILDINFO ) | |
^ | |
sorcsd2by1.f:561:0: warning: ‘ib12d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sorcsd2by1.f:561:0: warning: ‘ib11e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sorcsd2by1.f:507:0: warning: ‘ib11d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CHILDINFO ) | |
^ | |
dgebak.f:242.19: | |
K = SCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgebak.f:256.19: | |
K = SCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgbsvx.f: In function ‘dgbsvx’: | |
dgbsvx.f:480:0: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
COLCND = MAX( RCMIN, SMLNUM ) / MIN( RCMAX, BIGNUM ) | |
^ | |
dgbsvx.f:480:0: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dgees.f:308.21: | |
HSWORK = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgeesx.f:388.21: | |
HSWORK = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgeev.f:283.24: | |
HSWORK = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgeev.f:292.24: | |
HSWORK = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgeev.f:299.24: | |
HSWORK = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgeevx.f:423.21: | |
HSWORK = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgeesx.f: In function ‘dgeesx’: | |
dgeesx.f:316:0: warning: ‘maxwrk’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ MAXWRK, MINWRK | |
^ | |
dgehrd.f: In function ‘dgehrd’: | |
dgehrd.f:300:0: warning: ‘nx’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DO 40 I = ILO, IHI - 1 - NX, NB | |
^ | |
dgelss.f:260.28: | |
LWORK_DGEQRF=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgelss.f:264.28: | |
LWORK_DORMQR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgelss.f:279.28: | |
LWORK_DGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgelss.f:283.28: | |
LWORK_DORMBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgelss.f:287.28: | |
LWORK_DORGBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgelss.f:311.31: | |
LWORK_DGELQF=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgelss.f:315.31: | |
LWORK_DGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgelss.f:319.31: | |
LWORK_DORMBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgelss.f:323.31: | |
LWORK_DORGBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgelss.f:327.31: | |
LWORK_DORMLQ=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgelss.f:347.31: | |
LWORK_DGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgelss.f:351.31: | |
LWORK_DORMBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgelss.f:355.31: | |
LWORK_DORGBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgeqlf.f: In function ‘dgeqlf’: | |
dgeqlf.f:215:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NB.GT.1 .AND. NB.LT.K ) THEN | |
^ | |
dgelss.f: In function ‘dgelss’: | |
dgelss.f:444:0: warning: ‘mnthr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( M.GE.MNTHR ) THEN | |
^ | |
dgerqf.f: In function ‘dgerqf’: | |
dgerqf.f:215:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NB.GT.1 .AND. NB.LT.K ) THEN | |
^ | |
dggbak.f:258.19: | |
K = RSCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dggbak.f:268.19: | |
K = RSCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dggbak.f:282.19: | |
K = LSCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dggbak.f:292.19: | |
K = LSCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgetc2.f: In function ‘dgetc2’: | |
dgetc2.f:204:0: warning: ‘smin’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
A( N, N ) = SMIN | |
^ | |
dgetc2.f:186:0: warning: ‘jpv’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CALL DSWAP( N, A( 1, JPV ), 1, A( 1, I ), 1 ) | |
^ | |
dgetc2.f:180:0: warning: ‘ipv’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CALL DSWAP( N, A( IPV, 1 ), LDA, A( I, 1 ), LDA ) | |
^ | |
dggbal.f:528.14: | |
IR = LSCALE( I ) + SIGN( HALF, LSCALE( I ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dggbal.f:536.14: | |
JC = RSCALE( I ) + SIGN( HALF, RSCALE( I ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgesvd.f:317.25: | |
LWORK_DGEQRF=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgesvd.f:320.27: | |
LWORK_DORGQR_N=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgesvd.f:322.27: | |
LWORK_DORGQR_M=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgesvd.f:326.25: | |
LWORK_DGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgesvd.f:330.27: | |
LWORK_DORGBR_P=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgesvd.f:334.27: | |
LWORK_DORGBR_Q=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgesvd.f:450.28: | |
LWORK_DGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgesvd.f:455.33: | |
LWORK_DORGBR_Q=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgesvd.f:461.33: | |
LWORK_DORGBR_Q=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgesvd.f:478.25: | |
LWORK_DGELQF=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgesvd.f:481.27: | |
LWORK_DORGLQ_N=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgesvd.f:483.27: | |
LWORK_DORGLQ_M=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgesvd.f:487.25: | |
LWORK_DGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgesvd.f:491.27: | |
LWORK_DORGBR_P=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgesvd.f:495.27: | |
LWORK_DORGBR_Q=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgesvd.f:610.28: | |
LWORK_DGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgesvd.f:616.32: | |
LWORK_DORGBR_P=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgesvd.f:622.32: | |
LWORK_DORGBR_P=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgesvx.f: In function ‘dgesvx’: | |
dgesvx.f:456:0: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
COLCND = MAX( RCMIN, SMLNUM ) / MIN( RCMAX, BIGNUM ) | |
^ | |
dgesvx.f:456:0: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dgesdd.f: In function ‘dgesdd’: | |
dgesdd.f:558:0: warning: ‘mnthr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( M.GE.MNTHR ) THEN | |
^ | |
dgesdd.f:854:0: warning: ‘bdspac’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( LWORK.GE.M*N+3*N+BDSPAC ) THEN | |
^ | |
dgesdd.f:242:0: warning: ‘il’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER BDSPAC, BLK, CHUNK, I, IE, IERR, IL, | |
^ | |
dgesdd.f:243:0: warning: ‘ir’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ IR, ISCL, ITAU, ITAUP, ITAUQ, IU, IVT, LDWKVT, | |
^ | |
dggglm.f:287.13: | |
LOPT = WORK( M+NP+1 ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgglse.f:282.13: | |
LOPT = WORK( P+MN+1 ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dggqrf.f:282.13: | |
LOPT = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dggrqf.f:281.13: | |
LOPT = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dgesvd.f: In function ‘dgesvd’: | |
dgesvd.f:677:0: warning: ‘mnthr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( M.GE.MNTHR ) THEN | |
^ | |
dgesvd.f:237:0: warning: ‘bdspac’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER BDSPAC, BLK, CHUNK, I, IE, IERR, IR, ISCL, | |
^ | |
dgesvd.f:3461:0: warning: ‘ie’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( IE.LT.2 ) THEN | |
^ | |
dgesvd.f:1170:0: warning: ‘wrkbl’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ELSE IF( LWORK.GE.WRKBL+( LDA+N )*N ) THEN | |
^ | |
dlahrd.f: In function ‘dlahrd’: | |
dlahrd.f:282:0: warning: ‘ei’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
A( K+NB, NB ) = EI | |
^ | |
dlahr2.f: In function ‘dlahr2’: | |
dlahr2.f:305:0: warning: ‘ei’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
A( K+NB, NB ) = EI | |
^ | |
dhgeqz.f: In function ‘dhgeqz’: | |
dhgeqz.f:478:0: warning: ‘ilz’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DO 20 JR = 1, N | |
^ | |
dhgeqz.f:423:0: warning: ‘ilq’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ELSE IF( LDQ.LT.1 .OR. ( ILQ .AND. LDQ.LT.N ) ) THEN | |
^ | |
dhgeqz.f:1058:0: warning: ‘ilschr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( .NOT.ILSCHR ) THEN | |
^ | |
dlahqr.f: In function ‘dlahqr’: | |
dlahqr.f:238:0: warning: ‘i2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER I, I1, I2, ITS, J, K, L, M, NH, NR, NZ | |
^ | |
dlals0.f: In function ‘dlals0’: | |
dlals0.f:410:0: warning: ‘difrj’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ DIFRJ ) / ( POLES( I, 2 )+DJ ) | |
^ | |
dlangb.f: In function ‘dlangb’: | |
dlangb.f:149:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION SCALE, SUM, VALUE, TEMP | |
^ | |
dlange.f: In function ‘dlange’: | |
dlange.f:138:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION SCALE, SUM, VALUE, TEMP | |
^ | |
dlangt.f: In function ‘dlangt’: | |
dlangt.f:130:0: warning: ‘anorm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION ANORM, SCALE, SUM, TEMP | |
^ | |
dlanhs.f: In function ‘dlanhs’: | |
dlanhs.f:132:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION SCALE, SUM, VALUE | |
^ | |
dlansb.f: In function ‘dlansb’: | |
dlansb.f:153:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION ABSA, SCALE, SUM, VALUE | |
^ | |
dlansp.f: In function ‘dlansp’: | |
dlansp.f:138:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION ABSA, SCALE, SUM, VALUE | |
^ | |
dlansy.f: In function ‘dlansy’: | |
dlansy.f:146:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION ABSA, SCALE, SUM, VALUE | |
^ | |
dlantb.f: In function ‘dlantb’: | |
dlantp.f: In function ‘dlantp’: | |
dlantb.f:165:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION SCALE, SUM, VALUE | |
^ | |
dlantp.f:149:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION SCALE, SUM, VALUE | |
^ | |
dlantr.f: In function ‘dlantr’: | |
dlantr.f:166:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION SCALE, SUM, VALUE | |
^ | |
dlarrv.f:280.34: | |
SUBROUTINE DLARRV( N, VL, VU, D, L, PIVMIN, | |
1 | |
Warning: Unused dummy argument 'vu' at (1) | |
dlasy2.f: In function ‘dlasy2’: | |
dlasy2.f:427:0: warning: ‘jpsv’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CALL DSWAP( 4, T16( 1, JPSV ), 1, T16( 1, I ), 1 ) | |
^ | |
dlasy2.f:421:0: warning: ‘ipsv’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CALL DSWAP( 4, T16( IPSV, 1 ), 4, T16( I, 1 ), 4 ) | |
^ | |
dlatbs.f: In function ‘dlatbs’: | |
dlatbs.f:794:0: warning: ‘tjjs’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
X( J ) = X( J ) / TJJS - SUMJ | |
^ | |
dlasyf_rook.f: In function ‘dlasyf_rook’: | |
dlasyf_rook.f:713:0: warning: ‘jmax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IMAX = JMAX | |
^ | |
dlatps.f: In function ‘dlatps’: | |
dlatps.f:775:0: warning: ‘tjjs’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
X( J ) = X( J ) / TJJS - SUMJ | |
^ | |
dlatrs.f: In function ‘dlatrs’: | |
dlatrs.f:769:0: warning: ‘tjjs’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
X( J ) = X( J ) / TJJS - SUMJ | |
^ | |
dorgbr.f:239.18: | |
LWKOPT = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dorgql.f: In function ‘dorgql’: | |
dorgql.f:210:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NB.GT.1 .AND. NB.LT.K ) THEN | |
^ | |
dorgrq.f: In function ‘dorgrq’: | |
dorgrq.f:210:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NB.GT.1 .AND. NB.LT.K ) THEN | |
^ | |
dormql.f: In function ‘dormql’: | |
dormql.f:279:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IWS = NW*NB | |
^ | |
dormrq.f: In function ‘dormrq’: | |
dormrq.f:280:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IWS = NW*NB | |
^ | |
dormrz.f: In function ‘dormrz’: | |
dormrz.f:304:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IWS = NW*NB | |
^ | |
dpbsvx.f: In function ‘dpbsvx’: | |
dpbsvx.f:432:0: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) | |
^ | |
dpbsvx.f:432:0: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dposvx.f: In function ‘dposvx’: | |
dposvx.f:394:0: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) | |
^ | |
dposvx.f:394:0: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dppsvx.f: In function ‘dppsvx’: | |
dppsvx.f:394:0: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) | |
^ | |
dppsvx.f:394:0: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dspgvd.f:313.14: | |
LWMIN = MAX( DBLE( LWMIN ), DBLE( WORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dspgvd.f:314.15: | |
LIWMIN = MAX( DBLE( LIWMIN ), DBLE( IWORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dstegr.f:256.23: | |
$ ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK, | |
1 | |
Warning: Unused dummy argument 'abstol' at (1) | |
dsptrf.f: In function ‘dsptrf’: | |
dsptrf.f:507:0: warning: ‘imax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ 1 ) | |
^ | |
dstein.f: In function ‘dstein’: | |
dstein.f:389:0: warning: ‘xjm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( ABS( XJ-XJM ).GT.ORTOL ) | |
^ | |
dstein.f:389:0: warning: ‘ortol’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dstein.f:375:0: warning: ‘onenrm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ DASUM( BLKSIZ, WORK( INDRV1+1 ), 1 ) | |
^ | |
dstein.f:201:0: warning: ‘gpind’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER B1, BLKSIZ, BN, GPIND, I, IINFO, INDRV1, | |
^ | |
dstein.f:409:0: warning: ‘dtpcrt’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NRM.LT.DTPCRT ) | |
^ | |
dsygvd.f:336.13: | |
LOPT = MAX( DBLE( LOPT ), DBLE( WORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dsygvd.f:337.14: | |
LIOPT = MAX( DBLE( LIOPT ), DBLE( IWORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dsyevx.f: In function ‘dsyevx’: | |
dsyevx.f:541:0: warning: ‘lwkopt’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
WORK( 1 ) = LWKOPT | |
^ | |
dsysv.f:229.21: | |
LWKOPT = WORK(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dsytf2.f: In function ‘dsytf2’: | |
dsytf2.f:514:0: warning: ‘imax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CALL DSWAP( N-KP, A( KP+1, KK ), 1, A( KP+1, KP ), 1 ) | |
^ | |
dsysv_rook.f:262.21: | |
LWKOPT = WORK(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
dsytf2_rook.f: In function ‘dsytf2_rook’: | |
dsytf2_rook.f:630:0: warning: ‘jmax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ELSE IF( ( P.EQ.JMAX ).OR.( ROWMAX.LE.COLMAX ) ) THEN | |
^ | |
dsytf2_rook.f:340:0: warning: ‘imax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ITEMP = IDAMAX( IMAX-1, A( 1, IMAX ), 1 ) | |
^ | |
dtgsna.f: In function ‘dtgsna’: | |
dtgsna.f:673:0: warning: ‘cond’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DIF( KS ) = COND | |
^ | |
dtgsyl.f: In function ‘dtgsyl’: | |
dtgsyl.f:606:0: warning: ‘scale2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
SCALE = SCALE2 | |
^ | |
dtptri.f: In function ‘dtptri’: | |
dtptri.f:229:0: warning: ‘jclast’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ AP( JCLAST ), AP( JC+1 ), 1 ) | |
^ | |
dtrsen.f: In function ‘dtrsen’: | |
dtrsen.f:424:0: warning: ‘lwmin’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( LWORK.LT.LWMIN .AND. .NOT.LQUERY ) THEN | |
^ | |
dtrsen.f:426:0: warning: ‘liwmin’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ELSE IF( LIWORK.LT.LIWMIN .AND. .NOT.LQUERY ) THEN | |
^ | |
dtzrzf.f: In function ‘dtzrzf’: | |
dtzrzf.f:241:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NB.GT.1 .AND. NB.LT.M ) THEN | |
^ | |
dlag2s.f:143.25: | |
SA( I, J ) = A( I, J ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) | |
dlat2s.f:152.28: | |
SA( I, J ) = A( I, J ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) | |
dlat2s.f:163.28: | |
SA( I, J ) = A( I, J ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) | |
dlansf.f: In function ‘dlansf’: | |
dlansf.f:233:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION SCALE, S, VALUE, AA, TEMP | |
^ | |
dorcsd.f: In function ‘dorcsd’: | |
dorcsd.f:503:0: warning: ‘itauq2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(IORBDB), LORBDBWORK, CHILDINFO ) | |
^ | |
dorcsd.f:503:0: warning: ‘itauq1’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dorcsd.f:503:0: warning: ‘itaup2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dorcsd.f:503:0: warning: ‘itaup1’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dorcsd.f:560:0: warning: ‘iorgqr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(IORGQR), LORGQRWORK, INFO ) | |
^ | |
dorcsd.f:537:0: warning: ‘iorglq’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(IORGLQ), LORGLQWORK, INFO ) | |
^ | |
dorcsd.f:503:0: warning: ‘iorbdb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(IORBDB), LORBDBWORK, CHILDINFO ) | |
^ | |
dorcsd.f:577:0: warning: ‘ibbcsd’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(IB22E), WORK(IBBCSD), LBBCSDWORK, INFO ) | |
^ | |
dorcsd.f:577:0: warning: ‘ib22e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dorcsd.f:577:0: warning: ‘ib22d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dorcsd.f:577:0: warning: ‘ib21e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dorcsd.f:577:0: warning: ‘ib21d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dorcsd.f:577:0: warning: ‘ib12e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dorcsd.f:577:0: warning: ‘ib12d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dorcsd.f:577:0: warning: ‘ib11e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dorcsd.f:577:0: warning: ‘ib11d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dorcsd2by1.f: In function ‘dorcsd2by1’: | |
dorcsd2by1.f:478:0: warning: ‘itauq1’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(ITAUQ1), WORK(IORBDB), LORBDB, CHILDINFO ) | |
^ | |
dorcsd2by1.f:478:0: warning: ‘itaup2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dorcsd2by1.f:478:0: warning: ‘itaup1’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dorcsd2by1.f:490:0: warning: ‘iorgqr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(IORGQR), LORGQR, CHILDINFO ) | |
^ | |
dorcsd2by1.f:465:0: warning: ‘iorglq’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
LORGLQ = LWORK-IORGLQ+1 | |
^ | |
dorcsd2by1.f:663:0: warning: ‘iorbdb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CALL DCOPY( M-P, WORK(IORBDB+P), 1, U2, 1 ) | |
^ | |
dorcsd2by1.f:689:0: warning: ‘ibbcsd’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CHILDINFO ) | |
^ | |
dorcsd2by1.f:689:0: warning: ‘ib22e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dorcsd2by1.f:689:0: warning: ‘ib22d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dorcsd2by1.f:689:0: warning: ‘ib21e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dorcsd2by1.f:620:0: warning: ‘ib21d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CHILDINFO ) | |
^ | |
dorcsd2by1.f:565:0: warning: ‘ib12e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CHILDINFO ) | |
^ | |
dorcsd2by1.f:565:0: warning: ‘ib12d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dorcsd2by1.f:565:0: warning: ‘ib11e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dorcsd2by1.f:511:0: warning: ‘ib11d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CHILDINFO ) | |
^ | |
cgbsvx.f: In function ‘cgbsvx’: | |
cgbsvx.f:485:0: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
COLCND = MAX( RCMIN, SMLNUM ) / MIN( RCMAX, BIGNUM ) | |
^ | |
cgbsvx.f:485:0: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cgebak.f:244.19: | |
K = SCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cgebak.f:258.19: | |
K = SCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cgebal.f:254.19: | |
SCALE( M ) = J | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cgebd2.f:251.21: | |
D( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
cgebd2.f:270.24: | |
E( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
cgebd2.f:295.21: | |
D( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
cgebd2.f:314.24: | |
E( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
cgebrd.f:274.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgebrd.f:278.11: | |
WS = MAX( M, N ) | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cgebrd.f:291.17: | |
WS = ( M+N )*NB | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cgees.f:288.21: | |
HSWORK = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
cgees.f:298.21: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgees.f:419.18: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgeesx.f:343.21: | |
HSWORK = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
cgeesx.f:356.21: | |
WORK( 1 ) = LWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgeesx.f:494.18: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgeev.f:281.21: | |
HSWORK = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
cgeev.f:284.21: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgeev.f:485.18: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgeesx.f: In function ‘cgeesx’: | |
cgeesx.f:272:0: warning: ‘maxwrk’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ ITAU, IWRK, LWRK, MAXWRK, MINWRK | |
^ | |
cgeevx.f:404.21: | |
HSWORK = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
cgeevx.f:426.21: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgeevx.f:648.18: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgegs.f:304.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgegs.f:331.21: | |
WORK( 1 ) = LOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgegs.f:525.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgegv.f:374.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgegv.f:401.21: | |
WORK( 1 ) = LOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgegv.f:693.20: | |
SBETA = ( SCALE*BETA( JC ) )*BNRM | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
cgegv.f:700.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgehrd.f:219.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgehrd.f:252.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgehrd.f:346.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgehrd.f: In function ‘cgehrd’: | |
cgehrd.f:300:0: warning: ‘nx’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DO 40 I = ILO, IHI - 1 - NX, NB | |
^ | |
cgelqf.f:174.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgelqf.f:196.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgelqf.f:264.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgelsd.f:379.21: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgelsd.f:381.22: | |
RWORK( 1 ) = LRWORK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cgelsd.f:659.18: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgelsd.f:661.19: | |
RWORK( 1 ) = LRWORK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cgelss.f:272.28: | |
LWORK_CGEQRF=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
cgelss.f:276.28: | |
LWORK_CUNMQR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
cgelss.f:290.28: | |
LWORK_CGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
cgelss.f:294.28: | |
LWORK_CUNMBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
cgelss.f:298.28: | |
LWORK_CUNGBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
cgelss.f:316.31: | |
LWORK_CGELQF=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
cgelss.f:320.31: | |
LWORK_CGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
cgelss.f:324.31: | |
LWORK_CUNMBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
cgelss.f:328.31: | |
LWORK_CUNGBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
cgelss.f:332.31: | |
LWORK_CUNMLQ=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
cgelss.f:351.31: | |
LWORK_CGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
cgelss.f:355.31: | |
LWORK_CUNMBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
cgelss.f:359.31: | |
LWORK_CUNGBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
cgelss.f:368.21: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgelss.f:766.18: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgelsd.f: In function ‘cgelsd’: | |
cgelsd.f:466:0: warning: ‘mnthr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( M.GE.MNTHR ) THEN | |
^ | |
cgelsy.f:357.14: | |
WSIZE = MN + REAL( WORK( MN+1 ) ) | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cgelsy.f:417.26: | |
WSIZE = MAX( WSIZE, 2*MN+REAL( WORK( 2*MN+1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cgeqlf.f:192.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgeqlf.f:282.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgeqp3.f:223.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgeqp3.f:373.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgeqlf.f: In function ‘cgeqlf’: | |
cgeqlf.f:215:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NB.GT.1 .AND. NB.LT.K ) THEN | |
^ | |
cgelss.f: In function ‘cgelss’: | |
cgelss.f:447:0: warning: ‘mnthr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( M.GE.MNTHR ) THEN | |
^ | |
cgeqrf.f:175.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgeqrf.f:197.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgeqrf.f:265.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgeqrfp.f:175.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgeqrfp.f:197.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgeqrfp.f:265.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgerqf.f:192.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgerqf.f:282.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgerqf.f: In function ‘cgerqf’: | |
cgerqf.f:215:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NB.GT.1 .AND. NB.LT.K ) THEN | |
^ | |
cgesdd.f:556.21: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgesdd.f:2052.18: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgetri.f:159.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgetri.f:257.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cggbak.f:259.19: | |
K = RSCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cggbak.f:269.19: | |
K = RSCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cggbak.f:283.19: | |
K = LSCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cggbak.f:293.19: | |
K = LSCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cgesvd.f:325.25: | |
LWORK_CGEQRF=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cgesvd.f:328.27: | |
LWORK_CUNGQR_N=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cgesvd.f:330.27: | |
LWORK_CUNGQR_M=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cgesvd.f:334.25: | |
LWORK_CGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cgesvd.f:338.27: | |
LWORK_CUNGBR_P=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cgesvd.f:341.27: | |
LWORK_CUNGBR_Q=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cgesvd.f:449.28: | |
LWORK_CGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cgesvd.f:454.33: | |
LWORK_CUNGBR_Q=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cgesvd.f:460.33: | |
LWORK_CUNGBR_Q=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cgesvd.f:475.25: | |
LWORK_CGELQF=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cgesvd.f:478.27: | |
LWORK_CUNGLQ_N=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cgesvd.f:480.27: | |
LWORK_CUNGLQ_M=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cgesvd.f:484.25: | |
LWORK_CGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cgesvd.f:488.27: | |
LWORK_CUNGBR_P=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cgesvd.f:492.27: | |
LWORK_CUNGBR_Q=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cgesvd.f:598.28: | |
LWORK_CGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cgesvd.f:604.32: | |
LWORK_CUNGBR_P=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cgesvd.f:610.32: | |
LWORK_CUNGBR_P=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cgesvd.f:620.21: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgesvd.f:3689.18: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgetc2.f: In function ‘cgetc2’: | |
cgetc2.f:135:0: warning: ‘smin’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL BIGNUM, EPS, SMIN, SMLNUM, XMAX | |
^ | |
cgetc2.f:186:0: warning: ‘jpv’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CALL CSWAP( N, A( 1, JPV ), 1, A( 1, I ), 1 ) | |
^ | |
cgetc2.f:180:0: warning: ‘ipv’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CALL CSWAP( N, A( IPV, 1 ), LDA, A( I, 1 ), LDA ) | |
^ | |
cgesvx.f: In function ‘cgesvx’: | |
cgesvx.f:458:0: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
COLCND = MAX( RCMIN, SMLNUM ) / MIN( RCMAX, BIGNUM ) | |
^ | |
cgesvx.f:458:0: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cggbal.f:352.20: | |
LSCALE( M ) = I | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cggbal.f:361.20: | |
RSCALE( M ) = J | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cggbal.f:541.14: | |
IR = LSCALE( I ) + SIGN( HALF, LSCALE( I ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cggbal.f:549.14: | |
JC = RSCALE( I ) + SIGN( HALF, RSCALE( I ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
cgges.f:396.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgges.f:593.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cggesx.f:482.21: | |
WORK( 1 ) = LWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cggesx.f:711.18: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cggev.f:342.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cggev.f:553.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cggevx.f:527.21: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cggevx.f:799.18: | |
WORK( 1 ) = MAXWRK | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cggglm.f:258.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cggglm.f:288.13: | |
LOPT = WORK( M+NP+1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
cggglm.f:343.18: | |
WORK( 1 ) = M + NP + MAX( LOPT, INT( WORK( M+NP+1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgglse.f:252.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cgglse.f:282.13: | |
LOPT = WORK( P+MN+1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
cgglse.f:349.18: | |
WORK( 1 ) = P + MN + MAX( LOPT, INT( WORK( P+MN+1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cggqrf.f:257.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cggqrf.f:282.13: | |
LOPT = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
cggqrf.f:293.18: | |
WORK( 1 ) = MAX( LOPT, INT( WORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cggrqf.f:256.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cggrqf.f:281.13: | |
LOPT = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
cggrqf.f:293.18: | |
WORK( 1 ) = MAX( LOPT, INT( WORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cggsvd.f:420.16: | |
TOLA = MAX( M, N )*MAX( ANORM, UNFL )*ULP | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cggsvd.f:421.16: | |
TOLB = MAX( P, N )*MAX( BNORM, UNFL )*ULP | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cgesvd.f: In function ‘cgesvd’: | |
cgesvd.f:664:0: warning: ‘mnthr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( M.GE.MNTHR ) THEN | |
^ | |
cgesvd.f:1189:0: warning: ‘wrkbl’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( LWORK.GE.WRKBL+2*LDA*N ) THEN | |
^ | |
chbev.f:226.21: | |
W( 1 ) = AB( 1, 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chbev.f:228.21: | |
W( 1 ) = AB( KD+1, 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chbevd.f:300.21: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chbevd.f:301.22: | |
RWORK( 1 ) = LRWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
chbevd.f:326.18: | |
W( 1 ) = AB( 1, 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chbevd.f:394.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chbevd.f:395.19: | |
RWORK( 1 ) = LRWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
chbevx.f:378.21: | |
W( 1 ) = CTMP1 | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chbgvd.f:334.21: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chbgvd.f:335.22: | |
RWORK( 1 ) = LRWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
chbgvd.f:400.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chbgvd.f:401.19: | |
RWORK( 1 ) = LRWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
chbtrd.f:462.21: | |
D( I ) = AB( KD1, I ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chbtrd.f:669.21: | |
D( I ) = AB( 1, I ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
cheev.f:207.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cheev.f:227.18: | |
W( 1 ) = A( 1, 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
cheev.f:228.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cheev.f:292.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cheevd.f:294.21: | |
WORK( 1 ) = LOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cheevd.f:295.22: | |
RWORK( 1 ) = LROPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cheevd.f:320.18: | |
W( 1 ) = A( 1, 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
cheevd.f:390.18: | |
WORK( 1 ) = LOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cheevd.f:391.19: | |
RWORK( 1 ) = LROPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cheevr.f:451.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cheevr.f:452.22: | |
RWORK( 1 ) = LRWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cheevr.f:475.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cheevr.f:480.21: | |
WORK( 1 ) = 2 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cheevr.f:707.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cheevr.f:708.19: | |
RWORK( 1 ) = LRWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cheevx.f:347.24: | |
WORK( 1 ) = LWKMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cheevx.f:353.24: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cheevx.f:377.21: | |
W( 1 ) = A( 1, 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
cheevx.f:382.24: | |
W( 1 ) = A( 1, 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
cheevx.f:551.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cheevx.f: In function ‘cheevx’: | |
cheevx.f:551:0: warning: ‘lwkopt’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
WORK( 1 ) = LWKOPT | |
^ | |
chegs2.f:199.21: | |
AKK = A( K, K ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chegs2.f:200.21: | |
BKK = B( K, K ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chegs2.f:229.21: | |
AKK = A( K, K ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chegs2.f:230.21: | |
BKK = B( K, K ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chegs2.f:254.21: | |
AKK = A( K, K ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chegs2.f:255.21: | |
BKK = B( K, K ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chegs2.f:274.21: | |
AKK = A( K, K ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chegs2.f:275.21: | |
BKK = B( K, K ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chegv.f:246.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chegv.f:315.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chegvd.f:328.21: | |
WORK( 1 ) = LOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chegvd.f:329.22: | |
RWORK( 1 ) = LROPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
chegvd.f:366.13: | |
LOPT = MAX( REAL( LOPT ), REAL( WORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
chegvd.f:367.14: | |
LROPT = MAX( REAL( LROPT ), REAL( RWORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
chegvd.f:368.14: | |
LIOPT = MAX( REAL( LIOPT ), REAL( IWORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
chegvd.f:404.18: | |
WORK( 1 ) = LOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chegvd.f:405.19: | |
RWORK( 1 ) = LROPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
chegvx.f:387.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chegvx.f:461.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chesv.f:232.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chesv.f:265.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chesvx.f:362.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chesvx.f:411.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chetd2.f:251.21: | |
E( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chetd2.f:279.23: | |
D( I+1 ) = A( I+1, I+1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chetd2.f:282.18: | |
D( 1 ) = A( 1, 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chetd2.f:295.21: | |
E( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chetd2.f:324.21: | |
D( I ) = A( I, I ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chetd2.f:327.18: | |
D( N ) = A( N, N ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chetrd.f:256.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chetrd.f:269.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chetrd.f:331.24: | |
D( J ) = A( J, J ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chetrd.f:363.24: | |
D( J ) = A( J, J ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chetrd.f:373.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chetrf.f:234.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chetrf.f:352.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chetri2.f:190.17: | |
WORK(1)=MINSIZE | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chetf2.f: In function ‘chetf2’: | |
chetf2.f:531:0: warning: ‘imax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DO 60 J = KK + 1, KP - 1 | |
^ | |
chetri2x.f:240.30: | |
WORK(K,INVD+1) = 0 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chetri2x.f:417.30: | |
WORK(K,INVD+1) = 0 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chetf2_rook.f:534.24: | |
D11 = A( K, K ) / D | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chetf2_rook.f:535.24: | |
D22 = A( K-1, K-1 ) / D | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chetrf_rook.f:269.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chetrf_rook.f:392.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chetf2_rook.f: In function ‘chetf2_rook’: | |
chetf2_rook.f:691:0: warning: ‘jmax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ELSE IF( ( P.EQ.JMAX ) .OR. ( ROWMAX.LE.COLMAX ) ) | |
^ | |
chetf2_rook.f:353:0: warning: ‘imax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ITEMP = ICAMAX( IMAX-1, A( 1, IMAX ), 1 ) | |
^ | |
chesv_rook.f:266.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chesv_rook.f:289.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chgeqz.f:385.18: | |
WORK( 1 ) = MAX( 1, N ) | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chpev.f:209.18: | |
W( 1 ) = AP( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chpev.f:210.22: | |
RWORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
chpevd.f:280.21: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chpevd.f:281.22: | |
RWORK( 1 ) = LRWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
chpevd.f:306.18: | |
W( 1 ) = AP( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chpevd.f:371.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chpevd.f:372.19: | |
RWORK( 1 ) = LRWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
chpevx.f:331.21: | |
W( 1 ) = AP( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chpevx.f:335.24: | |
W( 1 ) = AP( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chpgst.f:188.21: | |
BJJ = BP( JJ ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chpgst.f:209.21: | |
AKK = AP( KK ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chpgst.f:210.21: | |
BKK = BP( KK ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chpgst.f:240.21: | |
AKK = AP( KK ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chpgst.f:241.21: | |
BKK = BP( KK ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chpgst.f:264.21: | |
AJJ = AP( JJ ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chpgst.f:265.21: | |
BJJ = BP( JJ ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chpgvd.f:304.21: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chpgvd.f:305.22: | |
RWORK( 1 ) = LRWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
chpgvd.f:341.14: | |
LWMIN = MAX( REAL( LWMIN ), REAL( WORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
chpgvd.f:342.15: | |
LRWMIN = MAX( REAL( LRWMIN ), REAL( RWORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
chpgvd.f:343.15: | |
LIWMIN = MAX( REAL( LIWMIN ), REAL( IWORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(4) to INTEGER(8) at (1) | |
chpgvd.f:386.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
chpgvd.f:387.19: | |
RWORK( 1 ) = LRWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
chgeqz.f: In function ‘chgeqz’: | |
chgeqz.f:405:0: warning: ‘ilz’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ELSE IF( LDZ.LT.1 .OR. ( ILZ .AND. LDZ.LT.N ) ) THEN | |
^ | |
chgeqz.f:403:0: warning: ‘ilq’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ELSE IF( LDQ.LT.1 .OR. ( ILQ .AND. LDQ.LT.N ) ) THEN | |
^ | |
chgeqz.f:702:0: warning: ‘ilschr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( .NOT.ILSCHR ) THEN | |
^ | |
chptrd.f:227.21: | |
E( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chptrd.f:252.23: | |
D( I+1 ) = AP( I1+I ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chptrd.f:256.18: | |
D( 1 ) = AP( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chptrd.f:272.21: | |
E( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chptrd.f:299.21: | |
D( I ) = AP( II ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chptrd.f:303.18: | |
D( N ) = AP( II ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
chptrf.f: In function ‘chptrf’: | |
chptrf.f:186:0: warning: ‘imax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER I, IMAX, J, JMAX, K, KC, KK, KNC, KP, KPC, | |
^ | |
chptrf.f:328:0: warning: ‘kpc’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CALL CSWAP( KP-1, AP( KNC ), 1, AP( KPC ), 1 ) | |
^ | |
clabrd.f:273.21: | |
D( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
clabrd.f:313.24: | |
E( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
clabrd.f:357.21: | |
D( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
clabrd.f:391.24: | |
E( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
claed8.f: In function ‘claed8’: | |
claed8.f:256:0: warning: ‘jlam’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER I, IMAX, J, JLAM, JMAX, JP, K2, N1, N1P1, N2 | |
^ | |
clahr2.f: In function ‘clahr2’: | |
clahr2.f:307:0: warning: ‘IMAGPART_EXPR <ei>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
A( K+NB, NB ) = EI | |
^ | |
clahr2.f:206:0: warning: ‘REALPART_EXPR <ei>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
COMPLEX EI | |
^ | |
claic1.f:197.21: | |
TMP = SQRT( S*CONJG( S )+C*CONJG( C ) ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
claic1.f:251.19: | |
T = C / ( B+SQRT( B*B+C ) ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
claic1.f:253.19: | |
T = SQRT( B*B+C ) - B | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
claic1.f:258.18: | |
TMP = SQRT( SINE*CONJG( SINE )+COSINE*CONJG( COSINE ) ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
claic1.f:283.18: | |
TMP = SQRT( S*CONJG( S )+C*CONJG( C ) ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
claic1.f:341.19: | |
T = C / ( B+SQRT( ABS( B*B-C ) ) ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
claic1.f:352.22: | |
T = -C / ( B+SQRT( B*B+C ) ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
claic1.f:354.22: | |
T = B - SQRT( B*B+C ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
claic1.f:360.18: | |
TMP = SQRT( SINE*CONJG( SINE )+COSINE*CONJG( COSINE ) ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
clahqr.f: In function ‘clahqr’: | |
clahqr.f:537:0: warning: ‘i2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CALL CSCAL( I2-I, CONJG( TEMP ), H( I, I+1 ), LDH ) | |
^ | |
clahef.f: In function ‘clahef’: | |
clahef.f:695:0: warning: ‘imax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
JMAX = IMAX + ICAMAX( N-IMAX, W( IMAX+1, K+1 ), 1 ) | |
^ | |
clahef_rook.f: In function ‘clahef_rook’: | |
clahef_rook.f:860:0: warning: ‘jmax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ELSE IF( ( P.EQ.JMAX ) .OR. ( ROWMAX.LE.COLMAX ) ) | |
^ | |
clahef_rook.f:366:0: warning: ‘imax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ITEMP = ICAMAX( IMAX-1, W( 1, KW-1 ), 1 ) | |
^ | |
clals0.f: In function ‘clals0’: | |
clals0.f:413:0: warning: ‘difrj’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ DIFRJ ) / ( POLES( I, 2 )+DJ ) | |
^ | |
clange.f: In function ‘clange’: | |
clange.f:140:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL SCALE, SUM, VALUE, TEMP | |
^ | |
clangt.f: In function ‘clangt’: | |
clangt.f:130:0: warning: ‘anorm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL ANORM, SCALE, SUM, TEMP | |
^ | |
clangb.f: In function ‘clangb’: | |
clangb.f:150:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL SCALE, SUM, VALUE, TEMP | |
^ | |
clanht.f: In function ‘clanht’: | |
clanht.f:126:0: warning: ‘anorm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL ANORM, SCALE, SUM | |
^ | |
clanhb.f: In function ‘clanhb’: | |
clanhb.f:157:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL ABSA, SCALE, SUM, VALUE | |
^ | |
clanhs.f: In function ‘clanhs’: | |
clanhs.f:134:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL SCALE, SUM, VALUE | |
^ | |
clanhe.f: In function ‘clanhe’: | |
clanhe.f:149:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL ABSA, SCALE, SUM, VALUE | |
^ | |
clanhp.f: In function ‘clanhp’: | |
clanhp.f:142:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL ABSA, SCALE, SUM, VALUE | |
^ | |
clantb.f:320.21: | |
SUM = N | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
clantb.f:339.21: | |
SUM = N | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
clansb.f: In function ‘clansb’: | |
clansb.f:155:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL ABSA, SCALE, SUM, VALUE | |
^ | |
clansy.f: In function ‘clansy’: | |
clantp.f:315.21: | |
SUM = N | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
clantp.f:333.21: | |
SUM = N | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
clantr.f:320.21: | |
SUM = MIN( M, N ) | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
clantr.f:334.21: | |
SUM = MIN( M, N ) | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
clansy.f:148:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL ABSA, SCALE, SUM, VALUE | |
^ | |
clansp.f: In function ‘clansp’: | |
clansp.f:140:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL ABSA, SCALE, SUM, VALUE | |
^ | |
clantb.f: In function ‘clantb’: | |
clantb.f:167:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL SCALE, SUM, VALUE | |
^ | |
clantp.f: In function ‘clantp’: | |
clantp.f:151:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL SCALE, SUM, VALUE | |
^ | |
clantr.f: In function ‘clantr’: | |
clantr.f:168:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL SCALE, SUM, VALUE | |
^ | |
clarfgp.f:241.25: | |
BETA = -SAVEALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
clarrv.f:280.34: | |
SUBROUTINE CLARRV( N, VL, VU, D, L, PIVMIN, | |
1 | |
Warning: Unused dummy argument 'vu' at (1) | |
clatrd.f:274.26: | |
E( I-1 ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
clatrd.f:328.24: | |
E( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
clasyf_rook.f: In function ‘clasyf_rook’: | |
clasyf_rook.f:721:0: warning: ‘jmax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IMAX = JMAX | |
^ | |
cpbsvx.f: In function ‘cpbsvx’: | |
cpbsvx.f:430:0: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) | |
^ | |
cpbsvx.f:430:0: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cpstrf.f:245.21: | |
SSTOP = N * SLAMCH( 'Epsilon' ) * AJJ | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cpstrf.f:265.30: | |
WORK( I ) = 0 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cpstrf.f:360.30: | |
WORK( I ) = 0 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cposvx.f: In function ‘cposvx’: | |
cposvx.f:392:0: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) | |
^ | |
cposvx.f:392:0: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cpstf2.f:230.18: | |
SSTOP = N * SLAMCH( 'Epsilon' ) * AJJ | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cpstf2.f:238.21: | |
WORK( I ) = 0 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cpptrf.f:195.18: | |
AJJ = REAL( AP( JJ ) ) - CDOTC( J-1, AP( JC ), 1, AP( JC ), | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
cpptri.f:167.18: | |
AJJ = AP( JJ ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
cppsvx.f: In function ‘cppsvx’: | |
cppsvx.f:393:0: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) | |
^ | |
cppsvx.f:393:0: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cspr.f: In function ‘cspr’: | |
cspr.f:156:0: warning: ‘kx’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER I, INFO, IX, J, JX, K, KK, KX | |
^ | |
cstedc.f:307.21: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cstedc.f:308.22: | |
RWORK( 1 ) = LRWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cstedc.f:484.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cstedc.f:485.19: | |
RWORK( 1 ) = LRWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cstegr.f:256.23: | |
$ ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK, | |
1 | |
Warning: Unused dummy argument 'abstol' at (1) | |
csptrf.f: In function ‘csptrf’: | |
csptrf.f:513:0: warning: ‘imax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ 1 ) | |
^ | |
cstein.f: In function ‘cstein’: | |
cstein.f:400:0: warning: ‘xjm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( ABS( XJ-XJM ).GT.ORTOL ) | |
^ | |
cstein.f:425:0: warning: ‘stpcrt’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NRM.LT.STPCRT ) | |
^ | |
cstein.f:400:0: warning: ‘ortol’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( ABS( XJ-XJM ).GT.ORTOL ) | |
^ | |
cstein.f:386:0: warning: ‘onenrm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ SASUM( BLKSIZ, WORK( INDRV1+1 ), 1 ) | |
^ | |
cstein.f:213:0: warning: ‘gpind’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER B1, BLKSIZ, BN, GPIND, I, IINFO, INDRV1, | |
^ | |
csyr.f: In function ‘csyr’: | |
csyr.f:159:0: warning: ‘kx’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER I, INFO, IX, J, JX, KX | |
^ | |
csysv.f:229.21: | |
LWKOPT = WORK(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
csysv.f:231.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
csysv.f:264.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
csysvx.f:362.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
csysvx.f:411.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
csytrf.f:239.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
csytrf.f:357.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
csytri2.f:190.17: | |
WORK(1)=MINSIZE | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
csytri2x.f:238.30: | |
WORK(K,INVD+1) = 0 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
csytri2x.f:415.30: | |
WORK(K,INVD+1) = 0 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
csytf2.f: In function ‘csytf2’: | |
csytf2.f:519:0: warning: ‘imax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CALL CSWAP( N-KP, A( KP+1, KK ), 1, A( KP+1, KP ), 1 ) | |
^ | |
csytrf_rook.f:265.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
csytrf_rook.f:388.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
csytf2_rook.f: In function ‘csytf2_rook’: | |
csytf2_rook.f:638:0: warning: ‘jmax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ELSE IF( ( P.EQ.JMAX ).OR.( ROWMAX.LE.COLMAX ) ) THEN | |
^ | |
csytf2_rook.f:348:0: warning: ‘imax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ITEMP = ICAMAX( IMAX-1, A( 1, IMAX ), 1 ) | |
^ | |
csysv_rook.f:262.21: | |
LWKOPT = WORK(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
csysv_rook.f:264.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
csysv_rook.f:287.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
ctgsen.f:541.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
ctgsen.f:775.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
ctgsna.f:408.21: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
ctgsna.f:514.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
ctgsyl.f:388.21: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
ctgsyl.f:405.17: | |
SCALE = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ctgsyl.f:408.21: | |
DIF = 0 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ctgsyl.f:689.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
ctgsyl.f: In function ‘ctgsyl’: | |
ctgsyl.f:609:0: warning: ‘scale2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
SCALE = SCALE2 | |
^ | |
ctptri.f: In function ‘ctptri’: | |
ctptri.f:230:0: warning: ‘jclast’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ AP( JCLAST ), AP( JC+1 ), 1 ) | |
^ | |
ctrsen.f:356.21: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
ctrsen.f:450.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
ctrsen.f: In function ‘ctrsen’: | |
ctrsen.f:356:0: warning: ‘lwmin’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
WORK( 1 ) = LWMIN | |
^ | |
ctrsyl.f:248.12: | |
SGN = ISGN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
ctzrzf.f:213.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
ctzrzf.f:307.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
ctzrzf.f: In function ‘ctzrzf’: | |
ctzrzf.f:241:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NB.GT.1 .AND. NB.LT.M ) THEN | |
^ | |
cungbr.f:220.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cungbr.f:240.18: | |
LWKOPT = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(8) at (1) | |
cungbr.f:248.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cungbr.f:255.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cungbr.f:334.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunghr.f:184.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunghr.f:197.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunghr.f:236.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunglq.f:170.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunglq.f:193.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunglq.f:284.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cungql.f:187.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cungql.f:291.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cungqr.f:171.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cungqr.f:194.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cungqr.f:285.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cungql.f: In function ‘cungql’: | |
cungql.f:210:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NB.GT.1 .AND. NB.LT.K ) THEN | |
^ | |
cungrq.f:187.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cungrq.f:292.18: | |
WORK( 1 ) = IWS | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cungtr.f:185.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cungtr.f:198.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cungtr.f:251.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cungrq.f: In function ‘cungrq’: | |
cungrq.f:210:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NB.GT.1 .AND. NB.LT.K ) THEN | |
^ | |
cunmbr.f:299.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunmbr.f:376.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunmhr.f:259.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunmhr.f:272.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunmhr.f:291.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunmlq.f:257.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunmlq.f:270.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunmlq.f:351.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunmql.f:258.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunmql.f:345.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunmqr.f:256.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunmqr.f:269.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunmqr.f:344.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunmql.f: In function ‘cunmql’: | |
cunmql.f:281:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IWS = NW*NB | |
^ | |
cunmrq.f:259.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunmrq.f:352.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunmrz.f:280.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunmrz.f:387.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunmtr.f:262.21: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunmtr.f:275.21: | |
WORK( 1 ) = 1 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunmtr.f:307.18: | |
WORK( 1 ) = LWKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunmrq.f: In function ‘cunmrq’: | |
cunmrq.f:282:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IWS = NW*NB | |
^ | |
cstemr.f:456.21: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cstemr.f:471.23: | |
Z( 1,1 ) = NZCMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cstemr.f:776.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
csyequb.f:275.16: | |
AVG = AVG + S( I )*WORK( I ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
csyequb.f:292.15: | |
C1 = ( N-2 ) * ( WORK( I ) - T*SI ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
csyequb.f:293.15: | |
C0 = -(T*SI)*SI + 2*WORK( I )*SI - N*AVG | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
csyequb.f:327.16: | |
AVG = AVG + ( U + WORK( I ) ) * D / N | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
cpoequb.f:180.15: | |
S( 1 ) = A( 1, 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
cpoequb.f:184.18: | |
S( I ) = A( I, I ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
cheequb.f:263.16: | |
AVG = AVG + S( I )*WORK( I ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
cheequb.f:280.15: | |
C1 = ( N-2 ) * ( WORK( I ) - T*SI ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
cheequb.f:281.15: | |
C0 = -(T*SI)*SI + 2*WORK( I )*SI - N*AVG | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
cheequb.f:315.16: | |
AVG = AVG + ( U + WORK( I ) ) * D / N | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) | |
cbbcsd.f:422.20: | |
RWORK(1) = LRWORKMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cbbcsd.f:439.20: | |
RWORK(1) = LRWORKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cunbdb.f:383.19: | |
WORK(1) = LWORKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunbdb1.f:270.19: | |
WORK(1) = LWORKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunbdb2.f:270.19: | |
WORK(1) = LWORKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunbdb3.f:269.19: | |
WORK(1) = LWORKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cunbdb4.f:282.19: | |
WORK(1) = LWORKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cuncsd.f:482.20: | |
RWORK(1) = LRWORKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cuncsd.f:510.19: | |
WORK(1) = MAX(LWORKOPT,LWORKMIN) | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cuncsd2by1.f:488.20: | |
RWORK(1) = LRWORKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
cuncsd2by1.f:495.19: | |
WORK(1) = LWORKOPT | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to COMPLEX(4) at (1) | |
cuncsd2by1.f:262.62: | |
$ LDV1T, WORK, LWORK, RWORK, LRWORK, IWORK, | |
1 | |
Warning: Unused dummy argument 'lrwork' at (1) | |
cuncsd.f: In function ‘cuncsd’: | |
cuncsd.f:540:0: warning: ‘itauq2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(IORBDB), LORBDBWORK, CHILDINFO ) | |
^ | |
cuncsd.f:540:0: warning: ‘itauq1’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cuncsd.f:540:0: warning: ‘itaup2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cuncsd.f:597:0: warning: ‘iorgqr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(IORGQR), LORGQRWORK, INFO ) | |
^ | |
cuncsd.f:574:0: warning: ‘iorglq’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(IORGLQ), LORGLQWORK, INFO ) | |
^ | |
cuncsd.f:540:0: warning: ‘iorbdb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(IORBDB), LORBDBWORK, CHILDINFO ) | |
^ | |
cuncsd.f:619:0: warning: ‘ibbcsd’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ LBBCSDWORK, INFO ) | |
^ | |
cuncsd.f:619:0: warning: ‘ib22e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cuncsd.f:619:0: warning: ‘ib22d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cuncsd.f:619:0: warning: ‘ib21e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cuncsd.f:619:0: warning: ‘ib21d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cuncsd.f:619:0: warning: ‘ib12e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cuncsd.f:619:0: warning: ‘ib12d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cuncsd.f:619:0: warning: ‘ib11e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cuncsd.f:619:0: warning: ‘ib11d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cuncsd2by1.f: In function ‘cuncsd2by1’: | |
cuncsd2by1.f:520:0: warning: ‘itauq1’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(ITAUQ1), WORK(IORBDB), LORBDB, CHILDINFO ) | |
^ | |
cuncsd2by1.f:520:0: warning: ‘itaup2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cuncsd2by1.f:532:0: warning: ‘iorgqr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(IORGQR), LORGQR, CHILDINFO ) | |
^ | |
cuncsd2by1.f:507:0: warning: ‘iorglq’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
LORGLQ = LWORK-IORGLQ+1 | |
^ | |
cuncsd2by1.f:705:0: warning: ‘iorbdb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CALL CCOPY( M-P, WORK(IORBDB+P), 1, U2, 1 ) | |
^ | |
cuncsd2by1.f:731:0: warning: ‘ibbcsd’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CHILDINFO ) | |
^ | |
cuncsd2by1.f:731:0: warning: ‘ib22e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cuncsd2by1.f:731:0: warning: ‘ib22d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cuncsd2by1.f:731:0: warning: ‘ib21e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cuncsd2by1.f:662:0: warning: ‘ib21d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ RWORK(IBBCSD), LBBCSD, CHILDINFO ) | |
^ | |
cuncsd2by1.f:607:0: warning: ‘ib12e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CHILDINFO ) | |
^ | |
cuncsd2by1.f:607:0: warning: ‘ib12d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cuncsd2by1.f:607:0: warning: ‘ib11e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cuncsd2by1.f:553:0: warning: ‘ib11d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CHILDINFO ) | |
^ | |
zgbsvx.f: In function ‘zgbsvx’: | |
zgbsvx.f:485:0: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
COLCND = MAX( RCMIN, SMLNUM ) / MIN( RCMAX, BIGNUM ) | |
^ | |
zgbsvx.f:485:0: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
zgebak.f:244.19: | |
K = SCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zgebak.f:258.19: | |
K = SCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zgebd2.f:250.21: | |
D( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zgebd2.f:269.24: | |
E( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zgebd2.f:294.21: | |
D( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zgebd2.f:313.24: | |
E( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zgees.f:288.21: | |
HSWORK = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zgeesx.f:343.21: | |
HSWORK = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zgeev.f:280.21: | |
HSWORK = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zgeesx.f: In function ‘zgeesx’: | |
zgeesx.f:272:0: warning: ‘maxwrk’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ ITAU, IWRK, LWRK, MAXWRK, MINWRK | |
^ | |
zgeevx.f:404.21: | |
HSWORK = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zgegv.f:693.20: | |
SBETA = ( SCALE*BETA( JC ) )*BNRM | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zgehrd.f: In function ‘zgehrd’: | |
zgehrd.f:300:0: warning: ‘nx’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DO 40 I = ILO, IHI - 1 - NX, NB | |
^ | |
zgelss.f:272.28: | |
LWORK_ZGEQRF=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zgelss.f:276.28: | |
LWORK_ZUNMQR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zgelss.f:290.28: | |
LWORK_ZGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zgelss.f:294.28: | |
LWORK_ZUNMBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zgelss.f:298.28: | |
LWORK_ZUNGBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zgelss.f:316.31: | |
LWORK_ZGELQF=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zgelss.f:320.31: | |
LWORK_ZGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zgelss.f:324.31: | |
LWORK_ZUNMBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zgelss.f:328.31: | |
LWORK_ZUNGBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zgelss.f:332.31: | |
LWORK_ZUNMLQ=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zgelss.f:351.31: | |
LWORK_ZGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zgelss.f:355.31: | |
LWORK_ZUNMBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zgelss.f:359.31: | |
LWORK_ZUNGBR=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zgelsd.f: In function ‘zgelsd’: | |
zgelsd.f:465:0: warning: ‘mnthr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( M.GE.MNTHR ) THEN | |
^ | |
zgeqlf.f: In function ‘zgeqlf’: | |
zgeqlf.f:215:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NB.GT.1 .AND. NB.LT.K ) THEN | |
^ | |
zgelss.f: In function ‘zgelss’: | |
zgelss.f:447:0: warning: ‘mnthr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( M.GE.MNTHR ) THEN | |
^ | |
zgerqf.f: In function ‘zgerqf’: | |
zgerqf.f:215:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NB.GT.1 .AND. NB.LT.K ) THEN | |
^ | |
zggbak.f:259.19: | |
K = RSCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zggbak.f:269.19: | |
K = RSCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zggbak.f:283.19: | |
K = LSCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zggbak.f:293.19: | |
K = LSCALE( I ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zgesvd.f:325.25: | |
LWORK_ZGEQRF=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zgesvd.f:328.27: | |
LWORK_ZUNGQR_N=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zgesvd.f:330.27: | |
LWORK_ZUNGQR_M=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zgesvd.f:334.25: | |
LWORK_ZGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zgesvd.f:338.27: | |
LWORK_ZUNGBR_P=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zgesvd.f:341.27: | |
LWORK_ZUNGBR_Q=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zgesvd.f:448.28: | |
LWORK_ZGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zgesvd.f:453.33: | |
LWORK_ZUNGBR_Q=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zgesvd.f:459.33: | |
LWORK_ZUNGBR_Q=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zgesvd.f:474.25: | |
LWORK_ZGELQF=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zgesvd.f:477.27: | |
LWORK_ZUNGLQ_N=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zgesvd.f:479.27: | |
LWORK_ZUNGLQ_M=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zgesvd.f:483.25: | |
LWORK_ZGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zgesvd.f:487.27: | |
LWORK_ZUNGBR_P=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zgesvd.f:491.27: | |
LWORK_ZUNGBR_Q=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zgesvd.f:597.28: | |
LWORK_ZGEBRD=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zgesvd.f:603.32: | |
LWORK_ZUNGBR_P=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zgesvd.f:609.32: | |
LWORK_ZUNGBR_P=DUM(1) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zgetc2.f: In function ‘zgetc2’: | |
zgetc2.f:135:0: warning: ‘smin’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION BIGNUM, EPS, SMIN, SMLNUM, XMAX | |
^ | |
zgetc2.f:186:0: warning: ‘jpv’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CALL ZSWAP( N, A( 1, JPV ), 1, A( 1, I ), 1 ) | |
^ | |
zgetc2.f:180:0: warning: ‘ipv’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CALL ZSWAP( N, A( IPV, 1 ), LDA, A( I, 1 ), LDA ) | |
^ | |
zggbal.f:541.14: | |
IR = LSCALE( I ) + SIGN( HALF, LSCALE( I ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zggbal.f:549.14: | |
JC = RSCALE( I ) + SIGN( HALF, RSCALE( I ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zgesvx.f: In function ‘zgesvx’: | |
zgesvx.f:458:0: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
COLCND = MAX( RCMIN, SMLNUM ) / MIN( RCMAX, BIGNUM ) | |
^ | |
zgesvx.f:458:0: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
zggglm.f:288.13: | |
LOPT = WORK( M+NP+1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zgglse.f:282.13: | |
LOPT = WORK( P+MN+1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zggqrf.f:282.13: | |
LOPT = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zggrqf.f:281.13: | |
LOPT = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zgesvd.f: In function ‘zgesvd’: | |
zgesvd.f:663:0: warning: ‘mnthr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( M.GE.MNTHR ) THEN | |
^ | |
zgesvd.f:1188:0: warning: ‘wrkbl’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( LWORK.GE.WRKBL+2*LDA*N ) THEN | |
^ | |
zhbev.f:226.21: | |
W( 1 ) = AB( 1, 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhbev.f:228.21: | |
W( 1 ) = AB( KD+1, 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhbevd.f:326.18: | |
W( 1 ) = AB( 1, 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhbevx.f:378.21: | |
W( 1 ) = CTMP1 | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhbtrd.f:462.21: | |
D( I ) = AB( KD1, I ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhbtrd.f:669.21: | |
D( I ) = AB( 1, I ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zheev.f:227.18: | |
W( 1 ) = A( 1, 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zheevd.f:320.18: | |
W( 1 ) = A( 1, 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zheevx.f:377.21: | |
W( 1 ) = A( 1, 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zheevx.f:382.24: | |
W( 1 ) = A( 1, 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhegs2.f:199.21: | |
AKK = A( K, K ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhegs2.f:200.21: | |
BKK = B( K, K ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhegs2.f:229.21: | |
AKK = A( K, K ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhegs2.f:230.21: | |
BKK = B( K, K ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhegs2.f:254.21: | |
AKK = A( K, K ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhegs2.f:255.21: | |
BKK = B( K, K ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhegs2.f:274.21: | |
AKK = A( K, K ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhegs2.f:275.21: | |
BKK = B( K, K ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zheevx.f: In function ‘zheevx’: | |
zheevx.f:551:0: warning: ‘lwkopt’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
WORK( 1 ) = LWKOPT | |
^ | |
zhegvd.f:366.13: | |
LOPT = MAX( DBLE( LOPT ), DBLE( WORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zhegvd.f:367.14: | |
LROPT = MAX( DBLE( LROPT ), DBLE( RWORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zhegvd.f:368.14: | |
LIOPT = MAX( DBLE( LIOPT ), DBLE( IWORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zhetd2.f:251.21: | |
E( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhetd2.f:279.23: | |
D( I+1 ) = A( I+1, I+1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhetd2.f:282.18: | |
D( 1 ) = A( 1, 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhetd2.f:295.21: | |
E( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhetd2.f:324.21: | |
D( I ) = A( I, I ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhetd2.f:327.18: | |
D( N ) = A( N, N ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhetrd.f:331.24: | |
D( J ) = A( J, J ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhetrd.f:363.24: | |
D( J ) = A( J, J ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhetf2.f: In function ‘zhetf2’: | |
zhetf2.f:557:0: warning: ‘imax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DO 60 J = KK + 1, KP - 1 | |
^ | |
zhetf2_rook.f:534.24: | |
D11 = A( K, K ) / D | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhetf2_rook.f:535.24: | |
D22 = A( K-1, K-1 ) / D | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhetf2_rook.f: In function ‘zhetf2_rook’: | |
zhetf2_rook.f:691:0: warning: ‘jmax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ELSE IF( ( P.EQ.JMAX ) .OR. ( ROWMAX.LE.COLMAX ) ) | |
^ | |
zhetf2_rook.f:353:0: warning: ‘imax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ITEMP = IZAMAX( IMAX-1, A( 1, IMAX ), 1 ) | |
^ | |
zhpev.f:209.18: | |
W( 1 ) = AP( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhpevd.f:307.18: | |
W( 1 ) = AP( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhpevx.f:331.21: | |
W( 1 ) = AP( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhpevx.f:335.24: | |
W( 1 ) = AP( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhpgst.f:188.21: | |
BJJ = BP( JJ ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhpgst.f:209.21: | |
AKK = AP( KK ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhpgst.f:210.21: | |
BKK = BP( KK ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhpgst.f:240.21: | |
AKK = AP( KK ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhpgst.f:241.21: | |
BKK = BP( KK ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhpgst.f:264.21: | |
AJJ = AP( JJ ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhpgst.f:265.21: | |
BJJ = BP( JJ ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhpgvd.f:341.14: | |
LWMIN = MAX( DBLE( LWMIN ), DBLE( WORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zhpgvd.f:342.15: | |
LRWMIN = MAX( DBLE( LRWMIN ), DBLE( RWORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zhpgvd.f:343.15: | |
LIWMIN = MAX( DBLE( LIWMIN ), DBLE( IWORK( 1 ) ) ) | |
1 | |
Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) | |
zhgeqz.f: In function ‘zhgeqz’: | |
zhgeqz.f:406:0: warning: ‘ilz’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ELSE IF( LDZ.LT.1 .OR. ( ILZ .AND. LDZ.LT.N ) ) THEN | |
^ | |
zhgeqz.f:404:0: warning: ‘ilq’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ELSE IF( LDQ.LT.1 .OR. ( ILQ .AND. LDQ.LT.N ) ) THEN | |
^ | |
zhgeqz.f:703:0: warning: ‘ilschr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( .NOT.ILSCHR ) THEN | |
^ | |
zhptrd.f:227.21: | |
E( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhptrd.f:252.23: | |
D( I+1 ) = AP( I1+I ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhptrd.f:256.18: | |
D( 1 ) = AP( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhptrd.f:272.21: | |
E( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhptrd.f:299.21: | |
D( I ) = AP( II ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhptrd.f:303.18: | |
D( N ) = AP( II ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zhptrf.f: In function ‘zhptrf’: | |
zhptrf.f:186:0: warning: ‘imax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER I, IMAX, J, JMAX, K, KC, KK, KNC, KP, KPC, | |
^ | |
zhptrf.f:328:0: warning: ‘kpc’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CALL ZSWAP( KP-1, AP( KNC ), 1, AP( KPC ), 1 ) | |
^ | |
zlabrd.f:273.21: | |
D( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zlabrd.f:313.24: | |
E( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zlabrd.f:357.21: | |
D( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zlabrd.f:391.24: | |
E( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zlaed8.f: In function ‘zlaed8’: | |
zlaed8.f:256:0: warning: ‘jlam’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER I, IMAX, J, JLAM, JMAX, JP, K2, N1, N1P1, N2 | |
^ | |
zlahr2.f: In function ‘zlahr2’: | |
zlahr2.f:307:0: warning: ‘IMAGPART_EXPR <ei>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
A( K+NB, NB ) = EI | |
^ | |
zlahr2.f:206:0: warning: ‘REALPART_EXPR <ei>’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
COMPLEX*16 EI | |
^ | |
zlaic1.f:197.21: | |
TMP = SQRT( S*DCONJG( S )+C*DCONJG( C ) ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zlaic1.f:251.19: | |
T = C / ( B+SQRT( B*B+C ) ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zlaic1.f:253.19: | |
T = SQRT( B*B+C ) - B | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zlaic1.f:258.18: | |
TMP = SQRT( SINE*DCONJG( SINE )+COSINE*DCONJG( COSINE ) ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zlaic1.f:283.18: | |
TMP = SQRT( S*DCONJG( S )+C*DCONJG( C ) ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zlaic1.f:341.19: | |
T = C / ( B+SQRT( ABS( B*B-C ) ) ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zlaic1.f:352.22: | |
T = -C / ( B+SQRT( B*B+C ) ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zlaic1.f:354.22: | |
T = B - SQRT( B*B+C ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zlaic1.f:360.18: | |
TMP = SQRT( SINE*DCONJG( SINE )+COSINE*DCONJG( COSINE ) ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zlahqr.f: In function ‘zlahqr’: | |
zlahqr.f:538:0: warning: ‘i2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CALL ZSCAL( I2-I, DCONJG( TEMP ), H( I, I+1 ), LDH ) | |
^ | |
zlahef.f: In function ‘zlahef’: | |
zlahef.f:694:0: warning: ‘imax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
JMAX = IMAX + IZAMAX( N-IMAX, W( IMAX+1, K+1 ), 1 ) | |
^ | |
zlahef_rook.f: In function ‘zlahef_rook’: | |
zlahef_rook.f:860:0: warning: ‘jmax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ELSE IF( ( P.EQ.JMAX ) .OR. ( ROWMAX.LE.COLMAX ) ) | |
^ | |
zlahef_rook.f:366:0: warning: ‘imax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ITEMP = IZAMAX( IMAX-1, W( 1, KW-1 ), 1 ) | |
^ | |
zlals0.f: In function ‘zlals0’: | |
zlals0.f:413:0: warning: ‘difrj’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ DIFRJ ) / ( POLES( I, 2 )+DJ ) | |
^ | |
zlangb.f: In function ‘zlangb’: | |
zlangb.f:150:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION SCALE, SUM, VALUE, TEMP | |
^ | |
zlange.f: In function ‘zlange’: | |
zlange.f:140:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION SCALE, SUM, VALUE, TEMP | |
^ | |
zlangt.f: In function ‘zlangt’: | |
zlangt.f:130:0: warning: ‘anorm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION ANORM, SCALE, SUM, TEMP | |
^ | |
zlanhb.f: In function ‘zlanhb’: | |
zlanhb.f:157:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION ABSA, SCALE, SUM, VALUE | |
^ | |
zlanhe.f: In function ‘zlanhe’: | |
zlanhe.f:149:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION ABSA, SCALE, SUM, VALUE | |
^ | |
zlanhp.f: In function ‘zlanhp’: | |
zlanhp.f:142:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION ABSA, SCALE, SUM, VALUE | |
^ | |
zlanhs.f: In function ‘zlanhs’: | |
zlanhs.f:134:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION SCALE, SUM, VALUE | |
^ | |
zlanht.f: In function ‘zlanht’: | |
zlanht.f:126:0: warning: ‘anorm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION ANORM, SCALE, SUM | |
^ | |
zlansy.f: In function ‘zlansy’: | |
zlansy.f:148:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION ABSA, SCALE, SUM, VALUE | |
^ | |
zlansb.f: In function ‘zlansb’: | |
zlansp.f: In function ‘zlansp’: | |
zlansp.f:140:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION ABSA, SCALE, SUM, VALUE | |
^ | |
zlansb.f:155:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION ABSA, SCALE, SUM, VALUE | |
^ | |
zlantp.f: In function ‘zlantp’: | |
zlantp.f:151:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION SCALE, SUM, VALUE | |
^ | |
zlantb.f: In function ‘zlantb’: | |
zlantb.f:167:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION SCALE, SUM, VALUE | |
^ | |
zlantr.f: In function ‘zlantr’: | |
zlantr.f:168:0: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION SCALE, SUM, VALUE | |
^ | |
zlarfgp.f:241.25: | |
BETA = -SAVEALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zlarrv.f:280.34: | |
SUBROUTINE ZLARRV( N, VL, VU, D, L, PIVMIN, | |
1 | |
Warning: Unused dummy argument 'vu' at (1) | |
zlatrd.f:274.26: | |
E( I-1 ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zlatrd.f:328.24: | |
E( I ) = ALPHA | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zlasyf_rook.f: In function ‘zlasyf_rook’: | |
zlasyf_rook.f:721:0: warning: ‘jmax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IMAX = JMAX | |
^ | |
zlauu2.f:168.18: | |
AII = A( I, I ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zlauu2.f:187.18: | |
AII = A( I, I ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zpbsvx.f: In function ‘zpbsvx’: | |
zpbsvx.f:430:0: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) | |
^ | |
zpbsvx.f:430:0: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
zposvx.f: In function ‘zposvx’: | |
zposvx.f:392:0: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) | |
^ | |
zposvx.f:392:0: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
zpptrf.f:195.18: | |
AJJ = DBLE( AP( JJ ) ) - ZDOTC( J-1, AP( JC ), 1, AP( JC ), | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zpptri.f:167.18: | |
AJJ = AP( JJ ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zppsvx.f: In function ‘zppsvx’: | |
zppsvx.f:393:0: warning: ‘smlnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) | |
^ | |
zppsvx.f:393:0: warning: ‘bignum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
zspr.f: In function ‘zspr’: | |
zspr.f:156:0: warning: ‘kx’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER I, INFO, IX, J, JX, K, KK, KX | |
^ | |
zstegr.f:256.23: | |
$ ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK, | |
1 | |
Warning: Unused dummy argument 'abstol' at (1) | |
zsptrf.f: In function ‘zsptrf’: | |
zsptrf.f:513:0: warning: ‘imax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ 1 ) | |
^ | |
zstein.f: In function ‘zstein’: | |
zstein.f:400:0: warning: ‘xjm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( ABS( XJ-XJM ).GT.ORTOL ) | |
^ | |
zstein.f:400:0: warning: ‘ortol’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
zstein.f:386:0: warning: ‘onenrm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ DASUM( BLKSIZ, WORK( INDRV1+1 ), 1 ) | |
^ | |
zstein.f:213:0: warning: ‘gpind’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER B1, BLKSIZ, BN, GPIND, I, IINFO, INDRV1, | |
^ | |
zstein.f:425:0: warning: ‘dtpcrt’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NRM.LT.DTPCRT ) | |
^ | |
zsyr.f: In function ‘zsyr’: | |
zsyr.f:159:0: warning: ‘kx’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER I, INFO, IX, J, JX, KX | |
^ | |
zsysv.f:229.21: | |
LWKOPT = WORK(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zsytf2.f: In function ‘zsytf2’: | |
zsytf2.f:519:0: warning: ‘imax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CALL ZSWAP( N-KP, A( KP+1, KK ), 1, A( KP+1, KP ), 1 ) | |
^ | |
zsytf2_rook.f: In function ‘zsytf2_rook’: | |
zsytf2_rook.f:638:0: warning: ‘jmax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ELSE IF( ( P.EQ.JMAX ).OR.( ROWMAX.LE.COLMAX ) ) THEN | |
^ | |
zsytf2_rook.f:348:0: warning: ‘imax’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
ITEMP = IZAMAX( IMAX-1, A( 1, IMAX ), 1 ) | |
^ | |
zsysv_rook.f:262.21: | |
LWKOPT = WORK(1) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
ztptri.f: In function ‘ztptri’: | |
ztptri.f:230:0: warning: ‘jclast’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ AP( JCLAST ), AP( JC+1 ), 1 ) | |
^ | |
ztgsyl.f: In function ‘ztgsyl’: | |
ztgsyl.f:611:0: warning: ‘scale2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
SCALE = SCALE2 | |
^ | |
ztrsen.f: In function ‘ztrsen’: | |
ztrsen.f:356:0: warning: ‘lwmin’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
WORK( 1 ) = LWMIN | |
^ | |
ztzrzf.f: In function ‘ztzrzf’: | |
ztzrzf.f:241:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NB.GT.1 .AND. NB.LT.M ) THEN | |
^ | |
zungbr.f:240.18: | |
LWKOPT = WORK( 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(8) at (1) | |
zungql.f: In function ‘zungql’: | |
zungql.f:210:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NB.GT.1 .AND. NB.LT.K ) THEN | |
^ | |
zungrq.f: In function ‘zungrq’: | |
zungrq.f:210:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NB.GT.1 .AND. NB.LT.K ) THEN | |
^ | |
zunmql.f: In function ‘zunmql’: | |
zunmql.f:279:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IWS = NW*NB | |
^ | |
zunmrq.f: In function ‘zunmrq’: | |
zunmrq.f:280:0: warning: ‘nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IWS = NW*NB | |
^ | |
zlag2c.f:148.25: | |
SA( I, J ) = A( I, J ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to COMPLEX(4) at (1) | |
zlat2c.f:157.28: | |
SA( I, J ) = A( I, J ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to COMPLEX(4) at (1) | |
zlat2c.f:170.28: | |
SA( I, J ) = A( I, J ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to COMPLEX(4) at (1) | |
zsyequb.f:275.16: | |
AVG = AVG + S( I )*WORK( I ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zsyequb.f:292.15: | |
C1 = ( N-2 ) * ( WORK( I ) - T*SI ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zsyequb.f:293.15: | |
C0 = -(T*SI)*SI + 2*WORK( I )*SI - N*AVG | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zsyequb.f:327.16: | |
AVG = AVG + ( U + WORK( I ) ) * D / N | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zpoequb.f:180.15: | |
S( 1 ) = A( 1, 1 ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zpoequb.f:184.18: | |
S( I ) = A( I, I ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zheequb.f:263.16: | |
AVG = AVG + S( I )*WORK( I ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zheequb.f:280.15: | |
C1 = ( N-2 ) * ( WORK( I ) - T*SI ) | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zheequb.f:281.15: | |
C0 = -(T*SI)*SI + 2*WORK( I )*SI - N*AVG | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zheequb.f:315.16: | |
AVG = AVG + ( U + WORK( I ) ) * D / N | |
1 | |
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) | |
zunbdb.f:317.51: | |
INTEGER I, LWORKMIN, LWORKOPT, PI1, QI1 | |
1 | |
Warning: Unused variable 'pi1' declared at (1) | |
zunbdb.f:317.56: | |
INTEGER I, LWORKMIN, LWORKOPT, PI1, QI1 | |
1 | |
Warning: Unused variable 'qi1' declared at (1) | |
zuncsd2by1.f:261.62: | |
$ LDV1T, WORK, LWORK, RWORK, LRWORK, IWORK, | |
1 | |
Warning: Unused dummy argument 'lrwork' at (1) | |
zuncsd.f: In function ‘zuncsd’: | |
zuncsd.f:540:0: warning: ‘itauq2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(IORBDB), LORBDBWORK, CHILDINFO ) | |
^ | |
zuncsd.f:540:0: warning: ‘itauq1’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
zuncsd.f:540:0: warning: ‘itaup2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
zuncsd.f:597:0: warning: ‘iorgqr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(IORGQR), LORGQRWORK, INFO ) | |
^ | |
zuncsd.f:574:0: warning: ‘iorglq’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(IORGLQ), LORGLQWORK, INFO ) | |
^ | |
zuncsd.f:540:0: warning: ‘iorbdb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(IORBDB), LORBDBWORK, CHILDINFO ) | |
^ | |
zuncsd.f:619:0: warning: ‘ibbcsd’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ LBBCSDWORK, INFO ) | |
^ | |
zuncsd.f:619:0: warning: ‘ib22e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
zuncsd.f:619:0: warning: ‘ib22d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
zuncsd.f:619:0: warning: ‘ib21e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
zuncsd.f:619:0: warning: ‘ib21d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
zuncsd.f:619:0: warning: ‘ib12e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
zuncsd.f:619:0: warning: ‘ib12d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
zuncsd.f:619:0: warning: ‘ib11e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
zuncsd.f:619:0: warning: ‘ib11d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
zuncsd2by1.f: In function ‘zuncsd2by1’: | |
zuncsd2by1.f:519:0: warning: ‘itauq1’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(ITAUQ1), WORK(IORBDB), LORBDB, CHILDINFO ) | |
^ | |
zuncsd2by1.f:519:0: warning: ‘itaup2’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
zuncsd2by1.f:531:0: warning: ‘iorgqr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK(IORGQR), LORGQR, CHILDINFO ) | |
^ | |
zuncsd2by1.f:506:0: warning: ‘iorglq’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
LORGLQ = LWORK-IORGLQ+1 | |
^ | |
zuncsd2by1.f:704:0: warning: ‘iorbdb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CALL ZCOPY( M-P, WORK(IORBDB+P), 1, U2, 1 ) | |
^ | |
zuncsd2by1.f:730:0: warning: ‘ibbcsd’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CHILDINFO ) | |
^ | |
zuncsd2by1.f:730:0: warning: ‘ib22e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
zuncsd2by1.f:730:0: warning: ‘ib22d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
zuncsd2by1.f:730:0: warning: ‘ib21e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
zuncsd2by1.f:661:0: warning: ‘ib21d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ RWORK(IBBCSD), LBBCSD, CHILDINFO ) | |
^ | |
zuncsd2by1.f:606:0: warning: ‘ib12e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CHILDINFO ) | |
^ | |
zuncsd2by1.f:606:0: warning: ‘ib12d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
zuncsd2by1.f:606:0: warning: ‘ib11e’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
zuncsd2by1.f:552:0: warning: ‘ib11d’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ CHILDINFO ) | |
^ | |
sbdsdc.f: In function ‘sbdsdc’: | |
sbdsdc.f:461:0: warning: ‘z’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK( WSTART ), IWORK, INFO ) | |
^ | |
sbdsdc.f:461:0: warning: ‘poles’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sbdsdc.f:461:0: warning: ‘ivt’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sbdsdc.f:461:0: warning: ‘is’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sbdsdc.f:461:0: warning: ‘ic’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sbdsdc.f:461:0: warning: ‘givnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sbdsdc.f:461:0: warning: ‘givcol’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sbdsdc.f:461:0: warning: ‘difr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
sbdsdc.f:461:0: warning: ‘difl’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
slaebz.f:319.45: | |
$ RELTOL, PIVMIN, D, E, E2, NVAL, AB, C, MOUT, | |
1 | |
Warning: Unused dummy argument 'e' at (1) | |
slaed0.f: In function ‘slaed0’: | |
slaed0.f:386:0: warning: ‘iwrem’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ IWORK( SUBPBS+1 ), INFO ) | |
^ | |
slaed0.f:324:0: warning: ‘iqptr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ INFO ) | |
^ | |
slaed0.f:324:0: warning: ‘iq’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
slaed0.f:386:0: warning: ‘iprmpt’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ IWORK( SUBPBS+1 ), INFO ) | |
^ | |
slaed0.f:386:0: warning: ‘iperm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
slaed0.f:386:0: warning: ‘igivpt’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
slaed0.f:386:0: warning: ‘igivcl’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
slaed2.f: In function ‘slaed2’: | |
slaed2.f:243:0: warning: ‘pj’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ N2, NJ, PJ | |
^ | |
slaed6.f: In function ‘slaed6’: | |
slaed6.f:404:0: warning: ‘sclinv’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ TAU = TAU*SCLINV | |
^ | |
slaed8.f: In function ‘slaed8’: | |
slaed8.f:272:0: warning: ‘jlam’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER I, IMAX, J, JLAM, JMAX, JP, K2, N1, N1P1, N2 | |
^ | |
slanst.f: In function ‘slanst’: | |
slanst.f:124:0: warning: ‘anorm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
REAL ANORM, SCALE, SUM | |
^ | |
slarrc.f:136.54: | |
SUBROUTINE SLARRC( JOBT, N, VL, VU, D, E, PIVMIN, | |
1 | |
Warning: Unused dummy argument 'pivmin' at (1) | |
slarrf.f: In function ‘slarrf’: | |
slarrf.f:402:0: warning: ‘indx’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF(INDX.EQ.1) THEN | |
^ | |
slaneg.f:119.55: | |
INTEGER FUNCTION SLANEG( N, D, LLD, SIGMA, PIVMIN, R ) | |
1 | |
Warning: Unused dummy argument 'pivmin' at (1) | |
slarrd.f: In function ‘slarrd’: | |
slarrd.f:737:0: warning: ‘wul’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( W( JE ).GE.WUL .AND. IDISCU.GT.0 ) THEN | |
^ | |
slarrd.f:720:0: warning: ‘wlu’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( W( JE ).LE.WLU .AND. IDISCL.GT.0 ) THEN | |
^ | |
slarre.f: In function ‘slarre’: | |
slarre.f:394:0: warning: ‘irange’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ ((IRANGE.EQ.VALRNG).AND.(D(1).GT.VL).AND.(D(1).LE.VU)).OR. | |
^ | |
slarre.f:679:0: warning: ‘wend’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CLWDTH = W(WEND) + WERR(WEND) - W(WBEGIN) - WERR(WBEGIN) | |
^ | |
slarre.f:635:0: warning: ‘mb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF(MB.EQ.1) THEN | |
^ | |
slasd2.f: In function ‘slasd2’: | |
slasd2.f:300:0: warning: ‘jprev’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER CT, I, IDXI, IDXJ, IDXJP, J, JP, JPREV, K2, M, | |
^ | |
slasd8.f: In function ‘slasd8’: | |
slasd8.f:325:0: warning: ‘difrj’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ / ( DSIGMA( I )+DJ ) | |
^ | |
slasd7.f: In function ‘slasd7’: | |
slasd7.f:310:0: warning: ‘jprev’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER I, IDXI, IDXJ, IDXJP, J, JP, JPREV, K2, M, N, | |
^ | |
slasq2.f:545.26: | |
Z( 2*K ) = 0 | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
slasq4.f: In function ‘slasq4’: | |
slasq4.f:420:0: warning: ‘s’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
TAU = S | |
^ | |
sstedc.f:280.21: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sstedc.f:481.18: | |
WORK( 1 ) = LWMIN | |
1 | |
Warning: Possible change of value in conversion from INTEGER(8) to REAL(4) at (1) | |
sstedc.f: In function ‘sstedc’: | |
sstedc.f:214:0: warning: ‘lwmin’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ LWMIN, M, SMLSIZ, START, STOREZ, STRTRW | |
^ | |
sstedc.f:482:0: warning: ‘liwmin’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IWORK( 1 ) = LIWMIN | |
^ | |
../INSTALL/second_NONE.f:38.6: | |
REAL FUNCTION SECOND( ) | |
1 | |
Warning: 'second' declared at (1) is also the name of an intrinsic. It can only be called via an explicit interface or if declared EXTERNAL. | |
dbdsdc.f: In function ‘dbdsdc’: | |
dbdsdc.f:461:0: warning: ‘z’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ WORK( WSTART ), IWORK, INFO ) | |
^ | |
dbdsdc.f:461:0: warning: ‘poles’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dbdsdc.f:461:0: warning: ‘ivt’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dbdsdc.f:461:0: warning: ‘is’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dbdsdc.f:461:0: warning: ‘ic’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dbdsdc.f:461:0: warning: ‘givnum’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dbdsdc.f:461:0: warning: ‘givcol’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dbdsdc.f:461:0: warning: ‘difr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dbdsdc.f:461:0: warning: ‘difl’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dlaebz.f:319.45: | |
$ RELTOL, PIVMIN, D, E, E2, NVAL, AB, C, MOUT, | |
1 | |
Warning: Unused dummy argument 'e' at (1) | |
dlaed0.f: In function ‘dlaed0’: | |
dlaed0.f:386:0: warning: ‘iwrem’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ IWORK( SUBPBS+1 ), INFO ) | |
^ | |
dlaed0.f:324:0: warning: ‘iqptr’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ INFO ) | |
^ | |
dlaed0.f:324:0: warning: ‘iq’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dlaed0.f:386:0: warning: ‘iprmpt’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ IWORK( SUBPBS+1 ), INFO ) | |
^ | |
dlaed0.f:386:0: warning: ‘iperm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dlaed0.f:386:0: warning: ‘igivpt’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dlaed0.f:386:0: warning: ‘igivcl’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
dlaed2.f: In function ‘dlaed2’: | |
dlaed2.f:243:0: warning: ‘pj’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ N2, NJ, PJ | |
^ | |
dlaed6.f: In function ‘dlaed6’: | |
dlaed6.f:404:0: warning: ‘sclinv’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ TAU = TAU*SCLINV | |
^ | |
dlaed8.f: In function ‘dlaed8’: | |
dlaed8.f:272:0: warning: ‘jlam’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER I, IMAX, J, JLAM, JMAX, JP, K2, N1, N1P1, N2 | |
^ | |
dlanst.f: In function ‘dlanst’: | |
dlanst.f:124:0: warning: ‘anorm’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
DOUBLE PRECISION ANORM, SCALE, SUM | |
^ | |
dlarrc.f:136.54: | |
SUBROUTINE DLARRC( JOBT, N, VL, VU, D, E, PIVMIN, | |
1 | |
Warning: Unused dummy argument 'pivmin' at (1) | |
dlarrf.f: In function ‘dlarrf’: | |
dlarrf.f:402:0: warning: ‘indx’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF(INDX.EQ.1) THEN | |
^ | |
dlaneg.f:119.55: | |
INTEGER FUNCTION DLANEG( N, D, LLD, SIGMA, PIVMIN, R ) | |
1 | |
Warning: Unused dummy argument 'pivmin' at (1) | |
dlarrd.f: In function ‘dlarrd’: | |
dlarrd.f:737:0: warning: ‘wul’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( W( JE ).GE.WUL .AND. IDISCU.GT.0 ) THEN | |
^ | |
dlarrd.f:720:0: warning: ‘wlu’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( W( JE ).LE.WLU .AND. IDISCL.GT.0 ) THEN | |
^ | |
dlarre.f: In function ‘dlarre’: | |
dlarre.f:390:0: warning: ‘irange’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ ((IRANGE.EQ.VALRNG).AND.(D(1).GT.VL).AND.(D(1).LE.VU)).OR. | |
^ | |
dlarre.f:675:0: warning: ‘wend’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
CLWDTH = W(WEND) + WERR(WEND) - W(WBEGIN) - WERR(WBEGIN) | |
^ | |
dlarre.f:631:0: warning: ‘mb’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF(MB.EQ.1) THEN | |
^ | |
dlasd2.f: In function ‘dlasd2’: | |
dlasd2.f:300:0: warning: ‘jprev’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER CT, I, IDXI, IDXJ, IDXJP, J, JP, JPREV, K2, M, | |
^ | |
dlasd8.f: In function ‘dlasd8’: | |
dlasd8.f:325:0: warning: ‘difrj’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ / ( DSIGMA( I )+DJ ) | |
^ | |
dlasd7.f: In function ‘dlasd7’: | |
dlasd7.f:310:0: warning: ‘jprev’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
INTEGER I, IDXI, IDXJ, IDXJP, J, JP, JPREV, K2, M, N, | |
^ | |
dlasq4.f: In function ‘dlasq4’: | |
dlasq4.f:420:0: warning: ‘s’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
TAU = S | |
^ | |
dstedc.f: In function ‘dstedc’: | |
dstedc.f:215:0: warning: ‘lwmin’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
$ LWMIN, M, SMLSIZ, START, STOREZ, STRTRW | |
^ | |
dstedc.f:483:0: warning: ‘liwmin’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IWORK( 1 ) = LIWMIN | |
^ | |
iparmq.f:215.68: | |
INTEGER FUNCTION IPARMQ( ISPEC, NAME, OPTS, N, ILO, IHI, LWORK ) | |
1 | |
Warning: Unused dummy argument 'lwork' at (1) | |
iparmq.f:215.51: | |
INTEGER FUNCTION IPARMQ( ISPEC, NAME, OPTS, N, ILO, IHI, LWORK ) | |
1 | |
Warning: Unused dummy argument 'n' at (1) | |
iparmq.f:215.42: | |
INTEGER FUNCTION IPARMQ( ISPEC, NAME, OPTS, N, ILO, IHI, LWORK ) | |
1 | |
Warning: Unused dummy argument 'name' at (1) | |
iparmq.f:215.48: | |
INTEGER FUNCTION IPARMQ( ISPEC, NAME, OPTS, N, ILO, IHI, LWORK ) | |
1 | |
Warning: Unused dummy argument 'opts' at (1) | |
iparmq.f: In function ‘iparmq’: | |
iparmq.f:309:0: warning: ‘ns’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NS.GE.KACMIN ) | |
^ | |
iparmq.f:293:0: warning: ‘nh’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
IF( NH.LE.KNWSWP ) THEN | |
^ | |
lapacke_ctpmqrt_work.c:54:20: warning: unused variable 'r' [-Wunused-variable] | |
lapack_int r = LAPACKE_lsame( side, 'r' ) ? k : k; | |
^ | |
1 warning generated. | |
lapacke_ctprfb_work.c:54:20: warning: unused variable 'r' [-Wunused-variable] | |
lapack_int r = LAPACKE_lsame( side, 'r' ) ? k : k; | |
^ | |
1 warning generated. | |
lapacke_dlamch_work.c:38:16: warning: unused variable 'info' [-Wunused-variable] | |
lapack_int info = 0; | |
^ | |
1 warning generated. | |
lapacke_dtpmqrt_work.c:52:20: warning: unused variable 'r' [-Wunused-variable] | |
lapack_int r = LAPACKE_lsame( side, 'r' ) ? k : k; | |
^ | |
1 warning generated. | |
lapacke_dtprfb_work.c:53:20: warning: unused variable 'r' [-Wunused-variable] | |
lapack_int r = LAPACKE_lsame( side, 'r' ) ? k : k; | |
^ | |
1 warning generated. | |
lapacke_slamch_work.c:38:16: warning: unused variable 'info' [-Wunused-variable] | |
lapack_int info = 0; | |
^ | |
1 warning generated. | |
lapacke_stpmqrt_work.c:52:20: warning: unused variable 'r' [-Wunused-variable] | |
lapack_int r = LAPACKE_lsame( side, 'r' ) ? k : k; | |
^ | |
1 warning generated. | |
lapacke_stprfb_work.c:53:20: warning: unused variable 'r' [-Wunused-variable] | |
lapack_int r = LAPACKE_lsame( side, 'r' ) ? k : k; | |
^ | |
1 warning generated. | |
lapacke_ztpmqrt_work.c:54:20: warning: unused variable 'r' [-Wunused-variable] | |
lapack_int r = LAPACKE_lsame( side, 'r' ) ? k : k; | |
^ | |
1 warning generated. | |
lapacke_ztprfb_work.c:54:20: warning: unused variable 'r' [-Wunused-variable] | |
lapack_int r = LAPACKE_lsame( side, 'r' ) ? k : k; | |
^ | |
1 warning generated. | |
OpenBLAS build complete. (BLAS CBLAS LAPACK LAPACKE) | |
OS ... Darwin | |
Architecture ... x86_64 | |
BINARY ... 64bit | |
Use 64 bits int (equivalent to "-i8" in Fortran) | |
C compiler ... CLANG (command line : clang -stdlib=libc++ -mmacosx-version-min=10.7) | |
Fortran compiler ... GFORTRAN (command line : gfortran -mmacosx-version-min=10.7) | |
-n Library Name ... libopenblasp-r0.2.9.rc2.a | |
(Multi threaded; Max num-threads is 16) | |
WARNING: If you plan to use the dynamic library libopenblasp-r0.2.9.rc2.dylib, you must run: | |
"make PREFIX=/your_installation_path/ install". | |
(or set PREFIX in Makefile.rule and run make install. | |
If you want to move the .dylib to a new location later, make sure you change | |
the internal name of the dylib with: | |
install_name_tool -id /new/absolute/path/to/libopenblasp-r0.2.9.rc2.dylib libopenblasp-r0.2.9.rc2.dylib | |
To install the library, you can run "make PREFIX=/path/to/your/installation install". | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 3828k 100 3828k 0 0 1321k 0 0:00:02 0:00:02 --:--:-- 1321k | |
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 -fst |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment