From: José Fonseca Date: Tue, 23 Sep 2008 07:40:49 +0000 (+0900) Subject: util: Update fast_log2 article url. X-Git-Tag: mesa-7.8~4139^2~496^2~634 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f3e37de17a5636625f0275ca639fdc25ef1e95b;p=platform%2Fupstream%2Fmesa.git util: Update fast_log2 article url. --- 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)