GPU: Implemented MUFU suboperation 8, sqrt.
This commit is contained in:
parent
066d6184d4
commit
6e4e0b2b41
2 changed files with 5 additions and 0 deletions
|
@ -166,6 +166,7 @@ enum class SubOp : u64 {
|
|||
Lg2 = 0x3,
|
||||
Rcp = 0x4,
|
||||
Rsq = 0x5,
|
||||
Sqrt = 0x8,
|
||||
};
|
||||
|
||||
enum class F2iRoundingOp : u64 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue