Searched defs:WMEMSET_SYMBOL (Results 1 – 6 of 6) sorted by relevance
8 #define WMEMSET_SYMBOL(p,s) p##_avx2_##s##_rtm macro
25 # define WMEMSET_SYMBOL(p,s) p##_sse2_##s macro
30 # define WMEMSET_SYMBOL(p,s) p##_avx2_##s macro
28 # define WMEMSET_SYMBOL(p,s) p##_avx512_##s macro
28 # define WMEMSET_SYMBOL(p,s) p##_evex_##s macro
52 # define WMEMSET_SYMBOL(p,s) __wmemset macro
Completed in 5 milliseconds