summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_math.h
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-09-23 16:40:49 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-09-26 10:47:04 +0900
commit9f3e37de17a5636625f0275ca639fdc25ef1e95b (patch)
treed55b42e294eb11a9ce93db94b41d89b46b4e5a59 /src/gallium/auxiliary/util/u_math.h
parent4fe186f8dc4fc7eeab3b1069c886458cfc2e517c (diff)
util: Update fast_log2 article url.
Diffstat (limited to 'src/gallium/auxiliary/util/u_math.h')
-rw-r--r--src/gallium/auxiliary/util/u_math.h2
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 196aeb28fa..084655e6dd 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)