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