Hi,
I want to use the Host Intrinsic Package (http://processors.wiki.ti.com/index.php/Run_Intrinsics_Code_Anywhere) for a C674x DSP.
There seems to be no C674x defined in the package.While looking at Table 7-3 "C6000 C/C++ Intrinsics Support by Device" in
SPRU187U I noticed that the Intrinsics of C674x are a union of the C6400+ and the C6700 intrinsics.
Is it the desired way to specify C6400+ and C6700 to get the C674x intrinsic support, or will there be an update on the host intrinsics package?
regards,
Sebastian
Here is an extract of the readme.txt of the package:
On the host compiler build command line define these two preprocessor
variable names:
1. One of: LITTLE_ENDIAN_HOST, BIG_ENDIAN_HOST
To indicate the endianness of the host machine. Any Intel x86 system
(Windows, Linux, or Macintosh) is little endian. Big endian machines
(Sparc, really old Macintosh) are less common.
2. One of: TMS320C62X, TMS320C64X, TMS320C64PX, TMS320C67X, TMS320C66X
To indicate which C6000 target is used
+ Typical example: -DLITTLE_ENDIAN_HOST -DTMS320C64PX