search for: cpuoptimizations

Displaying 2 results from an estimated 2 matches for "cpuoptimizations".

2008 Mar 19
0
[LLVMdev] Proposal for GSoC project for improving llvm-test testsuite
...ne source code that I currently have, do $ svn co -r8212 svn://svn.icculus.org/twilight/trunk/darkplaces Now apply the following attached "llvm.patch" to it. The patch changes: * DO_CC to be "llvm-gcc --emit-llvm" * DO_LD to be "llvm-ld -O2 -native -time-passes" * CPUOPTIMIZATIONS=-march=athlon * don't compile builddate.c on-the-fly at link time, because llvm-ld can't do that * don't set LDFLAGS_RELEASE to be the same as the compiler optimization flags Now do "make cl-release" and you should get an executable named "darkplaces-glx". Use...
2008 Mar 19
3
[LLVMdev] Proposal for GSoC project for improving llvm-test testsuite
Am Mittwoch, den 19.03.2008, 14:49 +0100 schrieb Holger Schurig: > > Just my two cents. From time to time I'm testing LLVM via > > compiling & running such big beasts as Qt and Mozilla. Also, > > at 2.0 time I tried to compile & test bunch of software from > > KDE and many others. > > I tried to compile the 3D game engine "darkplaces" with