mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 11:35:46 +00:00
shader: Implement FLO
This commit is contained in:
parent
e038928616
commit
103b9da4f7
8 changed files with 75 additions and 18 deletions
|
@ -235,6 +235,8 @@ OPCODE(BitReverse32, U32, U32,
|
|||
OPCODE(BitCount32, U32, U32, )
|
||||
OPCODE(BitwiseNot32, U32, U32, )
|
||||
|
||||
OPCODE(FindSMsb32, U32, U32, )
|
||||
OPCODE(FindUMsb32, U32, U32, )
|
||||
OPCODE(SMin32, U32, U32, U32, )
|
||||
OPCODE(UMin32, U32, U32, U32, )
|
||||
OPCODE(SMax32, U32, U32, U32, )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue