mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Fixed invalid return from GetSimdTypeString
Fixed invalid return from GetSimdTypeString
This commit is contained in:
parent
1aa99da714
commit
247eb0abdc
2 changed files with 2 additions and 2 deletions
|
@ -4981,7 +4981,7 @@ void BfIRCodeGen::SetActiveFunctionSimdType(BfIRSimdType type)
|
|||
mFunctionsUsingSimd[mActiveFunction] = type;
|
||||
}
|
||||
|
||||
const StringImpl& BfIRCodeGen::GetSimdTypeString(BfIRSimdType type)
|
||||
String BfIRCodeGen::GetSimdTypeString(BfIRSimdType type)
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue