Merge remote-tracking branch 'origin/master' into 1.10
This commit is contained in:
@@ -272,7 +272,7 @@ bool PlatformBase::Is64BitApp()
|
||||
|
||||
int32 PlatformBase::GetCacheLineSize()
|
||||
{
|
||||
return Platform::GetCPUInfo().CacheLineSize;
|
||||
return (int32)Platform::GetCPUInfo().CacheLineSize;
|
||||
}
|
||||
|
||||
void PlatformBase::Fatal(const StringView& msg, void* context, FatalErrorType error)
|
||||
|
||||
@@ -394,7 +394,7 @@ public:
|
||||
/// [Deprecated in v1.10]
|
||||
/// </summary>
|
||||
/// <returns>The cache line size.</returns>
|
||||
API_PROPERTY() DEPRECATED("Use CPUInfo.CacheLineSize instead") static int32 GetCacheLineSize();
|
||||
API_PROPERTY() DEPRECATED("Use CacheLineSize field from CPUInfo.") static int32 GetCacheLineSize();
|
||||
|
||||
/// <summary>
|
||||
/// Gets the current memory stats.
|
||||
|
||||
Reference in New Issue
Block a user