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

AVX512F(_mm512_ceil_*, _mm512_floor_*) for MSVC, GCC and Clang #143

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

PearCoding
Copy link

Fixed compilation error when using AVX512F with MSVC, GCC and Clang.
Added Intel SVML replacement (the original code) for users.
The option SIMDPP_USE_SVML could be further used or dropped. Just added the basic support.
Compilation was tested with c++14:

  • MSVC 2017
  • gcc (Ubuntu 9.2.1-9ubuntu2) 9.2.1 20191008
  • gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
  • clang version 7.0.0 (tags/RELEASE_700/final)

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

Successfully merging this pull request may close these issues.

None yet

1 participant