search for: fforc

Displaying 20 results from an estimated 22 matches for "fforc".

Did you mean: fforce
2014 Jun 26
2
-fforce-addr causes clang error with Xcode 5.1
Apple's clang in Xcode 5.1 (as for building with the iOS 7.1 SDK) throws an error about the (gcc-specific?) -fforce-addr option being unknown, which clang now thinks is evil and should abort compilation. It looks like this also hits OS X 10.9 builds, as I see there's a patch for theora in MacPorts for this issue: https://trac.macports.org/ticket/42934 Attached is a quick-fix patch to the theora configure...
2008 May 04
1
Thusnelda compile error
Hi, I can not anymore compile this version of theora. I get the following: /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../i nclude -I../lib -I../lib/dec -I../lib/enc -I/usr/local/include -Wall -Wno-p arentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loo ps -MT mode.lo -MD -MP -MF .deps/mode.Tpo -c -o mode.lo `test -f 'enc/mode.c' | | echo './'`enc/mode.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../lib/dec -I../lib/enc -I /usr/local/include -Wall -Wno-parent...
2004 Nov 21
7
wxRuby 0.6.0 is released!
wxRuby 0.6.0 has been released and is now available for download from RubyForge at http://wxruby.rubyforge.org/ This release includes binary builds for Max OS X and MS Windows. Changes in this release include: * Additional widget support in XRC (thanks to Marshall Elfstrand) * Addition of wxScrollbar (thanks to Hans Harmon of Pinnacle Technologies Inc) * Addition of wxGrid event handlers (thanks
2009 Apr 30
1
trouble building universal binaries on libtheora-1.1alpha1 without performance loss
.../SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" LDFLAGS="-arch i386 -arch ppc" ./configure --disable-dependency-tracking But when I make, I get: /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/local/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -g -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -c -o mmxidct.lo `test -f 'dec/x86/mmxidct.c' || echo './'`dec/x86/mmxidct.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/local/inclu...
2006 Mar 30
2
compiling theora-mmx on AMD64
...eora-mmx branch and trying to compile it on Ubuntu Dapper AMD64. I run autogen.sh, then make, and soon get the following errors: make[2]: Entering directory `/home/dlenski/theora-mmx/lib' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT libtheora_la-cpu.lo -MD -MP -MF ".deps/libtheora_la-cpu.Tpo" -c -o libtheora_la-cpu.lo `test -f 'cpu.c' || echo './'`cpu.c; \ then mv -f ".deps/libtheora_la-cpu.Tpo" ".deps/libtheora_l...
2005 Jul 22
2
[LLVMdev] Need help on SPEC 95 "standard" commandlines
...e not different compile-time options, they are > different input files and command line arguments. If you look at the > LLVM llvm-test makefiles, this information is also encoded. From the > 126.gcc makefile, for example, you'll see: > > RUN_OPTIONS := -quiet -funroll-loops -fforce-mem -fcse-follow-jumps > -fcse-skip-blocks -fexpensive-optimizati > ons -fstrength-reduce -fpeephole -fschedule-insns -finline-functions > -fschedule-insns2 -O -o - > > ifeq ($(RUN_TYPE),test) > STDIN_FILENAME = cccp.i > STDOUT_FILENAME = cccp.s > else > STDIN_FILENAME...
2002 Dec 13
2
Fwd: Access to Everyone
You can force all users to be recognized as a single user. Set permissions on the directory to drwxrwsrws nobody nobody /home/technical [Technical] comment = Technical browseable = yes path = /home/technical valid users = +users force create mode = 0777 fforce directory mode = 0777 force user = nobody force group = nobody Works good for me . . . Calvin Gordon IT Guy; Nu-Fab Burton LP email: calvin.gordon@nufab.com # What I *really* want is a Wind*ws help file, with pretty pictures and # instructions for pressing the "any" key! And I want it...
2005 Jul 22
0
[LLVMdev] Need help on SPEC 95 "standard" commandlines
...uts (test/ref/train) are not different compile-time options, they are different input files and command line arguments. If you look at the LLVM llvm-test makefiles, this information is also encoded. From the 126.gcc makefile, for example, you'll see: RUN_OPTIONS := -quiet -funroll-loops -fforce-mem -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizati ons -fstrength-reduce -fpeephole -fschedule-insns -finline-functions -fschedule-insns2 -O -o - ifeq ($(RUN_TYPE),test) STDIN_FILENAME = cccp.i STDOUT_FILENAME = cccp.s else STDIN_FILENAME = amptjp.i STDOUT_FILENAME = amptjp.s endif...
2005 Jul 22
2
[LLVMdev] Need help on SPEC 95 "standard" commandlines
Does anyone know the "standard" commandline to compile and run spec95 benchmarks ? I found some scripts in llvm test suite (External/SPEC/CINT95), but I am not sure if they are the *default ref* configurations. <Some of them seem to use smaller problem sizes.> SPEC95 was retired many years ago, so few people around me know how to compile and run them. I am building from
2005 Jul 22
0
[LLVMdev] Need help on SPEC 95 "standard" commandlines
...le-time options, they are different input files and command >> line arguments. If you look at the LLVM llvm-test makefiles, this >> information is also encoded. From the 126.gcc makefile, for example, >> you'll see: >> >> RUN_OPTIONS := -quiet -funroll-loops -fforce-mem -fcse-follow-jumps >> -fcse-skip-blocks -fexpensive-optimizati >> ons -fstrength-reduce -fpeephole -fschedule-insns -finline-functions >> -fschedule-insns2 -O -o - >> >> ifeq ($(RUN_TYPE),test) >> STDIN_FILENAME = cccp.i >> STDOUT_FILENAME = cccp.s...
2007 Dec 22
5
[Bug 13778] New: DMA queue hang Class 0x0397 Mthd 1808, FX5600
...1 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.18-r1 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.24 virtual/os-headers: 2.6.23-r2 ACCEPT_KEYWORDS="x86 ~x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=native -pipe -O2 -ggdb -fforce-addr" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-march=nat...
2000 Nov 15
4
Openssh-2.3.0p1 protocol 2 problem
...rd support: no IP address in $DISPLAY hack: no Use IPv4 by default hack: yes Translate v4 in v6 hack: yes Host: i586-pc-linux-gnu Compiler: egcs Compiler flags: -O3 -funroll-loops -ffast-math -malign-double -mcpu=pentium -march=pentium -fomit-frame-pointer -fforce-mem -fforce-addr -fno-exceptions -Wall -I. -I. -I/opt/openssl/include Linker flags: -L/opt/openssl/lib -L/opt/openssl Libraries: -ldl -lnsl -lz -lutil -lpam -lcrypto -lwrap and the server sshd_config file is: # This is ssh server systemwide configuration file. Port 22 Protocol 2...
2009 Jan 17
0
libtheora fails to compile examples on Solaris
...ox (old, I know). When I try to compile libtheora the examples are not compiling: make[2]: Entering directory `/export/home/quix0r/more/libtheora-1.0/examples' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include -I/usr/local/include/libpng12 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT png2theora-png2theora.o -MD -MP -MF ".deps/png2theora-png2theora.Tpo" -c -o png2theora-png2theora.o `test -f 'png2theora.c' || echo './'`png2theora.c; \ then mv -f ".deps/png2theora-png2theora.T...
2008 Dec 18
1
configure option --with-ogg broken?
...ng so I found out that --with-ogg seems to do nothing. If I simply run: .configure --with-ogg=$HOME The build succeeds also it shouldn't (I don't have ogg installed at $HOME). As an example here is the last line that make executes. gcc -I/usr/local/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -o .libs/dump_video dump_video.o ../lib/.libs/libtheora.so -L/usr/local/lib /usr/local/lib/libogg.so . Btw - my problem is exactly the other way around. I try to link to a cross-compiled libogg that resides in $HOME, but configure i...
2018 Mar 05
0
LLVM Weekly - #218, Mar 5th 2018
...ned support for the stackmap and patchpoint intrinsics. [r326611](http://reviews.llvm.org/rL326611). ## Clang commits * Initial ('naive') support for cross translation unit analysis with the Clang Static Analyzer has been added. [r326323](http://reviews.llvm.org/rL326323). * The flags `-fforce-enable-int128` and `-fno-force-enable-int128` were added to 'force' support for `__int128_t` and `__uint128_t` for a target. [r326045](http://reviews.llvm.org/rL326045). * A heuristic was added so the static analyzer skips yacc/bison-generated files. [r326135](http://reviews.llvm.org/rL32...
2007 Dec 30
2
Patch: fragment reconstruction MMX for GCC
Hi again, I measured my fragment reconstructions against the compiler output from GCC and well - the new codes perform better, so I brushed up my gcc inline assembler skills and made a port. Code is here: http://torus.untergrund.net/code/mmxfrag.c All routines perform much better now. Inter2 alone got a speedup of factor 5 on Pentium-M. Athlon CPU's execute roughly 3 times faster.
2005 Jul 29
2
theora optimizations
Hi everyone, I wanted to throw out some data points on some of the theora optimization efforts. There are a few different efforts going on and it would be nice to unify all of those into something that can live in the main branch and be kept uptodate, while making it easy for people that want to contribute specific optimisations (we have one eager new powerbook owner ready to give the ppc ones a
2019 Jan 15
3
Aggressive optimization opportunity
Restrict is supported by Clang for C++ via __restrict__, so it seems strange to block using this proposed option for C++. That said, this kind of option can be dangerous and should come with a suitable warning. We’ve had a similar option and in practice it’s been used to hunt for performance gains (i.e., turn it on and see what happens), but just because the code runs faster and produces the
2009 Jul 25
1
compiling libtheora-1.1alpha2
...l/share/Trash/files/libtheora-1.1alpha2' Making all in lib make[2]: Entering directory `/home/myth/.local/share/Trash/files/libtheora-1.1alpha2/lib' /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT apiwrapper.lo -MD -MP -MF .deps/apiwrapper.Tpo -c -o apiwrapper.lo `test -f 'dec/apiwrapper.c' || echo './'`dec/apiwrapper.c libtool: Version mismatch error. This is libtool 2.2.6 Debian-2.2.6a-1ubuntu1, but the libt...
2019 Jan 15
4
Aggressive optimization opportunity
Hi, There are some compilers with a aggressive optimization which restricts function pointer parameters. Let's say opt restrict_args. When restrict_args is turned on, compiler will treat all function pointer parameters as restrict one. int foo(int * a) + restrict_args opt equals to: int foo(int * restrict a) Here is a complete example: source code: extern int num; int foo(int * a) {