mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 15:00:10 +01:00
tgsi: Remove dead code.
This commit is contained in:
parent
2cf44390d1
commit
aa799fa2d0
1 changed files with 0 additions and 12 deletions
|
|
@ -960,18 +960,6 @@ micro_pow(
|
|||
#endif
|
||||
}
|
||||
|
||||
#if 0
|
||||
static void
|
||||
micro_sqrt( union tgsi_exec_channel *dst,
|
||||
const union tgsi_exec_channel *src )
|
||||
{
|
||||
dst->f[0] = sqrtf( src->f[0] );
|
||||
dst->f[1] = sqrtf( src->f[1] );
|
||||
dst->f[2] = sqrtf( src->f[2] );
|
||||
dst->f[3] = sqrtf( src->f[3] );
|
||||
}
|
||||
#endif
|
||||
|
||||
static void
|
||||
micro_sub(union tgsi_exec_channel *dst,
|
||||
const union tgsi_exec_channel *src0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue