This file contains hidden or 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
| Hardcoded Default Settings Loaded | |
| Steps per unit: | |
| M92 X100.50 Y100.50 Z1600.00 E866.00 E1800.00 | |
| Maximum feedrates (mm/s): | |
| M203 X800.00 Y800.00 Z8.00 E40.00 | |
| Maximum Acceleration (mm/s2): | |
| M201 X9000 Y9000 Z100 E10000 | |
| Acceleration: S=acceleration, T=retract acceleration | |
| M204 S500.00 T3000.00 | |
| Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum XY jerk (mm/s), Z=maximum Z jerk (mm/s), E=maximum E jerk (mm/s) |
This file contains hidden or 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
| cpu info: (HT enabled) | |
| model name : Intel(R) Core(TM) i7-3840QM CPU @ 2.80GHz | |
| -> % ./compile.sh | |
| gcc -O1 -o fft-test-fft-portable.c-O1 fft-test.c fft-portable.c -lm -march=native | |
| gcc -O1 -o fft-test-fft-x8664-avx-aux.c fft-x8664-avx.s-O1 fft-test.c fft-x8664-avx-aux.c fft-x8664-avx.s -lm -march=native | |
| gcc -O1 -o fft-test-fft-fast-reverse.c-O1 fft-test.c fft-fast-reverse.c -lm -march=native | |
| gcc -O2 -o fft-test-fft-portable.c-O2 fft-test.c fft-portable.c -lm -march=native | |
| gcc -O2 -o fft-test-fft-x8664-avx-aux.c fft-x8664-avx.s-O2 fft-test.c fft-x8664-avx-aux.c fft-x8664-avx.s -lm -march=native | |
| gcc -O2 -o fft-test-fft-fast-reverse.c-O2 fft-test.c fft-fast-reverse.c -lm -march=native |
This file contains hidden or 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
| 00030 Cache::File | |
| 00030 Egg::Release | |
| 00030 HTTP::MobileAgent | |
| 00031 ModTest | |
| 00031 Term::ReadLine::Perl | |
| 00032 GraphViz | |
| 00032 Jifty | |
| 00032 Win32API::Registry | |
| 00033 Email::Store | |
| 00033 Time::Format |
OlderNewer