Hi,
From our release notes:
Date: Aug 29, 2007
Build 1033, R8.2
* New features:
- compiler library has support for C99 support functions, including trigonometric,
hyperbolic, power, absolute value functions, exponential and logarithmic functions.
NOTE: in order to use double precision function versions, one has to make use of
libraries that support long long and double data types (name includes SLLD) and
of #pragma slld on to compile the project
- compiler has support for new 64-bit integer and fractional intrinsics
( __LL_deposit_h, __LL_deposit_l, __LL_extract_h, __LL_extract_l, __LL_abs,
__LL_negate, __LL_add, __LL_sub, __LL_round, __LL_LL_mult_int, __LL_mult_int,
__LL_LL_mac_int, __LL_mac_int, __LL_msu_int, __LL_LL_msu_int, __LL_mult_ls_int
__LL_LL_mult, __LL_mult, __LL_LL_mac, __LL_mac, __LL_msu, __LL_LL_msu,
__LL_mult_ls, __LL_div_int, __LL_div_s4q_int), whose definitions are in
intrinsics_LL_56800E.h file