Enable altivec on ppc64el
From http://launchpadlibrarian.net/171225681/mosh_1.2.4a-1build1_1.2.4a-1ubuntu1.diff.gz Fixes #615.
This commit is contained in:
+1
-1
@@ -185,7 +185,7 @@
|
||||
bl = _mm_slli_epi32(bl, 1);
|
||||
return _mm_xor_si128(bl,tmp);
|
||||
}
|
||||
#elif __ALTIVEC__
|
||||
#elif __ALTIVEC__ && _CALL_ELF != 2
|
||||
#include <altivec.h>
|
||||
typedef vector unsigned block;
|
||||
#define xor_block(x,y) vec_xor(x,y)
|
||||
|
||||
Reference in New Issue
Block a user