RECIP_IEEE.

This commit is contained in:
Ben Vanik
2014-01-19 11:07:12 -08:00
parent cb3f2308af
commit 55fe3aca05
2 changed files with 29 additions and 1 deletions

10
docs/gpu.md Normal file
View File

@@ -0,0 +1,10 @@
# GPU Documentation
## References
### Command Buffer/Registers
### Shaders
* [LLVM R600 Tables](https://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/R600Instructions.td)
** The opcode formats don't match, but the name->psuedo code is correct.