Fix Platform::GetCacheLineSize to be deprecated in favor of existing CPUInfo.CacheLineSize`
This commit is contained in:
@@ -270,6 +270,11 @@ bool PlatformBase::Is64BitApp()
|
||||
#endif
|
||||
}
|
||||
|
||||
int32 PlatformBase::GetCacheLineSize()
|
||||
{
|
||||
return Platform::GetCPUInfo().CacheLineSize;
|
||||
}
|
||||
|
||||
void PlatformBase::Fatal(const StringView& msg, void* context, FatalErrorType error)
|
||||
{
|
||||
// Check if is already during fatal state
|
||||
|
||||
Reference in New Issue
Block a user