We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42371ed commit 5cd739bCopy full SHA for 5cd739b
Zend/zend_cpuinfo.h
@@ -64,6 +64,7 @@ typedef enum _zend_cpu_feature {
64
ZEND_CPU_FEATURE_AVX512F = (1<<16 | ZEND_CPU_EBX_MASK),
65
ZEND_CPU_FEATURE_AVX512DQ = (1<<17 | ZEND_CPU_EBX_MASK),
66
ZEND_CPU_FEATURE_AVX512CD = (1<<28 | ZEND_CPU_EBX_MASK),
67
+ ZEND_CPU_FEATURE_SHA = (1<<29 | ZEND_CPU_EBX_MASK),
68
/* intentionally don't support = (1<<30 | ZEND_CPU_EBX_MASK) */
69
/* intentionally don't support = (1<<31 | ZEND_CPU_EBX_MASK) */
70
0 commit comments