-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker file arm fpu setting #66
Comments
See https://wiki.debian.org/ArmHardFloatPort/VfpComparison#FPU
|
rustc uses
|
Ok, but you should test it on a RPi too, as I have never seen it there or used it there (I did some research when the RPi3 came out while trying to compile RetroArch, before they released a RPi3 version - ie I dont think it will work on the older RPi2 boards) There was recently a similar issue with options on WolfSSL using specific |
it might be that even |
No, I only have a RPi4. I think it might be better to align with whatever rustc defaults to? A mismatch between gcc and rustc may also cause trouble. And user can always override that env var when building. |
actually you should be able to test the EDIT:
thanks for making that known. That might be because |
Do you have a list of steps to do the test? I'm not total sure how.
Sorry, what do you mean?
To clarify, |
NOTE: If no one is complaining or a having problems then it is probably OK. I just brought it up because I have never seen or used it, and I have a few RPi's EDIT:
The compiler might reject it, the program might crash, or the maths might slow down. Sorry I dont have test case either, but I will keep that in the back of my mind and produce something later on, it might warrent further investigation, or "timing" at least - but see the first line in this post. And atm I dont have a Tegra to check it with either. Tho I am getting some more different hardware soon, I'll look into it more then .. |
in the following line what does
-d16
refer to, or enable:As far as I understand this is device specific, that is
-mfpu=vfpv3
will apply to more (Broadcom?)armv7
devices that have avfpv3
The text was updated successfully, but these errors were encountered: