MSL for DSP56800E

This section explains MSL that has been modified for use with DSP56800E. The compiler library supports C++ support functions, including trigonometric, hyperbolic, power, absolute value functions, exponential, and logarithmic functions.

Note: To use double precision function versions, you must use libraries that support long long and double data types. Libraries that support these types have names that include _SLLD. Use #pragma slld on to compile the project.
Note: Libraries are available that are precompiled for speed (the library name contains the specifier o4p) or precompiled for code size (the library name contains the specifier o4s).