-
Notifications
You must be signed in to change notification settings - Fork 1.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
simd_powerpc.h: enable FPU on FreeBSD #17191
base: master
Are you sure you want to change the base?
Conversation
913a112
to
04a2341
Compare
5ed86e8
to
cf36060
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see you've committed it to FreeBSD before waiting for review here. I'll pass it this time, but you haven't even answered to one of my comments, so I assume you know what you are doing and there won't be a followup commit.
FreeBSD nowadays supports FPU in the kernel on powerpc*, so enable it. Signed-off-by: Piotr Kubaj <[email protected]>
Sorry, I didn't notice your comment before committing to FreeBSD. |
FreeBSD nowadays supports FPU in the kernel on powerpc*, so enable it.
Including machine/pcpu.h needs to be done before including sys/types.h, hence this order.
Motivation and Context
It enables ZFS to use assembly routines with SIMD.
Description
How Has This Been Tested?
Booting with ZFS on root on POWER9 workstation.
FreeBSD 14.2-RELEASE on POWER9, ZFS on /.
Types of changes
Checklist:
Signed-off-by
.