util: Update fast_log2 article url.

This commit is contained in:
José Fonseca 2008-09-23 16:40:49 +09:00
parent 4fe186f8dc
commit 9f3e37de17

View 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)