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