Searched defs:dot_product (Results 1 – 1 of 1) sorted by relevance
976 # define dot_product(x, y) __builtin_ia32_dpps(x, y, 0b11110001) macro980 # define dot_product(x, y) __builtin_ia32_dppd(x, y, 0b00110001) macro998 # define dot_product(x, y) ({ \ macro
Completed in 40 milliseconds