gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/lava/gfx Makefile rd1.cxx


From: Janne V. Kujala
Subject: [Gzz-commits] gzz/lava/gfx Makefile rd1.cxx
Date: Fri, 30 Aug 2002 07:16:00 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Janne V. Kujala <address@hidden>        02/08/30 07:15:59

Modified files:
        lava/gfx       : Makefile rd1.cxx 

Log message:
        rd changes

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/gfx/Makefile.diff?tr1=1.27&tr2=1.28&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/gfx/rd1.cxx.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: gzz/lava/gfx/Makefile
diff -c gzz/lava/gfx/Makefile:1.27 gzz/lava/gfx/Makefile:1.28
*** gzz/lava/gfx/Makefile:1.27  Fri Aug 30 06:32:35 2002
--- gzz/lava/gfx/Makefile       Fri Aug 30 07:15:59 2002
***************
*** 17,26 ****
  
  #  -msse2 -mfpmath=sse,387
  rd1: rd1.cxx
!       g++-3.2 -g -O3 -march=pentium4 -ffast-math -fno-math-errno 
-fstrength-reduce -fcse-follow-jumps -fcse-skip-blocks -frerun-cse-after-loop 
-frerun-loop-opt -fexpensive-optimizations -fregmove -fschedule-insns2 
-funroll-loops -fmove-all-movables -falign-loops -fsingle-precision-constant 
-frename-registers rd1.cxx -o rd1 -lglut -Wa,-alh=rd1.s
  
  rd1b: rd1b.cxx
!       g++-3.2 -g -O3 -march=pentium4 -ffast-math -fno-math-errno 
-fstrength-reduce -fcse-follow-jumps -fcse-skip-blocks -frerun-cse-after-loop 
-frerun-loop-opt -fexpensive-optimizations -fregmove -fschedule-insns2 
-funroll-loops -fmove-all-movables -falign-loops -fsingle-precision-constant 
-frename-registers rd1b.cxx -o rd1b -lglut -Wa,-alh=rd1b.s
  
  rd2: rd2.cxx
        g++-3.1 -g -O3 -march=pentium4 -ffast-math -fno-math-errno 
-fstrength-reduce -fcse-follow-jumps -fcse-skip-blocks -frerun-cse-after-loop 
-frerun-loop-opt -fexpensive-optimizations -fregmove -fschedule-insns2 
-funroll-loops -fmove-all-movables -falign-loops -fsingle-precision-constant 
-frename-registers rd2.cxx -o rd2 -lglut -Wa,-alh=rd2.s
--- 17,26 ----
  
  #  -msse2 -mfpmath=sse,387
  rd1: rd1.cxx
!       g++-3.1 -g -O3 -march=pentium4 -ffast-math -fno-math-errno 
-fstrength-reduce -fcse-follow-jumps -fcse-skip-blocks -frerun-cse-after-loop 
-frerun-loop-opt -fexpensive-optimizations -fregmove -fschedule-insns2 
-funroll-loops -fmove-all-movables -falign-loops -fsingle-precision-constant 
-frename-registers rd1.cxx -o rd1 -lglut -Wa,-alh=rd1.s
  
  rd1b: rd1b.cxx
!       g++-3.1 -g -O3 -march=pentium4 -ffast-math -fno-math-errno 
-fstrength-reduce -fcse-follow-jumps -fcse-skip-blocks -frerun-cse-after-loop 
-frerun-loop-opt -fexpensive-optimizations -fregmove -fschedule-insns2 
-funroll-loops -fmove-all-movables -falign-loops -fsingle-precision-constant 
-frename-registers rd1b.cxx -o rd1b -lglut -Wa,-alh=rd1b.s
  
  rd2: rd2.cxx
        g++-3.1 -g -O3 -march=pentium4 -ffast-math -fno-math-errno 
-fstrength-reduce -fcse-follow-jumps -fcse-skip-blocks -frerun-cse-after-loop 
-frerun-loop-opt -fexpensive-optimizations -fregmove -fschedule-insns2 
-funroll-loops -fmove-all-movables -falign-loops -fsingle-precision-constant 
-frename-registers rd2.cxx -o rd2 -lglut -Wa,-alh=rd2.s
Index: gzz/lava/gfx/rd1.cxx
diff -c gzz/lava/gfx/rd1.cxx:1.5 gzz/lava/gfx/rd1.cxx:1.6
*** gzz/lava/gfx/rd1.cxx:1.5    Fri Aug 30 06:32:35 2002
--- gzz/lava/gfx/rd1.cxx        Fri Aug 30 07:15:59 2002
***************
*** 11,17 ****
  
  #if 1
  /* 3D map */
! #define eps .015
  #define teps .5
  
  #define Du_f(x,y,z) (2E-5 / (eps*eps))
--- 11,17 ----
  
  #if 1
  /* 3D map */
! #define eps .02
  #define teps .5
  
  #define Du_f(x,y,z) (2E-5 / (eps*eps))
***************
*** 27,34 ****
  //#define k_f(x,y,z) (.03 + .04 * x)
  //#define k_f(x,y,z) (.06 + .0075 * x)
  
! #define SCALE 81
! const int alln = 81;
  const int n0 = alln+2;
  const int n1 = alln+2;
  const int n2 = alln+2;
--- 27,34 ----
  //#define k_f(x,y,z) (.03 + .04 * x)
  //#define k_f(x,y,z) (.06 + .0075 * x)
  
! #define SCALE 64
! const int alln = 64;
  const int n0 = alln+2;
  const int n1 = alln+2;
  const int n2 = alln+2;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]