rpcsx/rpcsx-gpu/lib/gcn-shader/include/shader/dialect/exp.hpp
2024-10-01 22:04:40 +03:00

12 lines
175 B
C++

#pragma once
namespace shader::ir::exp {
enum Op {
EXP = 0,
OpCount
};
inline const char *getInstructionName(unsigned) { return "exp"; }
} // namespace shader::ir::exp