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

Pre-processing (GAPI): Fix for ia32 with sse42 issue. #4433

Merged

Conversation

anna-khakimova
Copy link

@anna-khakimova anna-khakimova commented Feb 19, 2021

Issue details:

  • Preprocessing library can't be compiled with IA32
    Issue is observed because of _mm_insert_epi64() intrinsic of SSE42 instruction set.
    It is not supported for i386.
    In this fix the _mm_insert_epi64() was replaced with _mm_loadh_pd()

@anna-khakimova anna-khakimova requested a review from a team February 19, 2021 23:46
@openvino-pushbot openvino-pushbot added the category: inference OpenVINO Runtime library - Inference label Feb 19, 2021
@anna-khakimova anna-khakimova added category: preprocessing (deprecated) Inference Engine Preprocessing library bug Something isn't working labels Feb 19, 2021
@ilya-lavrenov ilya-lavrenov added this to the 2021.3 milestone Feb 20, 2021
@ilya-lavrenov ilya-lavrenov merged commit 434a517 into openvinotoolkit:master Feb 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working category: inference OpenVINO Runtime library - Inference category: preprocessing (deprecated) Inference Engine Preprocessing library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants