giaf / blasfeo

Basic linear algebra subroutines for embedded optimization
Other
308 stars 84 forks source link

Compiler flag to drop dependency on C99 extension to math.h #51

Open giaf opened 6 years ago

giaf commented 6 years ago

Here is the list of functions in math.h in C89 and C99 https://en.wikibooks.org/wiki/C_Programming/math.h

giaf commented 6 years ago

Use float version (e.g. sqrtf instead of sqrt) in C99 mode.