[CL] re-insert support for non-ARM compiler, through STM wrappers
diff --git a/ref_v_binary_sat_op.c b/ref_v_binary_sat_op.c
index 5608104..cafbcb7 100644
--- a/ref_v_binary_sat_op.c
+++ b/ref_v_binary_sat_op.c
@@ -28,7 +28,7 @@
 #ifdef __arm__
 #include <arm_neon.h>
 #else
-#error Target not supported
+#include "stm-arm-neon.h"
 #endif
 
 #include "stm-arm-neon-ref.h"