Introduce .editorconfig
[mesa.git] / include / c99_math.h
2016-04-18 Pierre Moreaumath: Import isinf and others to global namespace
2016-02-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-11 Jose Fonsecainclude,gallium: Remove pre-MSVC 2013 compatibility.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-29 Roland Scheideggerc99_math: (trivial) implement exp2 for MSVC too
2015-07-29 Matt Turnerc99_math: Implement exp2f for MSVC.
2015-04-03 Jose Fonsecagallium: fix gcc compile errors when using _XOPEN_SOURC...
2015-03-25 Jose Fonsecac99_math: Don't reimplement lrint and friends on MSVC...
2015-03-22 Jose Fonsecainclude: Ensure float.h is included for DBL_MAX.
2015-03-12 Brian Paulmesa: move fpclassify work-arounds into c99_math.h
2015-02-28 Brian Paulmesa: move FLT_MAX_EXP to c99_math.h
2015-02-27 Brian Paulc99_math.h: add defines for M_PI, M_E, M_LOG2E
2015-02-26 Brian Paulc99: in c99_math.h check that _USE_MATH_DEFINES is...
2015-02-26 Jose Fonsecainclude,auxiliary: Remove support for MSVC older then...
2015-02-25 Brian Paulmesa: move signbit() macro to c99_math.h
2015-02-24 Brian Paulmesa: replace LOGF, EXPF with logf, expf
2015-02-24 Brian Paulmesa: replace FREXPF, LDEXPF with frexpf, ldexpf
2015-02-23 Brian Paulmesa: move math-related function into new c99_math...