diff options
| author | Ben Vanik <ben.vanik@gmail.com> | 2014-01-19 11:07:12 -0800 |
|---|---|---|
| committer | Ben Vanik <ben.vanik@gmail.com> | 2014-01-19 11:07:12 -0800 |
| commit | 55fe3aca057792c6d3740849368b91a2978e58d6 (patch) | |
| tree | 350d0a3e68a04d520fe93db1804eed31273a4aad /docs | |
| parent | cb3f2308afd011b81d9cc1d86e68ce6e94a2ae54 (diff) | |
RECIP_IEEE.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gpu.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/gpu.md b/docs/gpu.md new file mode 100644 index 000000000..077f55522 --- /dev/null +++ b/docs/gpu.md @@ -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. |
