GPU/Shader Instruction Set: Difference between revisions
→Instruction formats: index |
→Instructions: SETINDEX ! |
||
Line 153: | Line 153: | ||
| RSQ | | RSQ | ||
| Computes the reciprocal of the square root of the vector, component by component; DST[i] = 1/sqrt(SRC1[i]) for all i (modulo destination component masking) | | Computes the reciprocal of the square root of the vector, component by component; DST[i] = 1/sqrt(SRC1[i]) for all i (modulo destination component masking) | ||
|- | |||
| 0x12 | |||
| 1 | |||
| SETINDEX | |||
| Sets (Index0, Index1, _, _) to SRC1 (cast to integer). | |||
|- | |- | ||
| 0x13 | | 0x13 |