Re: [fpc-devel] Soft Float for AVR

2018-08-20 Thread Florian Klämpfl
Am 20.08.2018 um 20:00 schrieb Mathias: > The Arduino C ++ supports this, but is limited to 32Bit (single). This does not solve the softfpu problem as it is not ifdef'ed for single support only. > > mfg Mathias > > > Am 20.08.2018 um 19:26 schrieb Florian Klämpfl: >> Am 18.07.2018 um 14:33 sc

Re: [fpc-devel] Soft Float for AVR

2018-08-20 Thread Florian Klämpfl
Am 18.07.2018 um 14:33 schrieb Dimitrios Chr. Ioannidis via fpc-devel: > Hi, > >   AFAIU, the AVR architecture doesn't support floating point variables. > >   I want to ask if soft float support ( like ARM ) is planned. Does anyone > work or plan to work on this ? Problem is: the compiler throw

Re: [fpc-devel] Soft Float for AVR

2018-07-18 Thread Christo Crause
On Wed, 18 Jul 2018, 14:33 Dimitrios Chr. Ioannidis via fpc-devel, < fpc-devel@lists.freepascal.org> wrote: > Hi, > >AFAIU, the AVR architecture doesn't support floating point variables. > >I want to ask if soft float support ( like ARM ) is planned. Does > anyone work or plan to work on t

Re: [fpc-devel] Soft Float for AVR

2018-07-18 Thread Mathias
Hello The AVR does not support floating-point numbers on the hardware side. The ATtiny does not even support multiplications of Interger. The ATMega supports least multiplications of integers. Divisions do not support everyone. This refers to the 8-bit AVR, as it looks with the others, I do not

[fpc-devel] Soft Float for AVR

2018-07-18 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi, AFAIU, the AVR architecture doesn't support floating point variables. I want to ask if soft float support ( like ARM ) is planned. Does anyone work or plan to work on this ? regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fp