mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
gallium/util: remove duplicated include
Remove duplicated include. Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
237fa8a81c
commit
b719c91c82
1 changed files with 0 additions and 2 deletions
|
|
@ -78,8 +78,6 @@ _mm_castps_si128(__m128 a)
|
|||
|
||||
#else /* !PIPE_ARCH_SSSE3 */
|
||||
|
||||
#include <emmintrin.h>
|
||||
|
||||
/**
|
||||
* Describe _mm_shuffle_epi8() with gcc extended inline assembly, for cases
|
||||
* where -mssse3 is not supported/enabled.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue