Adding extra constraint to avoid saturation for SSE/AVX2
When implementing using SSSE3 or AVX2, our dot products can saturate if two adjacent weights sum to more than 127.
Loading
Please register or sign in to comment
When implementing using SSSE3 or AVX2, our dot products can saturate if two adjacent weights sum to more than 127.