#include <fpu.h>
Definition at line 26 of file fpu.h.
◆ Flags
Enumerator |
---|
HasFlushToZero | |
HasDenormalsAreZero | |
HasSSE | |
HasSSE2 | |
HasAVX | |
HasNEON | |
HasFMA | |
HasAVX512F | |
Definition at line 28 of file fpu.h.
◆ ~FPU()
◆ FPU()
◆ destroy()
static void PBD::FPU::destroy |
( |
| ) |
|
|
static |
◆ has_avx()
bool PBD::FPU::has_avx |
( |
| ) |
const |
|
inline |
Definition at line 49 of file fpu.h.
◆ has_avx512f()
bool PBD::FPU::has_avx512f |
( |
| ) |
const |
|
inline |
Definition at line 50 of file fpu.h.
◆ has_denormals_are_zero()
bool PBD::FPU::has_denormals_are_zero |
( |
| ) |
const |
|
inline |
Definition at line 46 of file fpu.h.
◆ has_flush_to_zero()
bool PBD::FPU::has_flush_to_zero |
( |
| ) |
const |
|
inline |
Definition at line 45 of file fpu.h.
◆ has_fma()
bool PBD::FPU::has_fma |
( |
| ) |
const |
|
inline |
Definition at line 51 of file fpu.h.
◆ has_neon()
bool PBD::FPU::has_neon |
( |
| ) |
const |
|
inline |
Definition at line 52 of file fpu.h.
◆ has_sse()
bool PBD::FPU::has_sse |
( |
| ) |
const |
|
inline |
Definition at line 47 of file fpu.h.
◆ has_sse2()
bool PBD::FPU::has_sse2 |
( |
| ) |
const |
|
inline |
Definition at line 48 of file fpu.h.
◆ instance()
static FPU* PBD::FPU::instance |
( |
| ) |
|
|
static |
◆ _flags
Definition at line 55 of file fpu.h.
◆ _instance
Definition at line 57 of file fpu.h.
The documentation for this class was generated from the following file: