Skip to content

build: fix Intel Compiler support #20960

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

Merged
merged 2 commits into from
Oct 28, 2021
Merged

Conversation

alalek
Copy link
Member

@alalek alalek commented Oct 28, 2021

  1. popcnt - available since ICC 19.0.0. Fixed case:
-- Performing Test HAVE_CPU_SSE4_1 (check file: cmake/checks/cpu_sse41.cpp)
-- Performing Test HAVE_CPU_SSE4_1 - Success
-- Performing Test HAVE_CPU_POPCNT (check file: cmake/checks/cpu_popcnt.cpp)
-- Performing Test HAVE_CPU_POPCNT - Failed
-- POPCNT is not supported by C++ compiler
-- Performing Test HAVE_CPU_SSE4_2 (check file: cmake/checks/cpu_sse42.cpp)
-- Performing Test HAVE_CPU_SSE4_2 - Success
  1. nodiscard - available with enabled C++17 support (ICC 18.0.0+, -std=c++17)
warning #1292: unknown attribute "nodiscard"

force_builders=Custom
build_image:Custom=oneapi-2021.4.0-icc
buildworker:Custom=linux-1

allow_multiple_commits=1

@alalek
Copy link
Member Author

alalek commented Oct 28, 2021

👍

@opencv-pushbot opencv-pushbot merged commit 770d3ea into opencv:3.4 Oct 28, 2021
@alalek alalek mentioned this pull request Oct 30, 2021
@alalek alalek mentioned this pull request Dec 30, 2021
@alalek alalek mentioned this pull request Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants