I'm building a project for a TMS320F28035 and trying to speed up the math calculations using the IQmath functions. The _IQsmpy() , _IQ() , _IQabs(), and _IQmpyI32() functions all work with just the IQmath.h included, but the _IQdiv() function keeps giving me an error when I try to build the project with it being used in it.
Do I need to add the IQmath.lib to the project or can I just use the IQmath.h?