search for: funroll

Displaying 20 results from an estimated 221 matches for "funroll".

Did you mean: unroll
2009 Jan 19
2
[LLVMdev] llvm-gfortran test results
...rnal compiler error) FAIL: gfortran.dg/array_constructor_11.f90 -O3 -fomit-frame-pointer (test for excess errors) WARNING: gfortran.dg/array_constructor_11.f90 -O3 -fomit-frame-pointer compilation failed to produce executable FAIL: gfortran.dg/array_constructor_11.f90 -O3 -fomit-frame-pointer -funroll-loops (internal compiler error) FAIL: gfortran.dg/array_constructor_11.f90 -O3 -fomit-frame-pointer -funroll-loops (test for excess errors) WARNING: gfortran.dg/array_constructor_11.f90 -O3 -fomit-frame-pointer -funroll-loops compilation failed to produce executable FAIL: gfortran.dg/array_con...
2008 Jun 10
1
[LLVMdev] llvm-gcc4.2-2.3 gfortran failures
...fortran.dg/actual_array_constructor_1.f90 -O1 execution test FAIL: gfortran.dg/actual_array_constructor_1.f90 -O2 execution test FAIL: gfortran.dg/actual_array_constructor_1.f90 -O3 -fomit-frame-pointer execution test FAIL: gfortran.dg/actual_array_constructor_1.f90 -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gfortran.dg/actual_array_constructor_1.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test FAIL: gfortran.dg/actual_array_constructor_1.f90 -O3 -g execution test FAIL: gfortran.dg/actual_array_constructor_1.f90 -Os execution test FAIL:...
2009 Aug 23
0
[LLVMdev] x86_64 darwin multilib gfortran testresults
...inter (internal compiler error) FAIL: gfortran.dg/char_transpose_1.f90 -O3 -fomit-frame-pointer (test for excess errors) WARNING: gfortran.dg/char_transpose_1.f90 -O3 -fomit-frame-pointer compilation failed to produce executable FAIL: gfortran.dg/char_transpose_1.f90 -O3 -fomit-frame-pointer -funroll-loops (internal compiler error) FAIL: gfortran.dg/char_transpose_1.f90 -O3 -fomit-frame-pointer -funroll-loops (test for excess errors) WARNING: gfortran.dg/char_transpose_1.f90 -O3 -fomit-frame-pointer -funroll-loops compilation failed to produce executable FAIL: gfortran.dg/char_transpose_1....
2004 Sep 10
2
1.0 candidate checked in
On Fri, Jul 20, 2001 at 03:01:54PM -0700, Josh Coalson wrote: > --- Matt Zimmerman <mdz@debian.org> wrote: > > > > automake will include ltmain.sh in the source distribution, so it > > should be > > used even if it isn't installed on the build system. In fact, it > > seems to > > always use the distributed version, and not the installed one
2008 Nov 02
1
[LLVMdev] llvm-2.4 prerelease gfortran results
...rnal compiler error) FAIL: gfortran.dg/array_constructor_11.f90 -O3 -fomit-frame-pointer (test for excess errors) WARNING: gfortran.dg/array_constructor_11.f90 -O3 -fomit-frame-pointer compilation failed to produce executable FAIL: gfortran.dg/array_constructor_11.f90 -O3 -fomit-frame-pointer -funroll-loops (internal compiler error) FAIL: gfortran.dg/array_constructor_11.f90 -O3 -fomit-frame-pointer -funroll-loops (test for excess errors) WARNING: gfortran.dg/array_constructor_11.f90 -O3 -fomit-frame-pointer -funroll-loops compilation failed to produce executable FAIL: gfortran.dg/array_con...
2004 Sep 10
2
1.0 candidate checked in
...l --mode=compile gcc -DPACKAGE=\"flac\" -DVERSION=\"1.0\" -DFLAC__CPU_IA32=1 -DFLAC__ALIGN_MALLOC_DATA=1 -DFLAC__HAS_NASM=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -I. -I. -I./include -I ../../include -Wall -W -O3 -DNDEBUG -fomit-frame-pointer -funroll-loops -finline-functions -Winline -DFLaC__INLINE=__inline__ -g -O2 -c bitbuffer.c mkdir .libs gcc -DPACKAGE=\"flac\" -DVERSION=\"1.0\" -DFLAC__CPU_IA32=1 -DFLAC__ALIGN_MALLOC_DATA=1 -DFLAC__HAS_NASM=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -I. -I. -...
2010 Apr 09
2
[Bug 1753] New: Use -funroll-loops with umac.c
https://bugzilla.mindrot.org/show_bug.cgi?id=1753 Summary: Use -funroll-loops with umac.c Product: Portable OpenSSH Version: -current Platform: Itanium OS/Version: Other Status: NEW Severity: enhancement Priority: P2 Component: Build system AssignedTo: unassigned-bugs at mindrot.or...
2004 Sep 10
1
error during compile
...ering directory `/opt/flac-0.8/src' Making all in libFLAC make[2]: Entering directory `/opt/flac-0.8/src/libFLAC' /bin/sh ../../libtool --mode=compile gcc -DPACKAGE=\"flac\" -DVERSION=\"0.8\" -I. -I. -I./include -I ../../include -Wall -W -O3 -fomit-frame-pointer -funroll-loops -ffast-math -finline-functions -DNDEBUG -c bitbuffer.c mkdir .libs gcc -DPACKAGE=\"flac\" -DVERSION=\"0.8\" -I. -I. -I./include -I ../../include -Wall -W -O3 -fomit-frame-pointer -funroll-loops -ffast-math -finline-functions -DNDEBUG -Wp,-MD,.deps/bitbuffer.pp -c bitbu...
2014 Jul 26
4
1.21 vs 1.3 encoding speed
...and unroll-loops > optimisation. I'm quite sure that's the culprit. Add -O3 to your > CFLAGS and it should be fixed. > > See the following lines in the configure script > > > if test "x$user_cflags" = x; then > > CFLAGS="-O3 -funroll-loops -Wall -W -Winline" > > fi > > Maybe we should change this 'overriding' behaviour of CFLAGS and > add -O3 just like most other options are added to the CFLAGS? Wow, I didn't even know that was there. I have now replaced the above with: CFLAGS=&q...
2014 Jul 29
2
1.21 vs 1.3 encoding speed
Miroslav Lichvar wrote: > Well, this reverts the commit 18e0154. How is the user supposed to set > CFLAGS without getting -O3 -funroll-loops there? (e.g. to minimize the > size of the compiled binaries) Is it -O3 or -funroll-loops that you have a problem with? Or both? What would you prefer to see as the default optimisation level? I'm sure there is a solution to this. Lets find it. Erik -- -----------------------------...
2006 Jun 04
1
Help with compilation of app_conference in x86_64
..._conference.o conference.o member.o frame.o cli.o libspeex/preprocess.o libspeex/misc.o libspeex/smallft.o [root@centos app_conference]# make gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g -I/root/sources/asterisk02/asterisk-1.2.8/include -D_REENTRANT -D_GNU_SOURCE -O3 -ffast-math -funroll-all-loops -fprefetch-loop-arrays -fsingle-precision-constant -DCRYPTO -march=k8 -fPIC -DAPP_CONFERENCE_DEBUG -Ilibspeex -DSILDET=2 -c -o app_conference.o app_conference.c gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g -I/root/sources/asterisk02/asterisk-1.2.8/include -D_REENTRAN...
2012 Apr 03
3
[LLVMdev] pb05 results for current llvm/dragonegg
...unate >> since there seems to be a bug in -msse4 on 2.33 GHz (T7600) Intel Core 2 Duo Merom >> (http://llvm.org/bugs/show_bug.cgi?id=12434). >> Jack >> >> llvm/dragonegg r153877 >> >> dragonegg: >> de-gfortran46 -msse3 -ffast-math -funroll-loops -O3 %n.f90 -o %n >> >> degg+vectorize: >> de-gfortran46 -msse3 -ffast-math -funroll-loops -O3 -fplugin-arg-dragonegg-llvm-option=-vectorize %n.f90 -o %n >> >> degg+optnz: >> de-gfortran46 -msse3 -ffast-math -funroll-loops -O3 -fplugin-arg-dragonegg-enable-g...
2006 Jun 04
1
Compiling VD_app_conference for x86_64
...------------------------------------------------------------------------------------------------------------------------------------------------------------ gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g -I/root/local/asterisk/asterisk/include -D_REENTRAN_SOURCE -O3 -ffast-math -funroll-all-loops -fprefetch-loop-arrays -fsingle-precision-constant -DCRYPTO -DAPP_CONFERUG -c -o app_conference.o app_conference.c gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g -I/root/local/asterisk/asterisk/include -D_REENTRAN_SOURCE -O3 -ffast-math -funroll-all-loops -fprefet...
2012 Apr 03
0
[LLVMdev] pb05 results for current llvm/dragonegg
...ctorization. Do we need to pass any > additional flags to actually achieve autovectorization via llvm Currently, we only have basic-block vectorization, so to get autovectorization of loops (which is probably what we want here), the loops need to be unrolled. I see that all categories include -funroll-loops, does that do anything if we're not using gcc's optimizations? I generally run with both -unroll-allow-partial and -unroll-runtime so that llvm's unroller will do as much as it can. Also, in many of these cases, it looks like the vectorization is doing *something*, just not anyth...
2012 May 07
2
Git branch with compiling fixes for win32
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 07.05.2012 17:11, Miroslav Lichvar wrote: > On Fri, May 04, 2012 at 11:22:00AM -0400, Cristian Rodr?guez > wrote: >> El 03/05/12 12:19, Miroslav Lichvar escribi?: >> >> >>> It makes the C function faster than the corresponding asm >>> routine, so if it's included I'd suggest to just drop the asm
2012 Dec 09
3
[LLVMdev] pb05 benchmarks for llvm/dragonegg 3.2
...made yet to insure that llvm/dragonegg isn't still unnecessarily scalarizing the vector code generated by FSF gcc? If that issue were completely solved, llvm/dragonegg might become faster than vanilla FSF gcc. FSF gcc 4.7.2 with llvm/dragonegg 3.2 branch a) de-gfortran47 -msse3 -ffast-math -funroll-loops -O3 %n.f90 -o %n b) de-gfortran47 -msse3 -ffast-math -funroll-loops -O3 -fplugin-arg-dragonegg-enable-gcc-optzns %n.f90 -o %n c) gfortran-fsf-4.7 msse3 -ffast-math -funroll-loops -O3 %n.f90 -o %n Run time (secs) Benchmark de-gfortran47 de-gfortran47+optzns gfortran47 ac...
2012 Apr 02
6
[LLVMdev] pb05 results for current llvm/dragonegg
...se3 and -msse4 appear identical (at least for degg+optnz). This is fortunate since there seems to be a bug in -msse4 on 2.33 GHz (T7600) Intel Core 2 Duo Merom (http://llvm.org/bugs/show_bug.cgi?id=12434). Jack llvm/dragonegg r153877 dragonegg: de-gfortran46 -msse3 -ffast-math -funroll-loops -O3 %n.f90 -o %n degg+vectorize: de-gfortran46 -msse3 -ffast-math -funroll-loops -O3 -fplugin-arg-dragonegg-llvm-option=-vectorize %n.f90 -o %n degg+optnz: de-gfortran46 -msse3 -ffast-math -funroll-loops -O3 -fplugin-arg-dragonegg-enable-gcc-optzns %n.f90 -o %n gfortran: gfortran-fsf-4.6 -...
2015 Jun 06
0
[Bug 1753] Use -funroll-loops with umac.c
...Chapter 7. Optimizing your applications) the path of moving from -O2 to higher degrees of optimization is discussed. On pages 48 and 49 it discusses -O3, -O4 and -O5 - and the bottom of page 49 discusses only adding the a variation of the options -qhot to act on loop transformations. In summary, -funroll-loops is not a vac/xlc flag I am aware of - but there is documentation to be had to help setup your own customization. imho, anything beyond -O2 needs careful. At least for xlc/vac, unless you specify -qstrict with -O3 and above you are permitting the compiler to reorder code (blocks). -- You are...
2014 Nov 30
4
[PATCH] configure.ac: don't try to unset -g from CFLAGS
Jan Stary wrote: > Yes, that's for DEBUG. > But why does it strip -O2 and add -O3 with NDEBUG? Well thats something from before I took over as FLAC maintainer. My understanding is that '-O3 -funroll-loops' gives the next encoder and/or decoder performance. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2012 Dec 10
0
[LLVMdev] pb05 benchmarks for llvm/dragonegg 3.2
...might become faster > than vanilla FSF gcc. Another issue is that, until recently, LLVM didn't have much in the way of fast-math optimizations. It should be better in 3.3. Ciao, Duncan. > > FSF gcc 4.7.2 with llvm/dragonegg 3.2 branch > > a) de-gfortran47 -msse3 -ffast-math -funroll-loops -O3 %n.f90 -o %n > b) de-gfortran47 -msse3 -ffast-math -funroll-loops -O3 -fplugin-arg-dragonegg-enable-gcc-optzns %n.f90 -o %n > c) gfortran-fsf-4.7 msse3 -ffast-math -funroll-loops -O3 %n.f90 -o %n > > Run time (secs) > > Benchmark de-gfortran47 de-gfortran47+optzns g...