Home
last modified time | relevance | path

Searched defs:ZEND_INTRIN_SSSE3_FUNC_DECL (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/standard/
H A Dbase64.c340 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func __attribute__((target("ssse3"))) macro
342 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func macro
351 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func __attribute__((target("ssse3"))) macro
353 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func macro
/PHP-8.1/Zend/
H A Dzend_portability.h534 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func __attribute__((target("ssse3"))) macro
536 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) func macro
539 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) macro

Completed in 11 milliseconds