Re: [fpc-devel] FPC SoftFPU implementation

2013-06-16 Thread Florian Klaempfl
Am 12.06.2013 15:45, schrieb Max Nazhalov: Wednesday, June 12, 2013, 4:00:52 AM, Florian wrote: FK> Am 09.06.2013 18:22, schrieb Max Nazhalov: Could this patch be reviewed and accepted/adapted/rejected? FK> Thanks, I applied it and fixed a few more things. Thanks a lot! Just two addition no

Re: [fpc-devel] FPC SoftFPU implementation

2013-06-12 Thread Max Nazhalov
Wednesday, June 12, 2013, 4:00:52 AM, Florian wrote: FK> Am 09.06.2013 18:22, schrieb Max Nazhalov: >> >> Could this patch be reviewed and accepted/adapted/rejected? FK> Thanks, I applied it and fixed a few more things. Thanks a lot! Just two addition notes: 1. Catched another 4 missing exits

Re: [fpc-devel] FPC SoftFPU implementation

2013-06-11 Thread Florian Klämpfl
Am 09.06.2013 18:22, schrieb Max Nazhalov: > > Could this patch be reviewed and accepted/adapted/rejected? Thanks, I applied it and fixed a few more things. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/li

RE: [fpc-devel] FPC SoftFPU implementation

2013-06-10 Thread Pierre Free Pascal
Hi Max, thank you for your contribution... While testing it, I managed to fix another independent longstanding bug in softfpu.pp (rev 24864) which fixes a int64<->single conversion error. I must confess that it's been a long time since I last looked at the software fpu support code... thus

Re: [fpc-devel] FPC SoftFPU implementation

2013-06-09 Thread Sven Barth
On 09.06.2013 18:22, Max Nazhalov wrote: Some time ago I had to do a few hw-independent experiments with floating point, and faced with "./fpc/rtl/inc/softfpu.pp" unit. Its' current state is far from finishing of porting stage, so I had to make some changes to get it up and compile with origina