util: Update fast_log2 article url.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Tue, 23 Sep 2008 07:40:49 +0000 (16:40 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Fri, 26 Sep 2008 01:47:04 +0000 (10:47 +0900)
src/gallium/auxiliary/util/u_math.h

index 196aeb2..084655e 100644 (file)
@@ -254,7 +254,7 @@ util_fast_exp2(float x)
 
 
 /**
- * Based on code from http://www.flipcode.com/totd/
+ * Based on code from http://www.flipcode.com/archives/Fast_log_Function.shtml
  */
 static INLINE float
 util_fast_log2(float val)