Vector Class Discussion

patch against 1.17 for clang
Author: Agner Date: 2015-08-08 01:33
Thank you for the bug report.

It should be:

    if (uint16_t(d0) == 0x8000u) return Vec8s(x == Vec8s(0x8000)) & 1;// prevent overflow when changing sign
 
thread patch against 1.17 for clang new - Dan Huff - 2015-08-07
last reply patch against 1.17 for clang - Agner - 2015-08-08