Hi,
The intrinsic _complex_mpysp applies to double precision data and generates double precision data. It is a little strange to me, because most asm instruction on single precision operand with SP postfix.
In C66x Floating-Point and Vector/Matrix Operations and Optimizations, it points to:
See the C66x CPU and ISA Reference Guide [2] for other intrinsics in this category.
for intrinsics. But I cannot find even one intrinsic in that document.
More specific, I need single precision intrinsic for multiplication
I have tried:
temp1 = _cmpysp(A_det_real, A_det_imag);
It gives a function declared implicitly warning.
. Anyone can tell me where I can find that? Or, you can tell me what that intrinsic is.
Thanks.

