Mesa (gallium-0.2): util: Update fast_log2 article url.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Fri Sep 26 01:47:04 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: 9f3e37de17a5636625f0275ca639fdc25ef1e95b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f3e37de17a5636625f0275ca639fdc25ef1e95b

Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Tue Sep 23 16:40:49 2008 +0900

util: Update fast_log2 article url.

---

 src/gallium/auxiliary/util/u_math.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_math.h b/src/gallium/auxiliary/util/u_math.h
index 196aeb2..084655e 100644
--- a/src/gallium/auxiliary/util/u_math.h
+++ b/src/gallium/auxiliary/util/u_math.h
@@ -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)




More information about the mesa-commit mailing list