Update ir_emitter.h

This commit is contained in:
DanielSvoboda 2024-07-28 22:48:24 -03:00 committed by GitHub
parent 3ecccc5a00
commit 7215c1d2e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,6 +95,7 @@ public:
BufferInstInfo info);
[[nodiscard]] U32 LaneId();
[[nodiscard]] U32 WarpId();
[[nodiscard]] U32 QuadShuffle(const U32& value, const U32& index);
[[nodiscard]] Value CompositeConstruct(const Value& e1, const Value& e2);