(a68e7a5f876f432812e15e287c93c137a2ec1d2a)
#include <QtCore/private/qglobal_p.h>
#include <QtCore/qsimd.h>
#include <stdatomic.h>
Go to the source code of this file.
◆ ALIGNMENT_PROLOGUE_16BYTES
#define ALIGNMENT_PROLOGUE_16BYTES |
( |
| ptr, |
|
|
| i, |
|
|
| length ) |
Value:
static ControlElement< T > * ptr(QWidget *widget)
QT_BEGIN_NAMESPACE constexpr const T & qMin(const T &a, const T &b)
GLenum GLuint GLenum GLsizei length
Definition at line 27 of file qsimd_p.h.
◆ ALIGNMENT_PROLOGUE_32BYTES
#define ALIGNMENT_PROLOGUE_32BYTES |
( |
| ptr, |
|
|
| i, |
|
|
| length ) |
◆ Q_ATOMIC
◆ qCpuHasFeature
#define qCpuHasFeature |
( |
| feature | ) |
|
Value:
|| ((
qCpuFeatures() & CpuFeature ## feature) == CpuFeature ## feature))
static const uint64_t qCompilerCpuFeatures
static uint64_t qCpuFeatures()
Definition at line 470 of file qsimd_p.h.
◆ QT_COMPILER_SUPPORTS
#define QT_COMPILER_SUPPORTS |
( |
| x | ) |
|
Value:(defined QT_COMPILER_SUPPORTS_##
x && QT_COMPILER_SUPPORTS_##
x)
GLint GLint GLint GLint GLint x
Definition at line 100 of file qsimd_p.h.
◆ QT_COMPILER_SUPPORTS_HERE
#define QT_COMPILER_SUPPORTS_HERE |
( |
| x | ) |
|
Value:(defined __##
x##__ && __##
x##__)
Definition at line 139 of file qsimd_p.h.
◆ QT_FUNCTION_TARGET
#define QT_FUNCTION_TARGET |
( |
| x | ) |
|
◆ SIMD_EPILOGUE
#define SIMD_EPILOGUE |
( |
| i, |
|
|
| length, |
|
|
| max ) |
Value: for (
int _i = 0; _i < max && i <
length; ++i, ++_i)
Definition at line 33 of file qsimd_p.h.
◆ QCpuFeatureType
◆ CPUFeatures
◆ Q_ATOMIC()
◆ qCpuFeatures()
uint64_t qCpuFeatures |
( |
| ) |
|
|
inlinestatic |
◆ qDetectCpuFeatures()
◆ qCompilerCpuFeatures
const uint64_t qCompilerCpuFeatures = 0 |
|
static |