Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qsimd.h File Reference

(702ffc45d6d3641ee3baf2625a10493b95ce33a7)

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

Go to the source code of this file.

Macros

#define QT_COMPILER_USES(feature)   (1/QT_COMPILER_USES_##feature == 1)
 
#define QT_COMPILER_USES_neon   -1
 
#define QT_COMPILER_USES_mips_dsp   -1
 
#define QT_COMPILER_USES_mips_dspr2   -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_VECTORCALL
 

Macro Definition Documentation

◆ QT_COMPILER_USES

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

Definition at line 35 of file qsimd.h.

◆ QT_COMPILER_USES_avx

#define QT_COMPILER_USES_avx   -1

Definition at line 124 of file qsimd.h.

◆ QT_COMPILER_USES_mips_dsp

#define QT_COMPILER_USES_mips_dsp   -1

Definition at line 47 of file qsimd.h.

◆ QT_COMPILER_USES_mips_dspr2

#define QT_COMPILER_USES_mips_dspr2   -1

Definition at line 53 of file qsimd.h.

◆ QT_COMPILER_USES_neon

#define QT_COMPILER_USES_neon   -1

Definition at line 41 of file qsimd.h.

◆ QT_COMPILER_USES_sse2

#define QT_COMPILER_USES_sse2   -1

Definition at line 94 of file qsimd.h.

◆ QT_COMPILER_USES_sse3

#define QT_COMPILER_USES_sse3   -1

Definition at line 100 of file qsimd.h.

◆ QT_COMPILER_USES_sse4_1

#define QT_COMPILER_USES_sse4_1   -1

Definition at line 112 of file qsimd.h.

◆ QT_COMPILER_USES_sse4_2

#define QT_COMPILER_USES_sse4_2   -1

Definition at line 118 of file qsimd.h.

◆ QT_COMPILER_USES_ssse3

#define QT_COMPILER_USES_ssse3   -1

Definition at line 106 of file qsimd.h.

◆ QT_VECTORCALL

#define QT_VECTORCALL

Definition at line 128 of file qsimd.h.