summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-28 18:42:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-28 18:42:09 +0000
commit2e745de2f7768f4932e365f0a49edbe15a448818 (patch)
tree73b8411e1d00ef6df3dd5fa2ed717241174ae14b /nuttx/ChangeLog
parent83edd56f6581555c199f3cc3a96ed80f58554c1a (diff)
downloadnuttx-2e745de2f7768f4932e365f0a49edbe15a448818.tar.gz
nuttx-2e745de2f7768f4932e365f0a49edbe15a448818.tar.bz2
nuttx-2e745de2f7768f4932e365f0a49edbe15a448818.zip
lib/math files not follow coding standard; float, double, and long double versions in separate files to reduce size of dumb link
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5270 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 918cd8608..723f534bc 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3529,3 +3529,10 @@
the math library from the Rhombus OS
* lib/math: Now contains the math library from the Rhombus OS by Nick Johnson
(submitted by Darcy Gong).
+ * include/float.h: Add a first cut at the float.h header file. This
+ really should be an architecture/toolchain-specific header file. It
+ is only used if CONFIG_ARCH_FLOAT_H is defined.
+ * lib/math: Files now conform to coding standards. Separated float,
+ double, and long double versions of code into separate files so that
+ they don't draw in so much un-necessary code when doing a dumb link.
+