-
Notifications
You must be signed in to change notification settings - Fork 258
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
Clang18 build error on RVV (no error on Clang17) #1058
Comments
A simpler example to repeat the problem
build log
godbolt: clang17(no error): https://godbolt.org/z/jEGhrfbKc clang18 (error): https://godbolt.org/z/Ecrr14Tcn |
The obvious fix to the godbolt issue is to pass the expected parameter type, as in https://godbolt.org/z/41z94oP4c . I'll check what's the issue in xsimd, thanks for providing such a detailed reproducer. |
Thanks for your quick and helpful response, it looks like CI has passed. I also tested it locally and there were no compilation issues. |
Closed by #1059 |
When build with clang-18, error message:
The text was updated successfully, but these errors were encountered: