View previous topic :: View next topic |
Author |
Message |
Odiseus n00b
Joined: 21 Dec 2012 Posts: 15
|
Posted: Tue Aug 06, 2013 5:48 pm Post subject: x11-drivers/xf86-video-nouveau-1.0.9 immintrin.h |
|
|
Hi,
emerge x11-drivers/xf86-video-nouveau-1.0.9/ Error Message:
Code: | /var/tmp/portage/x11-drivers/xf86-video-nouveau-1.0.9/work/xf86-video-nouveau-1.0.9/src/nouveau_xv.c:28:23: fatal error: immintrin.h: No such file or directory |
On ~amd64 immintrin.h it is there:
/usr/lib64/gcc/x86_64-pc-linux-gnu/4.7.3/include/immintrin.h
On ~ppc64 it is not.
Snippet /usr/lib64/gcc/x86_64-pc-linux-gnu/4.7.3/include/immintrin.h
Code: | #ifdef __SSE__
#include <xmmintrin.h>
#endif
#ifdef __SSE2__
#include <emmintrin.h>
#endif |
For me it looks pretty much like x86 stuff?
Should I file a bug report?
Michael |
|
Back to top |
|
|
JoseJX Retired Dev
Joined: 28 Apr 2002 Posts: 2774
|
|
Back to top |
|
|
gnu_andrew n00b
Joined: 11 Apr 2008 Posts: 19
|
Posted: Mon Sep 23, 2013 11:16 pm Post subject: |
|
|
Just hit this myself; why hasn't the patch been added to the Gentoo ebuild? |
|
Back to top |
|
|
|