-
Notifications
You must be signed in to change notification settings - Fork 370
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
Use intrinsics for all sifive_x280 kernels #822
Conversation
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.
Thanks for doing all of these conversions, @myeh01!
kernels/sifive_x280/1/bli_invscalv_sifive_x280_intr/bli_invscalv_sifive_x280_intr_complex.c
Show resolved
Hide resolved
If you check the CI/CD build, you see one compiler error.
|
Integer types ( |
To address a bug encountered in #805, this PR converts all kernels in the sifive_x280 configuration written in inline assembly to intrinsics.