Gregory Nutt
|
0b4a9539be
|
tools/mkconfig.c: Add logic to keep all of the buffering options in sync.
|
2017-02-09 16:17:54 -06:00 |
Gregory Nutt
|
1d290c2b37
|
setvbuf: Add support for disabling I/O buffering. Initially cut; untested.
|
2017-02-09 09:24:44 -06:00 |
David Alessio
|
261358f1f5
|
This change should significantly improve the performance of single precision floating point math library functions. The vast majority of changes have to do with preventing the compiler from needlessly promoting floats to doubles, performing the calculation with doubles, only to demote the result to float. These changes only affect the math lib functions that return float.
|
2016-07-11 07:02:50 -06:00 |
Gregory Nutt
|
b682190f52
|
Rename all head files in main NuttX repository with names like *internal.h, removing the internal
|
2015-12-29 17:31:17 -06:00 |