mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
tgsi: ifdef out unused function micro_sqrt.
This commit is contained in:
parent
a45f2ec7b7
commit
5fd84e0246
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue