Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dbase64.c173 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func __attribute__((target("ssse3"))) macro
175 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func macro
184 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func __attribute__((target("ssse3"))) macro
186 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func macro
/PHP-7.3/Zend/
H A Dzend_portability.h568 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func __attribute__((target("ssse3"))) macro
570 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) func macro
573 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) macro

Completed in 18 milliseconds