Re: [fpc-devel] FPC 3.2.0RC1 released!

2020-03-31 Thread J. Gareth Moreton
That's pretty good!  I guess our individual work on the compiler. while maybe giving marginal gains, really accumulate. Gareth aka. Kit On 31/03/2020 04:55, Joao Schuler wrote: Just tested with my own neural networks API and I can confirm that it works! Environment: WIN10 64bits AVX Tested w

Re: [fpc-devel] FPC 3.2.0RC1 released!

2020-03-31 Thread J. Gareth Moreton
Just a random thing, especially with the quarantines going on... if anyone wants to assign me one of the new bugs to fix that have been raised since the RC was released, I'll be happy to take a look. Gareth aka. Kit On 31/03/2020 09:44, J. Gareth Moreton wrote: That's pretty good!  I guess o

[fpc-devel] Partial compile issues

2020-03-31 Thread C Western
With the current trunk FPC I have been noticing for a while that, on changing the interface section of a unit, on the subsequent recompile of other units the compiler crashes or gives an error message for correct code. Simply clearing all the compiled files results in correct compilation. Any t

Re: [fpc-devel] Partial compile issues

2020-03-31 Thread denisgolovan via fpc-devel
> Simply clearing all the compiled files results in correct > compilation. Any thoughts on how to proceed with this? Am I the only one > to see this? > > Colin It happens sometimes. Although it happens much less frequent in current trunk. Please report in bugtracker if you have reproducible case.

Re: [fpc-devel] Error building xtensa rtl

2020-03-31 Thread Christo Crause via fpc-devel
On Tue, Mar 31, 2020 at 7:39 AM Sven Barth via fpc-devel < fpc-devel@lists.freepascal.org> wrote: > Am 30.03.2020 um 22:07 schrieb Christo Crause via fpc-devel: > > > On Sun, Mar 29, 2020 at 11:00 PM Florian Klämpfl > wrote: > >> Am 29.03.20 um 22:46 schrieb Christo Crause via fpc-devel: >> > It

Re: [fpc-devel] Error building xtensa rtl

2020-03-31 Thread Christo Crause via fpc-devel
On Tue, Mar 31, 2020 at 7:39 AM Sven Barth via fpc-devel < fpc-devel@lists.freepascal.org> wrote: > Am 30.03.2020 um 22:07 schrieb Christo Crause via fpc-devel: > > I've noticed GCC uses the SLLI + SRAI instructions to perform sign > extension on ESP8266. > > Since different CPUs can support diffe

Re: [fpc-devel] FPC 3.2.0RC1 released!

2020-03-31 Thread Florian Klämpfl
Am 31.03.20 um 05:55 schrieb Joao Schuler: Just tested with my own neural networks API and I can confirm that it works! Environment: WIN10 64bits AVX Tested with: https://github.com/joaopauloschuler/neural-api/blob/master/examples/SimpleImageClassifier/SimpleImageClassifier.lpr In this test,

Re: [fpc-devel] Error building xtensa rtl

2020-03-31 Thread Sven Barth via fpc-devel
Christo Crause schrieb am Di., 31. März 2020, 19:45: > On Tue, Mar 31, 2020 at 7:39 AM Sven Barth via fpc-devel < > fpc-devel@lists.freepascal.org> wrote: > >> Am 30.03.2020 um 22:07 schrieb Christo Crause via fpc-devel: >> >> I've noticed GCC uses the SLLI + SRAI instructions to perform sign >>