Dear All:
I'm working on 28x CLA. I know that there are several intrinsics for CLA can be recognized by C/C++ compiler such as "__mdebugstop()". We can see specification in document <SPRU514E: TMS320C28x Optimizing C/C++ Compiler v6.1 User's Guide (Rev. E)>, page 175. But when I write the code "__mmax32(A, B);" I get a linker error. It says:
undefined first referenced
symbol in file
--------- ----------------
___mmax32 ./PrivateSRC/C/IPFC_ClaAlgo_Z.obj
Is anybody know reason? Why "__mdebugstop()" can be recognized while "__mmax32" failes. They're all listed in "Table 10-1. C/C++ Compiler Intrinsics for CLA".