Skip to content

fplARMCPUCapabilities Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

Container storing the capabilities of an ARM CPU. More...

#include <final_platform_layer.h>

Data Fields

Type Name
bool hasAES
Has AES support.
bool hasCRC32
Has CRC32 support.
bool hasNEON
Has NEON support.
bool hasPMULL
Has PMULL support.
bool hasSHA1
Has SHA1 support.
bool hasSHA2
Has SHA2 support.

Detailed Description

Container storing the capabilities of an ARM CPU.

Definition at line 5640 of file final_platform_layer.h.

Field Documentation

hasAES

bool fplARMCPUCapabilities::hasAES

Has AES support.

Definition at line 5644 of file final_platform_layer.h.

hasCRC32

bool fplARMCPUCapabilities::hasCRC32

Has CRC32 support.

Definition at line 5650 of file final_platform_layer.h.

hasNEON

bool fplARMCPUCapabilities::hasNEON

Has NEON support.

Definition at line 5642 of file final_platform_layer.h.

hasPMULL

bool fplARMCPUCapabilities::hasPMULL

Has PMULL support.

Definition at line 5652 of file final_platform_layer.h.

hasSHA1

bool fplARMCPUCapabilities::hasSHA1

Has SHA1 support.

Definition at line 5646 of file final_platform_layer.h.

hasSHA2

bool fplARMCPUCapabilities::hasSHA2

Has SHA2 support.

Definition at line 5648 of file final_platform_layer.h.


The documentation for this struct was generated from the following file:

Final Platform Layer

Pages

Topics

Data Structures

Clone this wiki locally