On 23/02/2016 10:09, Peter Maydell wrote: > Hi. I'm afraid this doesn't compile for x86-64 Linux:
What compiler is this, and does the following compile with no particular extra options? #pragma GCC target("avx2") #include <immintrin.h> __m256i foo; Paolo