共用方式為


XMVerifyCPUSupport 函式 (directxmath.h)

指出 DirectXMath 連結庫是否支援目前的平臺。

Syntax

bool XMVerifyCPUSupport() noexcept;

傳回值

如果 DirectXMath 連結庫支援指定的平臺,則傳回 true;如果不是,則為 false。

備註

這是處理器支援的運行時間檢查,應在程序啟動時呼叫,才能使用任何 DirectXMath 函式或類型。

在 Windows 上,此函式是使用 IsProcessorFeaturePresent 實作

因此,在 Windows 上執行時, XMVerifyCPUSupport 會共用 的平台 IsProcessorFeaturePresent支援需求。

注意 若要避免 windows.h 的硬式相依性,如果未定義 IsProcessorFeaturePresent ,此函式一律會傳 false回 。 請務必在呼叫此函式的任何模組中包含 「windows.h」 之前“directxmath.h”。
 

平臺需求

Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012 搭配 Windows SDK for Windows 8。 支援 Win32 傳統型應用程式、Windows 市集應用程式和 Windows Phone 8 個應用程式。

規格需求

需求
目標平台 Windows
標頭 directxmath.h

另請參閱

DirectXMath 連結庫公用程式函式