gallium: Drop the unused RCC opcode.

Nothing in the tree generated it.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
Eric Anholt
2014-11-12 13:27:49 -08:00
parent d4864cdf15
commit de2f8d75db
11 changed files with 5 additions and 47 deletions

View File

@@ -404,17 +404,6 @@ This instruction replicates its result.
dst.w = |src.w|
.. opcode:: RCC - Reciprocal Clamped
This instruction replicates its result.
XXX cleanup on aisle three
.. math::
dst = (1 / src.x) > 0 ? clamp(1 / src.x, 5.42101e-020, 1.84467e+019) : clamp(1 / src.x, -1.84467e+019, -5.42101e-020)
.. opcode:: DPH - Homogeneous Dot Product
This instruction replicates its result.