Skip to content

Commit 7b56e39

Browse files
committed
Zend/zend_cpuinfo.h: use inline instead of zend_always_inline
This eliminates the need to include zend_portability.h.
1 parent 70a8cb4 commit 7b56e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_cpuinfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ static inline int zend_cpu_supports_avx512(void) {
241241
return 0;
242242
}
243243

244-
static zend_always_inline int zend_cpu_supports_avx512_vbmi(void) {
244+
static inline int zend_cpu_supports_avx512_vbmi(void) {
245245
/* TODO: avx512_vbmi use ECX of cpuid 7 */
246246
return 0;
247247
}

0 commit comments

Comments
 (0)