Implement V_READFIRSTLANE_B32 (#681)

* Implement V_READFIRSTLANE_B32

* refactor
This commit is contained in:
Grégoire Hage
2024-09-01 20:49:42 +02:00
committed by GitHub
parent e4d8857eb5
commit 1bd9317509
3 changed files with 10 additions and 4 deletions

View File

@@ -340,6 +340,6 @@ OPCODE(ImageAtomicExchange32, U32, Opaq
OPCODE(LaneId, U32, )
OPCODE(WarpId, U32, )
OPCODE(QuadShuffle, U32, U32, U32 )
OPCODE(ReadFirstLane, U32, U32, U32 )
OPCODE(ReadFirstLane, U32, U32, )
OPCODE(ReadLane, U32, U32, U32 )
OPCODE(WriteLane, U32, U32, U32, U32 )