Searched refs:build_dword (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/standard/ |
H A D | base64.c | 679 #define build_dword(b0, b1, b2, b3) \ macro 684 _mm512_setr4_epi32(build_dword(b0, b1, b2, b3), build_dword(b4, b5, b6, b7), \ 685 build_dword(b8, b9, b10, b11), build_dword(b12, b13, b14, b15))
|
Completed in 11 milliseconds