I am using CLA math library, and I have ${PROJECT_ROOT}/lib/CLAmath/lib in my library search path
and I have CLAmath_fpu32.lib in the list of libraries.
First,
what is the difference between "CLAmath_fpu32.lib" and CLAmath_fpu32.lib ... what do the quotes signify?
Secondly,
In the ${PROJECT_ROOT}/lib/CLAmath/ directory, I only have include and lib
I am seeing weird behavior when I call a CLA math function like CLAsin() .... it is computing crazy wrong values when I run the code.
However, if I include the source directory in CLAmath, CLAsin() works perfectly fine. I thought I didn't need the source and everything is self-contained in the .lib file???