Skip to content

fplCPUCapabilities Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

Container storing the capabilities of a CPU. More...

#include <final_platform_layer.h>

Data Fields

Type Name
union {
fplARMCPUCapabilities arm
ARM CPU capabilities. More...
uint8_t unused [28]
Unused. More...
fplX86CPUCapabilities x86
x86 CPU capabilities. More...
};
fplCPUCapabilitiesType type
The capabilities type.

Detailed Description

Container storing the capabilities of a CPU.

Definition at line 5660 of file final_platform_layer.h.

Field Documentation

arm

fplARMCPUCapabilities fplCPUCapabilities::arm

ARM CPU capabilities.

Definition at line 5667 of file final_platform_layer.h.

type

fplCPUCapabilitiesType fplCPUCapabilities::type

The capabilities type.

Definition at line 5662 of file final_platform_layer.h.

unused

uint8_t fplCPUCapabilities::unused[28]

Unused.

Definition at line 5669 of file final_platform_layer.h.

x86

fplX86CPUCapabilities fplCPUCapabilities::x86

x86 CPU capabilities.

Definition at line 5665 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