gallium: use new util_fast_exp2(), _log2(), pow() functions
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 22 Aug 2008 21:16:43 +0000 (15:16 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 22 Aug 2008 21:16:43 +0000 (15:16 -0600)
commit1c2ff4d9e65563c071747a9c3bd907bd24706da0
treedc80f03cf5f137bb604f2faeb35926f85fba3f2e
parent07bebb839d8f5e35209c446133743892084a672c
gallium: use new util_fast_exp2(), _log2(), pow() functions

New code surrounded with #if FAST_MATH to allow comparing against original
code if we need to debug.
src/gallium/auxiliary/draw/draw_vs_aos.c
src/gallium/auxiliary/tgsi/tgsi_exec.c
src/gallium/auxiliary/tgsi/tgsi_sse2.c