aboutsummaryrefslogtreecommitdiff
path: root/src/abs~.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/abs~.c')
-rw-r--r--src/abs~.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/abs~.c b/src/abs~.c
index b55a742..d021f8e 100644
--- a/src/abs~.c
+++ b/src/abs~.c
@@ -119,7 +119,9 @@ static void sigABS_dsp(t_abs *x, t_signal **sp)
{
#ifdef __SSE__
if(
- (!(sp[0]->s_n & 15)) &&
+ Z_SIMD_CHKBLOCKSIZE(sp[0]->s_n) &&
+ Z_SIMD_CHKALIGN(sp[0]->s_vec) &&
+ Z_SIMD_CHKALIGN(sp[1]->s_vec) &&
ZEXY_TYPE_EQUAL(t_sample, float) &&
zexy_testSSE(sigABS_perform,
sigABS_performSSE,