Home
last modified time | relevance | path

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

/PHP-8.2/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.2/Zend/
H A Dzend_portability.h547 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func __attribute__((target("ssse3"))) macro
549 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) func macro
552 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) macro

Completed in 10 milliseconds