mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-21 11:10:57 -05:00
VoteAllEqual, FindLSB/MSB
This commit is contained in:
committed by
Evan Husted
parent
fac2cbbbbf
commit
a1ab7fe6a2
@@ -2,6 +2,8 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl
|
||||
{
|
||||
static class HelperFunctionNames
|
||||
{
|
||||
public static string SwizzleAdd = "helperSwizzleAdd";
|
||||
public static string FindLSB = "findLSB";
|
||||
public static string FindMSBS32 = "findMSBS32";
|
||||
public static string FindMSBU32 = "findMSBU32";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user