Comment 1 for bug 989439

Revision history for this message
Vasco Alexandre da Silva Costa (vasco-costa) wrote :

I had the same issue. The NVIDIA header file is borked. Replace this line in '/usr/include/nvidia-current/CL/cl_platform.h':
    #include <gmmintrin.h>

With this line:
    #include <immintrin.h>

Everything should compile fine again.