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

(bc83d91d4e3575ba688d65e12860c05b3fb1dcbd)

#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 40 of file qsimd.h.

◆ QT_COMPILER_USES_avx

#define QT_COMPILER_USES_avx   -1

Definition at line 152 of file qsimd.h.

◆ QT_COMPILER_USES_avx2

#define QT_COMPILER_USES_avx2   -1

Definition at line 158 of file qsimd.h.

◆ QT_COMPILER_USES_lasx

#define QT_COMPILER_USES_lasx   -1

Definition at line 81 of file qsimd.h.

◆ QT_COMPILER_USES_lsx

#define QT_COMPILER_USES_lsx   -1

Definition at line 74 of file qsimd.h.

◆ QT_COMPILER_USES_mips_dsp

#define QT_COMPILER_USES_mips_dsp   -1

Definition at line 61 of file qsimd.h.

◆ QT_COMPILER_USES_mips_dspr2

#define QT_COMPILER_USES_mips_dspr2   -1

Definition at line 67 of file qsimd.h.

◆ QT_COMPILER_USES_neon

#define QT_COMPILER_USES_neon   -1

Definition at line 46 of file qsimd.h.

◆ QT_COMPILER_USES_sse2

#define QT_COMPILER_USES_sse2   -1

Definition at line 122 of file qsimd.h.

◆ QT_COMPILER_USES_sse3

#define QT_COMPILER_USES_sse3   -1

Definition at line 128 of file qsimd.h.

◆ QT_COMPILER_USES_sse4_1

#define QT_COMPILER_USES_sse4_1   -1

Definition at line 140 of file qsimd.h.

◆ QT_COMPILER_USES_sse4_2

#define QT_COMPILER_USES_sse4_2   -1

Definition at line 146 of file qsimd.h.

◆ QT_COMPILER_USES_ssse3

#define QT_COMPILER_USES_ssse3   -1

Definition at line 134 of file qsimd.h.

◆ QT_COMPILER_USES_sve

#define QT_COMPILER_USES_sve   -1

Definition at line 55 of file qsimd.h.

◆ QT_VECTORCALL

#define QT_VECTORCALL

Definition at line 162 of file qsimd.h.