-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Next merge from LLVM and clang; SIMD issues #4430
Comments
Perhaps related, |
Note that there were some merge conflicts dealing with atomics (as can be seen in the merge commit). It's possible I did something wrong there. |
…uire that arguments to certain SIMD functions are in uint8_t range. Fixes #4430.
Pushed above commit to fix what was an easy compile error. There is another issue which is much more complex, wrote it down as #4435. I'll mark this closed in favor of that. |
In the
next-merge
branches for llvm and clang there is a merge of upstream from around a week ago. Looks like the newer clang has more warnings and errors than before, and in particulartest_ssse3_full
fails oncc @juj
The text was updated successfully, but these errors were encountered: