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

icpc-18 triggers new warnings: "__m512" is incompatible with "__m512d" #75

Open
marehr opened this issue Jan 3, 2018 · 0 comments
Open

Comments

@marehr
Copy link
Contributor

marehr commented Jan 3, 2018

In file included from seqan-src/include/umesimd/plugins/avx512/UMESimdVecFloatAVX512.h(63),
                 from seqan-src/include/umesimd/plugins/UMESimdPluginAVX512.h(144),
                 from seqan-src/include/umesimd/UMESimd.h(110)
seqan-src/include/umesimd/plugins/avx512/float/UMESimdVecFloat64_16.h(1576): warning #167: argument of type "__m512" is incompatible with parameter of type "__m512d"
              mVec[0] = _mm512_mask_abs_pd(mVec[0], mask.mMask & 0xFF, _mm512_castpd_ps(mVec[0]));
                                                                       ^

In file included from seqan-src/include/umesimd/plugins/avx512/UMESimdVecFloatAVX512.h(63),
                 from seqan-src/include/umesimd/plugins/UMESimdPluginAVX512.h(144),
                 from seqan-src/include/umesimd/UMESimd.h(110)
seqan-src/include/umesimd/plugins/avx512/float/UMESimdVecFloat64_16.h(1577): warning #167: argument of type "__m512" is incompatible with parameter of type "__m512d"
              mVec[1] = _mm512_mask_abs_pd(mVec[1], ((mask.mMask & 0xFF00) >> 8), _mm512_castpd_ps(mVec[1]));
                                                                                  ^

@marehr marehr changed the title icpc-18 triggers new warnings argument of type "__m512" is incompatible with parameter of type "__m512d" icpc-18 triggers new warnings: "__m512" is incompatible with "__m512d" Jan 3, 2018
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

1 participant