Re: [fpc-pascal] Pascal Language Server

2020-05-02 Thread Mattias Gaertner via fpc-pascal
On Sat, 2 May 2020 10:18:36 +0700 Ryan Joseph via fpc-pascal wrote: >[...] > Found the problem. I overwrote "FirstChild" of TCodeTreeNode using a > var param. oops! I still thought LoadFile should have rebuilt the > node tree but it doesn't seem to do this (even if UpdateFromDisk and > Revert par

Re: [fpc-pascal] TFPGMap retrieving values

2020-05-02 Thread Sven Barth via fpc-pascal
Ryan Joseph via fpc-pascal schrieb am Sa., 2. Mai 2020, 12:33: > > > > On May 1, 2020, at 10:18 PM, Sven Barth > wrote: > > > > It is a map. It maps keys to values. Nowhere does it say how the map is > implemented. > > > > If you need to decide which map to use I suggest you to look at this > be

Re: [fpc-pascal] Vector code

2020-05-02 Thread Marco van de Voort
Op 2020-05-02 om 07:46 schreef Adriaan van Os: No, but you can ask questions here. I've done some minor x86_64 assembler work for image processing. Things like format conversions, uniform lighting, rotate, erosion/dilation etc. Thanks for offering. I am particularly interested in knowing th

Re: [fpc-pascal] Vector code

2020-05-02 Thread Joao Schuler
> Can someone recommend a good book on writing (assembly) vector code ? Although it's not what you asking for, you may find some examples at (look for "procedure AVXAdd"): https://github.com/joaopauloschuler/neural-api/blob/master/neural/neuralvolume.pas In the case that you are looking for X86 S