Jan, 

the floating point package consist of two parts basically:
1.   https://github.com/lnmaurer/amforth-float
this is the floating point lib Leon did (and I was testing it and
requesting features :) ) - it includes all words req uired for
manipulating with floats
2.  Pito's 5primitives:  f* f/  f+  f -  fsqrt . Those are
primitives written in asm for speeding up the Leon's lib
significantly (without that primitives the fp math is _very_ slow,
almost unusable..)..

So in order to run it you have to add 5primitives file to your
compilation (see the header with short guide) and then, when already
in amforth, to upload the Leon's lib but without the five primitives
- you have to cut them off (as those words are already defined in
basic compilation).
Pito

----- PŮVODNÍ ZPRÁVA -----
Od: "Jan Kromhout" <krom1...@hotmail.com>
Komu: amforth-devel@lists.sourceforge.net
Předmět: [Amforth] How to activate the floating point package
Datum: 7.5.2012 - 15:55:55

> Hello,
> 
> How do I activate the floting point packages?
> 
> Cheers,
> 
> 
> Jan kromhout
> Sacharovlaan 3
> 3223HM Hellevoetsluis-NL
> 
> ------------------------------------------------------------------------------
> > Live Security Virtual Conference
> Exclusive live event will cover all the ways
> today's security and 
> threat landscape has changed and how IT managers
> can respond. Discussions 
> will include endpoint security, mobile security
> and the latest in malware 
> threats.
> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Amforth-devel mailing list for
> http://amforth.sf.net/
> Amforth-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amforth-devel
> 


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to