-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-6931
-
-
-
default
The use of built-in conversion suffixes, _sat, _rte, _rtz, _rtp, _rtn will result in an abnormal compilation failure.
int4 convert_to_int4_rtn(float4 a)
{
return convert_int4_rtn(a);
}
The compiler should instead emit an error that the conversion suffixes are not supported.