Skip to content

Commit

Permalink
Enable altivec on ppc64el
Browse files Browse the repository at this point in the history
  • Loading branch information
cgull committed Jun 11, 2015
1 parent fc80eaa commit d0db096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto/ocb.cc
Expand Up @@ -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)
Expand Down

0 comments on commit d0db096

Please sign in to comment.