Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 27a5844

Browse files
Zend/zend_cpuinfo.h: use inline instead of zend_always_inline
This eliminates the need to include zend_portability.h.
1 parent b45d02f commit 27a5844

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)

AltStyle によって変換されたページ (->オリジナル) /