-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-8702
-
-
-
default
-
Use the equivalent signed type with __SAn_BOOL(). For example, instead of __SA0_BOOL(uchar4), use __SA0_BOOL(char4).
The streaming address generator's boolean vector interface does not work with unsigned types in host emulation, but does with cl7x. An invocation of __SA0_BOOL(uchar4) or similar will not compile under host emulation.