Skip to content
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

Compile errors, cannot convert. #5

Open
matthewkeen opened this issue Jan 15, 2018 · 1 comment
Open

Compile errors, cannot convert. #5

matthewkeen opened this issue Jan 15, 2018 · 1 comment

Comments

@matthewkeen
Copy link

I'm getting lots of errors like this, any advice?

usr/lib/gcc/x86_64-amazon-linux/4.8.5/include/emmintrin.h: In function âvoid _mm_stream_si128(__m128i*, __m128i)â:
/usr/lib/gcc/x86_64-amazon-linux/4.8.5/include/emmintrin.h:1447:53: error: cannot convert â__v2di* {aka long long int*}â to â__vector(2) long long intâ for argument â1â to âvoid __builtin_ia32_movntdq(__vector(2) long long int, __vector(2) long long int)â
__builtin_ia32_movntdq ((__v2di *)__A, (__v2di)__B);

Thanks

@jgarzik
Copy link
Contributor

jgarzik commented Jan 25, 2018

Seems like an old C++ compiler or old libstdc++ library

What is your OS version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants