Re: [fpc-devel] Adding new units to the compiler project

2021-02-17 Thread J. Gareth Moreton via fpc-devel
Thanks Jonas - that works a treat! Gareth aka. Kit On 17/02/2021 19:25, Jonas Maebe via fpc-devel wrote: On 17/02/2021 20:06, J. Gareth Moreton via fpc-devel wrote: I'm currently doing some experiments with vectorisation on x86 platforms.  One thing this might entail is a new

Re: [fpc-devel] Adding new units to the compiler project

2021-02-17 Thread Jonas Maebe via fpc-devel
On 17/02/2021 20:06, J. Gareth Moreton via fpc-devel wrote: > I'm currently doing some experiments with vectorisation on x86 > platforms.  One thing this might entail is a new platform-specific unit > (e.g. "x86/nx86bas.pas").  What's the usual configuration required for > the projects to see the

[fpc-devel] Adding new units to the compiler project

2021-02-17 Thread J. Gareth Moreton via fpc-devel
Hi everyone, I'm currently doing some experiments with vectorisation on x86 platforms.  One thing this might entail is a new platform-specific unit (e.g. "x86/nx86bas.pas").  What's the usual configuration required for the projects to see the unit and use the overridden classes within?