-
Notifications
You must be signed in to change notification settings - Fork 290
fail to build _mm_cvtsd_si64 #83
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
Comments
In clang
That would explain why only the |
I think these may just need to be excluded on i686? We had to do that for some other bit-related intrinsics as well |
thx @gwenn ... ok, is there something specific i should do for documenting this? |
@pythoneer nah I think it's fine to just exclude it on i686 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
fails to build with
https://travis-ci.org/rust-lang-nursery/stdsimd/jobs/281644652
EDIT:
looks like
_mm_cvttsd_si64
is also failinghttps://travis-ci.org/rust-lang-nursery/stdsimd/jobs/281653879
The text was updated successfully, but these errors were encountered: