mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
*fix palignr implementation for VSX Release mode
*add unit test for palignr *enable unit test building for Release mode
This commit is contained in:
@@ -381,6 +381,7 @@ m128 palignr_imm(m128 r, m128 l, int offset) {
|
||||
static really_really_inline
|
||||
m128 palignr(m128 r, m128 l, int offset) {
|
||||
#if defined(HS_OPTIMIZE)
|
||||
// need a faster way to do this.
|
||||
return palignr_imm(r, l, offset);
|
||||
#else
|
||||
return palignr_imm(r, l, offset);
|
||||
|
Reference in New Issue
Block a user