Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qsimd.h File Reference

(5585215126cd1d7eef144b5f43744313126f3ddd)

#include <QtCore/qglobal.h>
Include dependency graph for qsimd.h:

Go to the source code of this file.

Macros

#define QT_COMPILER_USES(feature)
#define QT_COMPILER_USES_neon   -1
#define QT_COMPILER_USES_sve   -1
#define QT_COMPILER_USES_mips_dsp   -1
#define QT_COMPILER_USES_mips_dspr2   -1
#define QT_COMPILER_USES_lsx   -1
#define QT_COMPILER_USES_lasx   -1
#define QT_COMPILER_USES_sse2   -1
#define QT_COMPILER_USES_sse3   -1
#define QT_COMPILER_USES_ssse3   -1
#define QT_COMPILER_USES_sse4_1   -1
#define QT_COMPILER_USES_sse4_2   -1
#define QT_COMPILER_USES_avx   -1
#define QT_COMPILER_USES_avx2   -1
#define QT_VECTORCALL

Macro Definition Documentation

◆ QT_COMPILER_USES

#define QT_COMPILER_USES ( feature)
Value:
(1/QT_COMPILER_USES_##feature == 1)

Definition at line 39 of file qsimd.h.

◆ QT_COMPILER_USES_avx

#define QT_COMPILER_USES_avx   -1

Definition at line 151 of file qsimd.h.

◆ QT_COMPILER_USES_avx2

#define QT_COMPILER_USES_avx2   -1

Definition at line 157 of file qsimd.h.

◆ QT_COMPILER_USES_lasx

#define QT_COMPILER_USES_lasx   -1

Definition at line 80 of file qsimd.h.

◆ QT_COMPILER_USES_lsx

#define QT_COMPILER_USES_lsx   -1

Definition at line 73 of file qsimd.h.

◆ QT_COMPILER_USES_mips_dsp

#define QT_COMPILER_USES_mips_dsp   -1

Definition at line 60 of file qsimd.h.

◆ QT_COMPILER_USES_mips_dspr2

#define QT_COMPILER_USES_mips_dspr2   -1

Definition at line 66 of file qsimd.h.

◆ QT_COMPILER_USES_neon

#define QT_COMPILER_USES_neon   -1

Definition at line 45 of file qsimd.h.

◆ QT_COMPILER_USES_sse2

#define QT_COMPILER_USES_sse2   -1

Definition at line 121 of file qsimd.h.

◆ QT_COMPILER_USES_sse3

#define QT_COMPILER_USES_sse3   -1

Definition at line 127 of file qsimd.h.

◆ QT_COMPILER_USES_sse4_1

#define QT_COMPILER_USES_sse4_1   -1

Definition at line 139 of file qsimd.h.

◆ QT_COMPILER_USES_sse4_2

#define QT_COMPILER_USES_sse4_2   -1

Definition at line 145 of file qsimd.h.

◆ QT_COMPILER_USES_ssse3

#define QT_COMPILER_USES_ssse3   -1

Definition at line 133 of file qsimd.h.

◆ QT_COMPILER_USES_sve

#define QT_COMPILER_USES_sve   -1

Definition at line 54 of file qsimd.h.

◆ QT_VECTORCALL

#define QT_VECTORCALL

Definition at line 161 of file qsimd.h.