Merge pull request #610 from Subv/mufu_8

GPU: Implemented MUFU suboperation 8, sqrt.
This commit is contained in:
bunnei 2018-07-02 22:26:42 -04:00 committed by GitHub
commit 5410b4659d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -166,6 +166,7 @@ enum class SubOp : u64 {
Lg2 = 0x3,
Rcp = 0x4,
Rsq = 0x5,
Sqrt = 0x8,
};
enum class F2iRoundingOp : u64 {