Skip to content
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.

SIMD Array Instructions is undefined #22

Open
TheGreeMug opened this issue Mar 29, 2018 · 2 comments
Open

SIMD Array Instructions is undefined #22

TheGreeMug opened this issue Mar 29, 2018 · 2 comments

Comments

@TheGreeMug
Copy link

TheGreeMug commented Mar 29, 2018

I'm bothering you with some errors I haven't been able to fix. Are related to SIMDArrayInstructions.cpp.
the __m128i and __m256i are not defined/found.
Let me know if you need more info.
Thanks!

image

@dajuric
Copy link
Owner

dajuric commented Apr 3, 2018 via email

@Andiamo1978
Copy link

i had the same issue and helps to include the following header in SIMDArrayInstructions.cpp

#include <intrin.h>
#include <emmintrin.h>

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

No branches or pull requests

3 participants