remove simd_utils.c

This commit is contained in:
Konstantinos Margaritis
2021-10-09 00:34:35 +03:00
parent 2f55e5b54f
commit f2e45ccc06
4 changed files with 70 additions and 68 deletions

View File

@@ -279,7 +279,6 @@ m128 loadbytes128(const void *ptr, unsigned int n) {
return a;
}
#define CASE_ALIGN_VECTORS(a, b, offset) case offset: return (m128)vextq_s8((int8x16_t)(a), (int8x16_t)(b), (offset)); break;
static really_really_inline