[cig-commits] r18475 - seismo/3D/SPECFEM3D_GLOBE/trunk/src/shared

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Fri May 27 07:41:01 PDT 2011


Author: dkomati1
Date: 2011-05-27 07:41:00 -0700 (Fri, 27 May 2011)
New Revision: 18475

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/src/shared/force_ftz.c
Log:
updated the comments


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/src/shared/force_ftz.c
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/src/shared/force_ftz.c	2011-05-27 02:24:11 UTC (rev 18474)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/src/shared/force_ftz.c	2011-05-27 14:41:00 UTC (rev 18475)
@@ -27,19 +27,16 @@
  !=====================================================================
  */
 
+/* Dimitri Komatitsch, University of Toulouse, May 2011: */
 
-/* Dimitri Komatitsch, May 2011: */
-
 /* added code to force Flush-To-Zero (FTZ) on Intel processors */
-/* otherwise Gradual Underflow can be extremely slow.  With Intel */
+/* otherwise Gradual Underflow can be extremely slow. With Intel */
 /* ifort one can use compiler option -ftz, but no such option exists */
-/* in gcc and gfortran therefore we call an assembler routine directly */
-/* here very good description at */
+/* in gcc and gfortran therefore we call an assembler routine directly here. */
+/* Very precise description available at */
 /* http://software.intel.com/en-us/articles/x87-and-sse-floating-point-assists-in-ia-32-flush-to-zero-ftz-and-denormals-are-zero-daz/ */
-/* and at */
-/* http://www.rz.uni-karlsruhe.de/rz/docs/VTune/reference/vc148.htm */
-/* from */
-/* http://software.intel.com/en-us/articles/x87-and-sse-floating-point-assists-in-ia-32-flush-to-zero-ftz-and-denormals-are-zero-daz/ */
+/* and at http://www.rz.uni-karlsruhe.de/rz/docs/VTune/reference/vc148.htm */
+/* from http://software.intel.com/en-us/articles/x87-and-sse-floating-point-assists-in-ia-32-flush-to-zero-ftz-and-denormals-are-zero-daz : */
 
 /* Flush-To-Zero (FTZ) mode */
 



More information about the CIG-COMMITS mailing list