fix pow for uint32_t, disable pmul<Packet4ul>
Reference issue
What does this implement/fix?
Now that uint32_t is vectorized for SSE/AVX, error handling for int_pow has to be specialized for the unsigned case to avoid undefined packet ops. Also, there is no pmul op for Packet4ul, so I tagged it as such to avoid compilation errors.
Additional information
Edited by Charles Schlosser