16#include <rtl/ustring.hxx>
OUString instructionSetSupportedString()
Returns a string of supported instructions.
bool isCpuInstructionSetSupported(InstructionSetFlags eInstructions)
Check if a certain instruction set is supported by the CPU at runtime.
bool hasSSE2()
Check if SSE2 is supported by the CPU.
bool hasAVX()
Check if AVX is supported by the CPU.
bool hasAVX512F()
Check if AVX512F is supported by the CPU.
bool hasSSSE3()
Check if SSSE3 is supported by the CPU.
bool hasHyperThreading()
Check if Hyper Threading is supported.
bool hasAVX2()
Check if AVX2 is supported by the CPU.
InstructionSetFlags getCpuInstructionSetFlags()
Get supported instruction set flags determined at runtime by probing the CPU.