4.7.1.2 Nodiva Specifier
The
__nodiva specifier is provided by <xc.h> and expands to
a use of the __nodiva attribute. It disables
the use the DIVA module for and division, shift or modulus
operations. For
example:#include <xc.h>
void __nodiva foo(void);