tgsi: ifdef out unused function micro_sqrt.
authorVinson Lee <vlee@vmware.com>
Sat, 20 Feb 2010 08:56:32 +0000 (00:56 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 20 Feb 2010 08:56:32 +0000 (00:56 -0800)
src/gallium/auxiliary/tgsi/tgsi_exec.c

index fdbf2b436e42f6e73d77e953c5f09b318deccc8e..593c3cbfb38917559a716304106aa734d3a18ed9 100644 (file)
@@ -960,6 +960,7 @@ micro_pow(
 #endif
 }
 
+#if 0
 static void
 micro_sqrt( union tgsi_exec_channel *dst,
             const union tgsi_exec_channel *src )
@@ -969,6 +970,7 @@ micro_sqrt( union tgsi_exec_channel *dst,
    dst->f[2] = sqrtf( src->f[2] );
    dst->f[3] = sqrtf( src->f[3] );
 }
+#endif
 
 static void
 micro_sub(union tgsi_exec_channel *dst,