-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
soc: xlnx: zynq7000: add FPU support #83825
base: main
Are you sure you want to change the base?
Conversation
i checked the FPU on the HW with this function:
output: So according to the reference manual (https://developer.arm.com/documentation/ddi0487/latest/) fp16 hw conversion is supported, but not the floating point exception trapping. But does it matter? VFP_FEATURE_TRAP isn't used anywhere. |
According to its datasheet the Zynq 7000 has a VFPv3 FPU Signed-off-by: Simon Maurer <[email protected]>
I removed the half-precision support. According to MVFR1 register only conversion and not arithmetic is supported and I'm not sure if for the gcc -mfpu=vfpv3-fp16 flag both must be supported. |
According to its datasheet the Zynq 7000 has a VFPv3U FPU