Skip to content
Snippets Groups Projects
Commit e17b1df1 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing POWER

parent 84fc08f9
No related branches found
No related tags found
No related merge requests found
Pipeline #4136 failed
......@@ -606,7 +606,7 @@ void loadParameters(int argc, char *argv[], OpenFPM & _openfpm)
fclose(file);
}
#if !defined(__APPLE__) || !defined(defined(__powerpc64__))
#if !defined(__APPLE__) || !defined(__powerpc64__)
#include <fenv.h>
#include <xmmintrin.h>
#include <pmmintrin.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment