[xiph-cvs] cvs commit: vorbis/lib lookup_data.h

Michael Smith msmith at xiph.org
Sat Jan 18 00:09:29 PST 2003



msmith      03/01/18 03:09:28

  Modified:    lib      lookup_data.h
  Log:
  Fix for a bug in float lookup mode with some (?) compilers.

Revision  Changes    Path
1.10      +2 -2      vorbis/lib/lookup_data.h

Index: lookup_data.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/lookup_data.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- lookup_data.h	11 Jul 2002 06:40:49 -0000	1.9
+++ lookup_data.h	18 Jan 2003 08:09:28 -0000	1.10
@@ -11,7 +11,7 @@
  ********************************************************************
 
   function: lookup data; generated by lookups.pl; edit there
-  last mod: $Id: lookup_data.h,v 1.9 2002/07/11 06:40:49 xiphmont Exp $
+  last mod: $Id: lookup_data.h,v 1.10 2003/01/18 08:09:28 msmith Exp $
 
  ********************************************************************/
 
@@ -68,7 +68,7 @@
         1.000000000000f,
 };
 
-#define INVSQ2EXP_LOOKUP_MIN -32
+#define INVSQ2EXP_LOOKUP_MIN (-32)
 #define INVSQ2EXP_LOOKUP_MAX 32
 static float INVSQ2EXP_LOOKUP[INVSQ2EXP_LOOKUP_MAX-\
                               INVSQ2EXP_LOOKUP_MIN+1]={

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list