You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AVX512VBMICpuFeature=C.HS_CPU_FEATURES_AVX512VBMI// AVX512VBMI is a CPU features flag indicates that the target platform supports Intel(R) Advanced Vector Extensions 512 Vector Byte Manipulation Instructions (Intel(R) AVX512VBMI)
12
+
)
13
+
14
+
const (
15
+
IcelakeTuneFlag=C.HS_TUNE_FAMILY_ICL// Icelake indicates that the compiled database should be tuned for the Icelake microarchitecture.
16
+
IcelakeServerTuneFlag=C.HS_TUNE_FAMILY_ICX// IcelakeServer indicates that the compiled database should be tuned for the Icelake Server microarchitecture.
0 commit comments