-
Bug
-
Resolution: Unresolved
-
Low
-
Code Generation Tools
-
CODEGEN-7497
-
-
C7000_3.0.0.STS
-
default
Due to a recent re-implementation of parts of Host Emulation, this issue has been addressed (fixed) on all C7000 compilers version 3.0.0.STS and later. This issue has not been resolved on C7000 compilers 2.1.1.LTS and earlier.
When using host emulation, the use of the following intrinsics produces incorrect results:
cint8 = __cmatmpy_ext(cshort8, cshort16)
cshort8 = __cmatmpy_fx(cshort8, cshort16)
cint8 = __conj_cmatmpy_ext(cshort8, cshort16)
cshort8 = __conj_cmatmpy_fx(cshort8, cshort16)