Re: [Lazarus] Quad precision library for Free Pascal

2016-11-21 Thread denisgolovan via Lazarus
http://www.jhauser.us/arithmetic/SoftFloat.html Looks pretty easy to make .obj/.o wrappers for FPC. See f128* files. Also it's quite portable and lacks excessive abstraction layers. Just basic arithmetics though. 19.11.2016, 02:02, "Ken Kashmarek via Lazarus" : > Does anyone know of or have imple

Re: [Lazarus] Quad precision library for Free Pascal

2016-11-21 Thread Josh via Lazarus
Would this thread be of any use ? http://forum.lazarus.freepascal.org/index.php?topic=27021.0 -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Quad precision library for Free Pascal

2016-11-21 Thread Michael Schnell via Lazarus
On 19.11.2016 00:01, Ken Kashmarek via Lazarus wrote: Does anyone know of or have implemented a quad precision (128-bit) library for Free Pascal. I see there are some available for C or GCC but not Free Pascal directly. Your feedback is appreciated I read many threads about arbitrary precision

[Lazarus] Quad precision library for Free Pascal

2016-11-18 Thread Ken Kashmarek via Lazarus
Does anyone know of or have implemented a quad precision (128-bit) library for Free Pascal. I see there are some available for C or GCC but not Free Pascal directly. Your feedback is appreciated Ken -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Quad-precisi