Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dbase64.c342 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func __attribute__((target("ssse3"))) macro
344 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func macro
353 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func __attribute__((target("ssse3"))) macro
355 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func macro
/PHP-7.4/Zend/
H A Dzend_portability.h570 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func __attribute__((target("ssse3"))) macro
572 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) func macro
575 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) macro

Completed in 9 milliseconds