diff options
author | José Fonseca <[email protected]> | 2008-09-23 16:40:49 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-09-26 10:47:04 +0900 |
commit | 9f3e37de17a5636625f0275ca639fdc25ef1e95b (patch) | |
tree | d55b42e294eb11a9ce93db94b41d89b46b4e5a59 /src/gallium/auxiliary/util/u_math.h | |
parent | 4fe186f8dc4fc7eeab3b1069c886458cfc2e517c (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.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 196aeb28fa4..084655e6ddc 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) |