[Olsr-cvs] olsrd-current CHANGELOG,1.76,1.77

Bernd Petrovitsch (spam-protected)
Tue Aug 28 22:45:19 CEST 2007


Update of /cvsroot/olsrd/olsrd-current
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25179

Modified Files:
	CHANGELOG 
Log Message:
- Made a function from the ME_TO_DOUBLE() macro (in src/mantissa.h).
  This saves code throughout the code even on i386 and will even more
  on architectures without floating point units and "-msoft-float".
- And the mathemathics in src/mantissa.h is reformulated to minimize
  floating point operations to save CPU power - especially on embedded
  devices.


Index: CHANGELOG
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/CHANGELOG,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** CHANGELOG	25 Aug 2007 19:51:14 -0000	1.76
--- CHANGELOG	28 Aug 2007 20:45:17 -0000	1.77
***************
*** 36,39 ****
--- 36,47 ----
    in Makefile.
  
+ PATCH by Bernd Petrovitsch <(spam-protected)>
+ - Made a function from the ME_TO_DOUBLE() macro (in src/mantissa.h).
+   This saves code throughout the code even on i386 and will even more
+   on architectures without floating point units and "-msoft-float".
+ - And the mathemathics in src/mantissa.h is reformulated to minimize
+   floating point operations to save CPU power - especially on embedded
+   devices.
+ 
  CLEANUPS
  - paving the way to activate -Wshadow, much more to do





More information about the Olsr-cvs mailing list