div_nonstd32by16_canoverflow

Enables the F_idiv_ls_canoverflow and F_idiv_uls_canoverflow runtime functions.

Syntax
  #pragma div_nonstd32by16_canoverflow on  
Remarks

The high-performance, specialized integer 32-bit by 16-bit runtime functions F_idiv_ls_canoverflow and F_idiv_uls_canoverflow are intended for use in applications. The calling code ensures that the division result of a 32-bit numerator and a 16-bit denominator fits into a 16-bit field and does not overflow. These functions reduce execution time. Use this pragma to generate calls to these functions.