Monday, 23 March 2015

Re: [gccsdk] VFP revisited

On 22/03/15 20:26, Jeffrey Lee wrote:
> Hi,
>
> Attached is a patch which fixes all the VFP FIXME's and deals with a few
> of the other issues preventing VFP/NEON from being used with trunk GCC.
> There are still a couple of bits which may need some more work (more on
> that later), but it brings us a lot closer to having production-ready
> VFP/NEON support than my original patch from a few years ago.
>
> Here's a rundown of the changes:

[snip]

Thanks for that, I'll get started on merging it in.

To make use of VFP compiled shared libraries, it looks like we need to
install them along side the soft float versions, perhaps in a vfp
directory. The dynamic linker will then load the correct version
according to the flags stored in the ELF header of the executable
(which I think does indicate the type of FP system used). I'll look into
that too.

Thanks,
Lee.


_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK

No comments:

Post a Comment