minimap2 0.2.25.1 → 0.2.26.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +9 -0
- data/ext/Rakefile +2 -2
- data/ext/minimap2/NEWS.md +9 -0
- data/ext/minimap2/README.md +2 -2
- data/ext/minimap2/cookbook.md +2 -2
- data/ext/minimap2/minimap.h +1 -1
- data/ext/minimap2/minimap2.1 +1 -1
- data/ext/minimap2/misc/paftools.js +1 -1
- data/ext/minimap2/python/mappy.pyx +1 -1
- data/ext/minimap2/setup.py +22 -32
- data/lib/minimap2/version.rb +1 -1
- metadata +1 -97
- data/ext/minimap2/lib/simde/CONTRIBUTING.md +0 -114
- data/ext/minimap2/lib/simde/COPYING +0 -20
- data/ext/minimap2/lib/simde/README.md +0 -333
- data/ext/minimap2/lib/simde/amalgamate.py +0 -58
- data/ext/minimap2/lib/simde/meson.build +0 -33
- data/ext/minimap2/lib/simde/netlify.toml +0 -20
- data/ext/minimap2/lib/simde/simde/arm/neon/float32x2.h +0 -140
- data/ext/minimap2/lib/simde/simde/arm/neon/float32x4.h +0 -137
- data/ext/minimap2/lib/simde/simde/arm/neon/float64x1.h +0 -142
- data/ext/minimap2/lib/simde/simde/arm/neon/float64x2.h +0 -145
- data/ext/minimap2/lib/simde/simde/arm/neon/int16x4.h +0 -140
- data/ext/minimap2/lib/simde/simde/arm/neon/int16x8.h +0 -145
- data/ext/minimap2/lib/simde/simde/arm/neon/int32x2.h +0 -140
- data/ext/minimap2/lib/simde/simde/arm/neon/int32x4.h +0 -143
- data/ext/minimap2/lib/simde/simde/arm/neon/int64x1.h +0 -137
- data/ext/minimap2/lib/simde/simde/arm/neon/int64x2.h +0 -141
- data/ext/minimap2/lib/simde/simde/arm/neon/int8x16.h +0 -147
- data/ext/minimap2/lib/simde/simde/arm/neon/int8x8.h +0 -141
- data/ext/minimap2/lib/simde/simde/arm/neon/uint16x4.h +0 -134
- data/ext/minimap2/lib/simde/simde/arm/neon/uint16x8.h +0 -138
- data/ext/minimap2/lib/simde/simde/arm/neon/uint32x2.h +0 -134
- data/ext/minimap2/lib/simde/simde/arm/neon/uint32x4.h +0 -137
- data/ext/minimap2/lib/simde/simde/arm/neon/uint64x1.h +0 -131
- data/ext/minimap2/lib/simde/simde/arm/neon/uint64x2.h +0 -135
- data/ext/minimap2/lib/simde/simde/arm/neon/uint8x16.h +0 -141
- data/ext/minimap2/lib/simde/simde/arm/neon/uint8x8.h +0 -135
- data/ext/minimap2/lib/simde/simde/arm/neon.h +0 -97
- data/ext/minimap2/lib/simde/simde/check.h +0 -267
- data/ext/minimap2/lib/simde/simde/debug-trap.h +0 -83
- data/ext/minimap2/lib/simde/simde/hedley.h +0 -1899
- data/ext/minimap2/lib/simde/simde/simde-arch.h +0 -445
- data/ext/minimap2/lib/simde/simde/simde-common.h +0 -697
- data/ext/minimap2/lib/simde/simde/x86/avx.h +0 -5385
- data/ext/minimap2/lib/simde/simde/x86/avx2.h +0 -2402
- data/ext/minimap2/lib/simde/simde/x86/avx512bw.h +0 -391
- data/ext/minimap2/lib/simde/simde/x86/avx512f.h +0 -3389
- data/ext/minimap2/lib/simde/simde/x86/avx512vl.h +0 -112
- data/ext/minimap2/lib/simde/simde/x86/fma.h +0 -659
- data/ext/minimap2/lib/simde/simde/x86/mmx.h +0 -2210
- data/ext/minimap2/lib/simde/simde/x86/sse.h +0 -3696
- data/ext/minimap2/lib/simde/simde/x86/sse2.h +0 -5991
- data/ext/minimap2/lib/simde/simde/x86/sse3.h +0 -343
- data/ext/minimap2/lib/simde/simde/x86/sse4.1.h +0 -1783
- data/ext/minimap2/lib/simde/simde/x86/sse4.2.h +0 -105
- data/ext/minimap2/lib/simde/simde/x86/ssse3.h +0 -1053
- data/ext/minimap2/lib/simde/simde/x86/svml.h +0 -543
- data/ext/minimap2/lib/simde/test/CMakeLists.txt +0 -166
- data/ext/minimap2/lib/simde/test/arm/meson.build +0 -4
- data/ext/minimap2/lib/simde/test/arm/neon/meson.build +0 -23
- data/ext/minimap2/lib/simde/test/arm/neon/skel.c +0 -871
- data/ext/minimap2/lib/simde/test/arm/neon/test-neon-internal.h +0 -134
- data/ext/minimap2/lib/simde/test/arm/neon/test-neon.c +0 -39
- data/ext/minimap2/lib/simde/test/arm/neon/test-neon.h +0 -10
- data/ext/minimap2/lib/simde/test/arm/neon/vadd.c +0 -1260
- data/ext/minimap2/lib/simde/test/arm/neon/vdup_n.c +0 -873
- data/ext/minimap2/lib/simde/test/arm/neon/vmul.c +0 -1084
- data/ext/minimap2/lib/simde/test/arm/neon/vsub.c +0 -1260
- data/ext/minimap2/lib/simde/test/arm/test-arm-internal.h +0 -18
- data/ext/minimap2/lib/simde/test/arm/test-arm.c +0 -20
- data/ext/minimap2/lib/simde/test/arm/test-arm.h +0 -8
- data/ext/minimap2/lib/simde/test/cmake/AddCompilerFlags.cmake +0 -171
- data/ext/minimap2/lib/simde/test/cmake/ExtraWarningFlags.cmake +0 -68
- data/ext/minimap2/lib/simde/test/meson.build +0 -64
- data/ext/minimap2/lib/simde/test/munit/COPYING +0 -21
- data/ext/minimap2/lib/simde/test/munit/Makefile +0 -55
- data/ext/minimap2/lib/simde/test/munit/README.md +0 -54
- data/ext/minimap2/lib/simde/test/munit/example.c +0 -351
- data/ext/minimap2/lib/simde/test/munit/meson.build +0 -37
- data/ext/minimap2/lib/simde/test/munit/munit.c +0 -2055
- data/ext/minimap2/lib/simde/test/munit/munit.h +0 -535
- data/ext/minimap2/lib/simde/test/run-tests.c +0 -20
- data/ext/minimap2/lib/simde/test/run-tests.h +0 -260
- data/ext/minimap2/lib/simde/test/x86/avx.c +0 -13752
- data/ext/minimap2/lib/simde/test/x86/avx2.c +0 -9977
- data/ext/minimap2/lib/simde/test/x86/avx512bw.c +0 -2664
- data/ext/minimap2/lib/simde/test/x86/avx512f.c +0 -10416
- data/ext/minimap2/lib/simde/test/x86/avx512vl.c +0 -210
- data/ext/minimap2/lib/simde/test/x86/fma.c +0 -2557
- data/ext/minimap2/lib/simde/test/x86/meson.build +0 -33
- data/ext/minimap2/lib/simde/test/x86/mmx.c +0 -2878
- data/ext/minimap2/lib/simde/test/x86/skel.c +0 -2984
- data/ext/minimap2/lib/simde/test/x86/sse.c +0 -5121
- data/ext/minimap2/lib/simde/test/x86/sse2.c +0 -9860
- data/ext/minimap2/lib/simde/test/x86/sse3.c +0 -486
- data/ext/minimap2/lib/simde/test/x86/sse4.1.c +0 -3446
- data/ext/minimap2/lib/simde/test/x86/sse4.2.c +0 -101
- data/ext/minimap2/lib/simde/test/x86/ssse3.c +0 -2084
- data/ext/minimap2/lib/simde/test/x86/svml.c +0 -1545
- data/ext/minimap2/lib/simde/test/x86/test-avx.h +0 -16
- data/ext/minimap2/lib/simde/test/x86/test-avx512.h +0 -25
- data/ext/minimap2/lib/simde/test/x86/test-mmx.h +0 -13
- data/ext/minimap2/lib/simde/test/x86/test-sse.h +0 -13
- data/ext/minimap2/lib/simde/test/x86/test-sse2.h +0 -13
- data/ext/minimap2/lib/simde/test/x86/test-x86-internal.h +0 -196
- data/ext/minimap2/lib/simde/test/x86/test-x86.c +0 -48
- data/ext/minimap2/lib/simde/test/x86/test-x86.h +0 -8
@@ -1,140 +0,0 @@
|
|
1
|
-
/* Copyright (c) 2018-2019 Evan Nemerson <evan@nemerson.com>
|
2
|
-
*
|
3
|
-
* Permission is hereby granted, free of charge, to any person
|
4
|
-
* obtaining a copy of this software and associated documentation
|
5
|
-
* files (the "Software"), to deal in the Software without
|
6
|
-
* restriction, including without limitation the rights to use, copy,
|
7
|
-
* modify, merge, publish, distribute, sublicense, and/or sell copies
|
8
|
-
* of the Software, and to permit persons to whom the Software is
|
9
|
-
* furnished to do so, subject to the following conditions:
|
10
|
-
*
|
11
|
-
* The above copyright notice and this permission notice shall be
|
12
|
-
* included in all copies or substantial portions of the Software.
|
13
|
-
*
|
14
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
-
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
-
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
-
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
|
18
|
-
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
|
19
|
-
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
20
|
-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
-
* SOFTWARE.
|
22
|
-
*/
|
23
|
-
|
24
|
-
#if !defined(SIMDE__INSIDE_NEON_H)
|
25
|
-
# error Do not include simde/arm/neon/int32x2.h directly; use simde/arm/neon.h.
|
26
|
-
#endif
|
27
|
-
|
28
|
-
#if !defined(SIMDE__NEON_INT32X2_H)
|
29
|
-
#define SIMDE__NEON_INT32X2_H
|
30
|
-
|
31
|
-
typedef union {
|
32
|
-
#if defined(SIMDE_VECTOR_SUBSCRIPT)
|
33
|
-
int32_t i32 SIMDE_VECTOR(8) SIMDE_MAY_ALIAS;
|
34
|
-
#else
|
35
|
-
int32_t i32[2];
|
36
|
-
#endif
|
37
|
-
|
38
|
-
#if defined(SIMDE_NEON_NATIVE)
|
39
|
-
int32x2_t n;
|
40
|
-
#endif
|
41
|
-
|
42
|
-
#if defined(SIMDE_NEON_MMX)
|
43
|
-
__m64 mmx;
|
44
|
-
#endif
|
45
|
-
} simde_int32x2_t;
|
46
|
-
|
47
|
-
#if defined(SIMDE_NEON_NATIVE)
|
48
|
-
HEDLEY_STATIC_ASSERT(sizeof(int32x2_t) == sizeof(simde_int32x2_t), "int32x2_t size doesn't match simde_int32x2_t size");
|
49
|
-
#endif
|
50
|
-
HEDLEY_STATIC_ASSERT(8 == sizeof(simde_int32x2_t), "simde_int32x2_t size incorrect");
|
51
|
-
|
52
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
53
|
-
simde_int32x2_t
|
54
|
-
simde_vadd_s32(simde_int32x2_t a, simde_int32x2_t b) {
|
55
|
-
simde_int32x2_t r;
|
56
|
-
#if defined(SIMDE_NEON_NATIVE)
|
57
|
-
r.n = vadd_s32(a.n, b.n);
|
58
|
-
#elif defined(SIMDE_MMX_NATIVE)
|
59
|
-
r.mmx = _mm_add_pi32(a.mmx, b.mmx);
|
60
|
-
#else
|
61
|
-
SIMDE__VECTORIZE
|
62
|
-
for (size_t i = 0 ; i < (sizeof(r.i32) / sizeof(r.i32[0])) ; i++) {
|
63
|
-
r.i32[i] = a.i32[i] + b.i32[i];
|
64
|
-
}
|
65
|
-
#endif
|
66
|
-
return r;
|
67
|
-
}
|
68
|
-
|
69
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
70
|
-
simde_int32x2_t
|
71
|
-
simde_vld1_s32 (int32_t const ptr[2]) {
|
72
|
-
simde_int32x2_t r;
|
73
|
-
#if defined(SIMDE_NEON_NATIVE)
|
74
|
-
r.n = vld1_s32(ptr);
|
75
|
-
#else
|
76
|
-
SIMDE__VECTORIZE
|
77
|
-
for (size_t i = 0 ; i < (sizeof(r.i32) / sizeof(r.i32[0])) ; i++) {
|
78
|
-
r.i32[i] = ptr[i];
|
79
|
-
}
|
80
|
-
#endif
|
81
|
-
return r;
|
82
|
-
}
|
83
|
-
|
84
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
85
|
-
simde_int32x2_t
|
86
|
-
simde_x_vload_s32 (int32_t l0, int32_t l1) {
|
87
|
-
int32_t v[] = { l0, l1 };
|
88
|
-
return simde_vld1_s32(v);
|
89
|
-
}
|
90
|
-
|
91
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
92
|
-
simde_int32x2_t
|
93
|
-
simde_vdup_n_s32 (int32_t value) {
|
94
|
-
simde_int32x2_t r;
|
95
|
-
#if defined(SIMDE_NEON_NATIVE)
|
96
|
-
r.n = vdup_n_s32(value);
|
97
|
-
#else
|
98
|
-
SIMDE__VECTORIZE
|
99
|
-
for (size_t i = 0 ; i < (sizeof(r.i32) / sizeof(r.i32[0])) ; i++) {
|
100
|
-
r.i32[i] = value;
|
101
|
-
}
|
102
|
-
#endif
|
103
|
-
return r;
|
104
|
-
}
|
105
|
-
|
106
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
107
|
-
simde_int32x2_t
|
108
|
-
simde_vmul_s32(simde_int32x2_t a, simde_int32x2_t b) {
|
109
|
-
simde_int32x2_t r;
|
110
|
-
#if defined(SIMDE_NEON_NATIVE)
|
111
|
-
r.n = vmul_s32(a.n, b.n);
|
112
|
-
#elif defined(SIMDE_MMX_NATIVE)
|
113
|
-
r.mmx = _mm_mul_pi32(a.mmx, b.mmx);
|
114
|
-
#else
|
115
|
-
SIMDE__VECTORIZE
|
116
|
-
for (size_t i = 0 ; i < (sizeof(r.i32) / sizeof(r.i32[0])) ; i++) {
|
117
|
-
r.i32[i] = a.i32[i] * b.i32[i];
|
118
|
-
}
|
119
|
-
#endif
|
120
|
-
return r;
|
121
|
-
}
|
122
|
-
|
123
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
124
|
-
simde_int32x2_t
|
125
|
-
simde_vsub_s32(simde_int32x2_t a, simde_int32x2_t b) {
|
126
|
-
simde_int32x2_t r;
|
127
|
-
#if defined(SIMDE_NEON_NATIVE)
|
128
|
-
r.n = vsub_s32(a.n, b.n);
|
129
|
-
#elif defined(SIMDE_MMX_NATIVE)
|
130
|
-
r.mmx = _mm_sub_pi32(a.mmx, b.mmx);
|
131
|
-
#else
|
132
|
-
SIMDE__VECTORIZE
|
133
|
-
for (size_t i = 0 ; i < (sizeof(r.i32) / sizeof(r.i32[0])) ; i++) {
|
134
|
-
r.i32[i] = a.i32[i] - b.i32[i];
|
135
|
-
}
|
136
|
-
#endif
|
137
|
-
return r;
|
138
|
-
}
|
139
|
-
|
140
|
-
#endif
|
@@ -1,143 +0,0 @@
|
|
1
|
-
/* Copyright (c) 2018-2019 Evan Nemerson <evan@nemerson.com>
|
2
|
-
*
|
3
|
-
* Permission is hereby granted, free of charge, to any person
|
4
|
-
* obtaining a copy of this software and associated documentation
|
5
|
-
* files (the "Software"), to deal in the Software without
|
6
|
-
* restriction, including without limitation the rights to use, copy,
|
7
|
-
* modify, merge, publish, distribute, sublicense, and/or sell copies
|
8
|
-
* of the Software, and to permit persons to whom the Software is
|
9
|
-
* furnished to do so, subject to the following conditions:
|
10
|
-
*
|
11
|
-
* The above copyright notice and this permission notice shall be
|
12
|
-
* included in all copies or substantial portions of the Software.
|
13
|
-
*
|
14
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
-
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
-
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
-
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
|
18
|
-
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
|
19
|
-
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
20
|
-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
-
* SOFTWARE.
|
22
|
-
*/
|
23
|
-
|
24
|
-
#if !defined(SIMDE__INSIDE_NEON_H)
|
25
|
-
# error Do not include simde/arm/neon/int32x4.h directly; use simde/arm/neon.h.
|
26
|
-
#endif
|
27
|
-
|
28
|
-
#if !defined(SIMDE__NEON_INT32X4_H)
|
29
|
-
#define SIMDE__NEON_INT32X4_H
|
30
|
-
|
31
|
-
typedef union {
|
32
|
-
#if defined(SIMDE_VECTOR_SUBSCRIPT)
|
33
|
-
int32_t i32 SIMDE_VECTOR(16) SIMDE_MAY_ALIAS;
|
34
|
-
#else
|
35
|
-
int32_t i32[4];
|
36
|
-
#endif
|
37
|
-
|
38
|
-
#if defined(SIMDE_NEON_NATIVE)
|
39
|
-
int32x4_t n;
|
40
|
-
#endif
|
41
|
-
|
42
|
-
#if defined(SIMDE_NEON_MMX)
|
43
|
-
__m64 mmx[2];
|
44
|
-
#endif
|
45
|
-
#if defined(SIMDE_NEON_SSE2)
|
46
|
-
__m128i sse;
|
47
|
-
#endif
|
48
|
-
} simde_int32x4_t;
|
49
|
-
|
50
|
-
#if defined(SIMDE_NEON_NATIVE)
|
51
|
-
HEDLEY_STATIC_ASSERT(sizeof(int32x4_t) == sizeof(simde_int32x4_t), "int32x4_t size doesn't match simde_int32x4_t size");
|
52
|
-
#endif
|
53
|
-
HEDLEY_STATIC_ASSERT(16 == sizeof(simde_int32x4_t), "simde_int32x4_t size incorrect");
|
54
|
-
|
55
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
56
|
-
simde_int32x4_t
|
57
|
-
simde_vaddq_s32(simde_int32x4_t a, simde_int32x4_t b) {
|
58
|
-
simde_int32x4_t r;
|
59
|
-
#if defined(SIMDE_NEON_NATIVE)
|
60
|
-
r.n = vaddq_s32(a.n, b.n);
|
61
|
-
#elif defined(SIMDE_SSE2_NATIVE)
|
62
|
-
r.sse = _mm_add_epi32(a.sse, b.sse);
|
63
|
-
#else
|
64
|
-
SIMDE__VECTORIZE
|
65
|
-
for (size_t i = 0 ; i < (sizeof(r.i32) / sizeof(r.i32[0])) ; i++) {
|
66
|
-
r.i32[i] = a.i32[i] + b.i32[i];
|
67
|
-
}
|
68
|
-
#endif
|
69
|
-
return r;
|
70
|
-
}
|
71
|
-
|
72
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
73
|
-
simde_int32x4_t
|
74
|
-
simde_vld1q_s32 (int32_t const ptr[4]) {
|
75
|
-
simde_int32x4_t r;
|
76
|
-
#if defined(SIMDE_NEON_NATIVE)
|
77
|
-
r.n = vld1q_s32(ptr);
|
78
|
-
#else
|
79
|
-
SIMDE__VECTORIZE
|
80
|
-
for (size_t i = 0 ; i < (sizeof(r.i32) / sizeof(r.i32[0])) ; i++) {
|
81
|
-
r.i32[i] = ptr[i];
|
82
|
-
}
|
83
|
-
#endif
|
84
|
-
return r;
|
85
|
-
}
|
86
|
-
|
87
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
88
|
-
simde_int32x4_t
|
89
|
-
simde_x_vloadq_s32 (int32_t l0, int32_t l1, int32_t l2, int32_t l3) {
|
90
|
-
int32_t v[] = { l0, l1, l2, l3 };
|
91
|
-
return simde_vld1q_s32(v);
|
92
|
-
}
|
93
|
-
|
94
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
95
|
-
simde_int32x4_t
|
96
|
-
simde_vdupq_n_s32 (int32_t value) {
|
97
|
-
simde_int32x4_t r;
|
98
|
-
#if defined(SIMDE_NEON_NATIVE)
|
99
|
-
r.n = vdupq_n_s32(value);
|
100
|
-
#else
|
101
|
-
SIMDE__VECTORIZE
|
102
|
-
for (size_t i = 0 ; i < (sizeof(r.i32) / sizeof(r.i32[0])) ; i++) {
|
103
|
-
r.i32[i] = value;
|
104
|
-
}
|
105
|
-
#endif
|
106
|
-
return r;
|
107
|
-
}
|
108
|
-
|
109
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
110
|
-
simde_int32x4_t
|
111
|
-
simde_vmulq_s32(simde_int32x4_t a, simde_int32x4_t b) {
|
112
|
-
simde_int32x4_t r;
|
113
|
-
#if defined(SIMDE_NEON_NATIVE)
|
114
|
-
r.n = vmulq_s32(a.n, b.n);
|
115
|
-
#elif defined(SIMDE_SSE2_NATIVE)
|
116
|
-
r.sse = _mm_mul_epi32(a.sse, b.sse);
|
117
|
-
#else
|
118
|
-
SIMDE__VECTORIZE
|
119
|
-
for (size_t i = 0 ; i < (sizeof(r.i32) / sizeof(r.i32[0])) ; i++) {
|
120
|
-
r.i32[i] = a.i32[i] * b.i32[i];
|
121
|
-
}
|
122
|
-
#endif
|
123
|
-
return r;
|
124
|
-
}
|
125
|
-
|
126
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
127
|
-
simde_int32x4_t
|
128
|
-
simde_vsubq_s32(simde_int32x4_t a, simde_int32x4_t b) {
|
129
|
-
simde_int32x4_t r;
|
130
|
-
#if defined(SIMDE_NEON_NATIVE)
|
131
|
-
r.n = vsubq_s32(a.n, b.n);
|
132
|
-
#elif defined(SIMDE_SSE2_NATIVE)
|
133
|
-
r.sse = _mm_sub_epi32(a.sse, b.sse);
|
134
|
-
#else
|
135
|
-
SIMDE__VECTORIZE
|
136
|
-
for (size_t i = 0 ; i < (sizeof(r.i32) / sizeof(r.i32[0])) ; i++) {
|
137
|
-
r.i32[i] = a.i32[i] - b.i32[i];
|
138
|
-
}
|
139
|
-
#endif
|
140
|
-
return r;
|
141
|
-
}
|
142
|
-
|
143
|
-
#endif
|
@@ -1,137 +0,0 @@
|
|
1
|
-
/* Copyright (c) 2018-2019 Evan Nemerson <evan@nemerson.com>
|
2
|
-
*
|
3
|
-
* Permission is hereby granted, free of charge, to any person
|
4
|
-
* obtaining a copy of this software and associated documentation
|
5
|
-
* files (the "Software"), to deal in the Software without
|
6
|
-
* restriction, including without limitation the rights to use, copy,
|
7
|
-
* modify, merge, publish, distribute, sublicense, and/or sell copies
|
8
|
-
* of the Software, and to permit persons to whom the Software is
|
9
|
-
* furnished to do so, subject to the following conditions:
|
10
|
-
*
|
11
|
-
* The above copyright notice and this permission notice shall be
|
12
|
-
* included in all copies or substantial portions of the Software.
|
13
|
-
*
|
14
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
-
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
-
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
-
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
|
18
|
-
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
|
19
|
-
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
20
|
-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
-
* SOFTWARE.
|
22
|
-
*/
|
23
|
-
|
24
|
-
#if !defined(SIMDE__INSIDE_NEON_H)
|
25
|
-
# error Do not include simde/arm/neon/int64x1.h directly; use simde/arm/neon.h.
|
26
|
-
#endif
|
27
|
-
|
28
|
-
#if !defined(SIMDE__NEON_INT64X1_H)
|
29
|
-
#define SIMDE__NEON_INT64X1_H
|
30
|
-
|
31
|
-
typedef union {
|
32
|
-
#if defined(SIMDE_VECTOR_SUBSCRIPT)
|
33
|
-
int64_t i64 SIMDE_VECTOR(8) SIMDE_MAY_ALIAS;
|
34
|
-
#else
|
35
|
-
int64_t i64[1];
|
36
|
-
#endif
|
37
|
-
|
38
|
-
#if defined(SIMDE_NEON_NATIVE)
|
39
|
-
int64x1_t n;
|
40
|
-
#endif
|
41
|
-
|
42
|
-
#if defined(SIMDE_NEON_MMX)
|
43
|
-
__m64 mmx;
|
44
|
-
#endif
|
45
|
-
} simde_int64x1_t;
|
46
|
-
|
47
|
-
#if defined(SIMDE_NEON_NATIVE)
|
48
|
-
HEDLEY_STATIC_ASSERT(sizeof(int64x1_t) == sizeof(simde_int64x1_t), "int64x1_t size doesn't match simde_int64x1_t size");
|
49
|
-
#endif
|
50
|
-
HEDLEY_STATIC_ASSERT(8 == sizeof(simde_int64x1_t), "simde_int64x1_t size incorrect");
|
51
|
-
|
52
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
53
|
-
simde_int64x1_t
|
54
|
-
simde_vadd_s64(simde_int64x1_t a, simde_int64x1_t b) {
|
55
|
-
simde_int64x1_t r;
|
56
|
-
#if defined(SIMDE_NEON_NATIVE)
|
57
|
-
r.n = vadd_s64(a.n, b.n);
|
58
|
-
#elif defined(SIMDE_MMX_NATIVE)
|
59
|
-
r.mmx = _mm_add_pi64(a.mmx, b.mmx);
|
60
|
-
#else
|
61
|
-
SIMDE__VECTORIZE
|
62
|
-
for (size_t i = 0 ; i < (sizeof(r.i64) / sizeof(r.i64[0])) ; i++) {
|
63
|
-
r.i64[i] = a.i64[i] + b.i64[i];
|
64
|
-
}
|
65
|
-
#endif
|
66
|
-
return r;
|
67
|
-
}
|
68
|
-
|
69
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
70
|
-
simde_int64x1_t
|
71
|
-
simde_vld1_s64 (int64_t const ptr[1]) {
|
72
|
-
simde_int64x1_t r;
|
73
|
-
#if defined(SIMDE_NEON_NATIVE)
|
74
|
-
r.n = vld1_s64(ptr);
|
75
|
-
#else
|
76
|
-
SIMDE__VECTORIZE
|
77
|
-
for (size_t i = 0 ; i < (sizeof(r.i64) / sizeof(r.i64[0])) ; i++) {
|
78
|
-
r.i64[i] = ptr[i];
|
79
|
-
}
|
80
|
-
#endif
|
81
|
-
return r;
|
82
|
-
}
|
83
|
-
|
84
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
85
|
-
simde_int64x1_t
|
86
|
-
simde_x_vload_s64 (int64_t l0) {
|
87
|
-
return simde_vld1_s64(&l0);
|
88
|
-
}
|
89
|
-
|
90
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
91
|
-
simde_int64x1_t
|
92
|
-
simde_vdup_n_s64 (int64_t value) {
|
93
|
-
simde_int64x1_t r;
|
94
|
-
#if defined(SIMDE_NEON_NATIVE)
|
95
|
-
r.n = vdup_n_s64(value);
|
96
|
-
#else
|
97
|
-
SIMDE__VECTORIZE
|
98
|
-
for (size_t i = 0 ; i < (sizeof(r.i64) / sizeof(r.i64[0])) ; i++) {
|
99
|
-
r.i64[i] = value;
|
100
|
-
}
|
101
|
-
#endif
|
102
|
-
return r;
|
103
|
-
}
|
104
|
-
|
105
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
106
|
-
simde_int64x1_t
|
107
|
-
simde_x_vmul_s64(simde_int64x1_t a, simde_int64x1_t b) {
|
108
|
-
simde_int64x1_t r;
|
109
|
-
#if defined(SIMDE_MMX_NATIVE)
|
110
|
-
r.mmx = _mm_mul_pi64(a.mmx, b.mmx);
|
111
|
-
#else
|
112
|
-
SIMDE__VECTORIZE
|
113
|
-
for (size_t i = 0 ; i < (sizeof(r.i64) / sizeof(r.i64[0])) ; i++) {
|
114
|
-
r.i64[i] = a.i64[i] * b.i64[i];
|
115
|
-
}
|
116
|
-
#endif
|
117
|
-
return r;
|
118
|
-
}
|
119
|
-
|
120
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
121
|
-
simde_int64x1_t
|
122
|
-
simde_vsub_s64(simde_int64x1_t a, simde_int64x1_t b) {
|
123
|
-
simde_int64x1_t r;
|
124
|
-
#if defined(SIMDE_NEON_NATIVE)
|
125
|
-
r.n = vsub_s64(a.n, b.n);
|
126
|
-
#elif defined(SIMDE_MMX_NATIVE)
|
127
|
-
r.mmx = _mm_sub_pi64(a.mmx, b.mmx);
|
128
|
-
#else
|
129
|
-
SIMDE__VECTORIZE
|
130
|
-
for (size_t i = 0 ; i < (sizeof(r.i64) / sizeof(r.i64[0])) ; i++) {
|
131
|
-
r.i64[i] = a.i64[i] - b.i64[i];
|
132
|
-
}
|
133
|
-
#endif
|
134
|
-
return r;
|
135
|
-
}
|
136
|
-
|
137
|
-
#endif
|
@@ -1,141 +0,0 @@
|
|
1
|
-
/* Copyright (c) 2018-2019 Evan Nemerson <evan@nemerson.com>
|
2
|
-
*
|
3
|
-
* Permission is hereby granted, free of charge, to any person
|
4
|
-
* obtaining a copy of this software and associated documentation
|
5
|
-
* files (the "Software"), to deal in the Software without
|
6
|
-
* restriction, including without limitation the rights to use, copy,
|
7
|
-
* modify, merge, publish, distribute, sublicense, and/or sell copies
|
8
|
-
* of the Software, and to permit persons to whom the Software is
|
9
|
-
* furnished to do so, subject to the following conditions:
|
10
|
-
*
|
11
|
-
* The above copyright notice and this permission notice shall be
|
12
|
-
* included in all copies or substantial portions of the Software.
|
13
|
-
*
|
14
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
-
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
-
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
-
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
|
18
|
-
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
|
19
|
-
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
20
|
-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
-
* SOFTWARE.
|
22
|
-
*/
|
23
|
-
|
24
|
-
#if !defined(SIMDE__INSIDE_NEON_H)
|
25
|
-
# error Do not include simde/arm/neon/int64x2.h directly; use simde/arm/neon.h.
|
26
|
-
#endif
|
27
|
-
|
28
|
-
#if !defined(SIMDE__NEON_INT64X2_H)
|
29
|
-
#define SIMDE__NEON_INT64X2_H
|
30
|
-
|
31
|
-
typedef union {
|
32
|
-
#if defined(SIMDE_VECTOR_SUBSCRIPT)
|
33
|
-
int64_t i64 SIMDE_VECTOR(16) SIMDE_MAY_ALIAS;
|
34
|
-
#else
|
35
|
-
int64_t i64[2];
|
36
|
-
#endif
|
37
|
-
|
38
|
-
#if defined(SIMDE_NEON_NATIVE)
|
39
|
-
int64x2_t n;
|
40
|
-
#endif
|
41
|
-
|
42
|
-
#if defined(SIMDE_NEON_MMX)
|
43
|
-
__m64 mmx[2];
|
44
|
-
#endif
|
45
|
-
#if defined(SIMDE_NEON_SSE2)
|
46
|
-
__m128i sse;
|
47
|
-
#endif
|
48
|
-
} simde_int64x2_t;
|
49
|
-
|
50
|
-
#if defined(SIMDE_NEON_NATIVE)
|
51
|
-
HEDLEY_STATIC_ASSERT(sizeof(int64x2_t) == sizeof(simde_int64x2_t), "int64x2_t size doesn't match simde_int64x2_t size");
|
52
|
-
#endif
|
53
|
-
HEDLEY_STATIC_ASSERT(16 == sizeof(simde_int64x2_t), "simde_int64x2_t size incorrect");
|
54
|
-
|
55
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
56
|
-
simde_int64x2_t
|
57
|
-
simde_vaddq_s64(simde_int64x2_t a, simde_int64x2_t b) {
|
58
|
-
simde_int64x2_t r;
|
59
|
-
#if defined(SIMDE_NEON_NATIVE)
|
60
|
-
r.n = vaddq_s64(a.n, b.n);
|
61
|
-
#elif defined(SIMDE_SSE2_NATIVE)
|
62
|
-
r.sse = _mm_add_epi64(a.sse, b.sse);
|
63
|
-
#else
|
64
|
-
SIMDE__VECTORIZE
|
65
|
-
for (size_t i = 0 ; i < (sizeof(r.i64) / sizeof(r.i64[0])) ; i++) {
|
66
|
-
r.i64[i] = a.i64[i] + b.i64[i];
|
67
|
-
}
|
68
|
-
#endif
|
69
|
-
return r;
|
70
|
-
}
|
71
|
-
|
72
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
73
|
-
simde_int64x2_t
|
74
|
-
simde_vld1q_s64 (int64_t const ptr[2]) {
|
75
|
-
simde_int64x2_t r;
|
76
|
-
#if defined(SIMDE_NEON_NATIVE)
|
77
|
-
r.n = vld1q_s64(ptr);
|
78
|
-
#else
|
79
|
-
SIMDE__VECTORIZE
|
80
|
-
for (size_t i = 0 ; i < (sizeof(r.i64) / sizeof(r.i64[0])) ; i++) {
|
81
|
-
r.i64[i] = ptr[i];
|
82
|
-
}
|
83
|
-
#endif
|
84
|
-
return r;
|
85
|
-
}
|
86
|
-
|
87
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
88
|
-
simde_int64x2_t
|
89
|
-
simde_x_vloadq_s64 (int64_t l0, int64_t l1) {
|
90
|
-
int64_t v[] = { l0, l1 };
|
91
|
-
return simde_vld1q_s64(v);
|
92
|
-
}
|
93
|
-
|
94
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
95
|
-
simde_int64x2_t
|
96
|
-
simde_vdupq_n_s64 (int64_t value) {
|
97
|
-
simde_int64x2_t r;
|
98
|
-
#if defined(SIMDE_NEON_NATIVE)
|
99
|
-
r.n = vdupq_n_s64(value);
|
100
|
-
#else
|
101
|
-
SIMDE__VECTORIZE
|
102
|
-
for (size_t i = 0 ; i < (sizeof(r.i64) / sizeof(r.i64[0])) ; i++) {
|
103
|
-
r.i64[i] = value;
|
104
|
-
}
|
105
|
-
#endif
|
106
|
-
return r;
|
107
|
-
}
|
108
|
-
|
109
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
110
|
-
simde_int64x2_t
|
111
|
-
simde_x_vmulq_s64(simde_int64x2_t a, simde_int64x2_t b) {
|
112
|
-
simde_int64x2_t r;
|
113
|
-
#if defined(SIMDE_SSE2_NATIVE)
|
114
|
-
r.sse = _mm_mul_epi64(a.sse, b.sse);
|
115
|
-
#else
|
116
|
-
SIMDE__VECTORIZE
|
117
|
-
for (size_t i = 0 ; i < (sizeof(r.i64) / sizeof(r.i64[0])) ; i++) {
|
118
|
-
r.i64[i] = a.i64[i] * b.i64[i];
|
119
|
-
}
|
120
|
-
#endif
|
121
|
-
return r;
|
122
|
-
}
|
123
|
-
|
124
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
125
|
-
simde_int64x2_t
|
126
|
-
simde_vsubq_s64(simde_int64x2_t a, simde_int64x2_t b) {
|
127
|
-
simde_int64x2_t r;
|
128
|
-
#if defined(SIMDE_NEON_NATIVE)
|
129
|
-
r.n = vsubq_s64(a.n, b.n);
|
130
|
-
#elif defined(SIMDE_SSE2_NATIVE)
|
131
|
-
r.sse = _mm_sub_epi64(a.sse, b.sse);
|
132
|
-
#else
|
133
|
-
SIMDE__VECTORIZE
|
134
|
-
for (size_t i = 0 ; i < (sizeof(r.i64) / sizeof(r.i64[0])) ; i++) {
|
135
|
-
r.i64[i] = a.i64[i] - b.i64[i];
|
136
|
-
}
|
137
|
-
#endif
|
138
|
-
return r;
|
139
|
-
}
|
140
|
-
|
141
|
-
#endif
|
@@ -1,147 +0,0 @@
|
|
1
|
-
/* Copyright (c) 2018-2019 Evan Nemerson <evan@nemerson.com>
|
2
|
-
*
|
3
|
-
* Permission is hereby granted, free of charge, to any person
|
4
|
-
* obtaining a copy of this software and associated documentation
|
5
|
-
* files (the "Software"), to deal in the Software without
|
6
|
-
* restriction, including without limitation the rights to use, copy,
|
7
|
-
* modify, merge, publish, distribute, sublicense, and/or sell copies
|
8
|
-
* of the Software, and to permit persons to whom the Software is
|
9
|
-
* furnished to do so, subject to the following conditions:
|
10
|
-
*
|
11
|
-
* The above copyright notice and this permission notice shall be
|
12
|
-
* included in all copies or substantial portions of the Software.
|
13
|
-
*
|
14
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
-
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
-
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
-
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
|
18
|
-
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
|
19
|
-
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
20
|
-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
-
* SOFTWARE.
|
22
|
-
*/
|
23
|
-
|
24
|
-
#if !defined(SIMDE__INSIDE_NEON_H)
|
25
|
-
# error Do not include simde/arm/neon/int8x16.h directly; use simde/arm/neon.h.
|
26
|
-
#endif
|
27
|
-
|
28
|
-
#if !defined(SIMDE__NEON_INT8X16_H)
|
29
|
-
#define SIMDE__NEON_INT8X16_H
|
30
|
-
|
31
|
-
typedef union {
|
32
|
-
#if defined(SIMDE_VECTOR_SUBSCRIPT)
|
33
|
-
int8_t i8 SIMDE_VECTOR(16) SIMDE_MAY_ALIAS;
|
34
|
-
#else
|
35
|
-
int8_t i8[16];
|
36
|
-
#endif
|
37
|
-
|
38
|
-
#if defined(SIMDE_NEON_NATIVE)
|
39
|
-
int8x16_t n;
|
40
|
-
#endif
|
41
|
-
|
42
|
-
#if defined(SIMDE_NEON_MMX)
|
43
|
-
__m64 mmx[2];
|
44
|
-
#endif
|
45
|
-
#if defined(SIMDE_NEON_SSE2)
|
46
|
-
__m128i sse;
|
47
|
-
#endif
|
48
|
-
} simde_int8x16_t;
|
49
|
-
|
50
|
-
#if defined(SIMDE_NEON_NATIVE)
|
51
|
-
HEDLEY_STATIC_ASSERT(sizeof(int8x16_t) == sizeof(simde_int8x16_t), "int8x16_t size doesn't match simde_int8x16_t size");
|
52
|
-
#endif
|
53
|
-
HEDLEY_STATIC_ASSERT(16 == sizeof(simde_int8x16_t), "simde_int8x16_t size incorrect");
|
54
|
-
|
55
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
56
|
-
simde_int8x16_t
|
57
|
-
simde_vaddq_s8(simde_int8x16_t a, simde_int8x16_t b) {
|
58
|
-
simde_int8x16_t r;
|
59
|
-
#if defined(SIMDE_NEON_NATIVE)
|
60
|
-
r.n = vaddq_s8(a.n, b.n);
|
61
|
-
#elif defined(SIMDE_SSE2_NATIVE)
|
62
|
-
r.sse = _mm_add_epi8(a.sse, b.sse);
|
63
|
-
#else
|
64
|
-
SIMDE__VECTORIZE
|
65
|
-
for (size_t i = 0 ; i < (sizeof(r.i8) / sizeof(r.i8[0])) ; i++) {
|
66
|
-
r.i8[i] = a.i8[i] + b.i8[i];
|
67
|
-
}
|
68
|
-
#endif
|
69
|
-
return r;
|
70
|
-
}
|
71
|
-
|
72
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
73
|
-
simde_int8x16_t
|
74
|
-
simde_vld1q_s8 (int8_t const ptr[8]) {
|
75
|
-
simde_int8x16_t r;
|
76
|
-
#if defined(SIMDE_NEON_NATIVE)
|
77
|
-
r.n = vld1q_s8(ptr);
|
78
|
-
#else
|
79
|
-
SIMDE__VECTORIZE
|
80
|
-
for (size_t i = 0 ; i < (sizeof(r.i8) / sizeof(r.i8[0])) ; i++) {
|
81
|
-
r.i8[i] = ptr[i];
|
82
|
-
}
|
83
|
-
#endif
|
84
|
-
return r;
|
85
|
-
}
|
86
|
-
|
87
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
88
|
-
simde_int8x16_t
|
89
|
-
simde_x_vloadq_s8 (int8_t l0, int8_t l1, int8_t l2, int8_t l3,
|
90
|
-
int8_t l4, int8_t l5, int8_t l6, int8_t l7,
|
91
|
-
int8_t l8, int8_t l9, int8_t l10, int8_t l11,
|
92
|
-
int8_t l12, int8_t l13, int8_t l14, int8_t l15) {
|
93
|
-
int8_t v[] = { l0, l1, l2, l3, l4, l5, l6, l7,
|
94
|
-
l8, l9, l10, l11, l12, l13, l14, l15};
|
95
|
-
return simde_vld1q_s8(v);
|
96
|
-
}
|
97
|
-
|
98
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
99
|
-
simde_int8x16_t
|
100
|
-
simde_vdupq_n_s8 (int8_t value) {
|
101
|
-
simde_int8x16_t r;
|
102
|
-
#if defined(SIMDE_NEON_NATIVE)
|
103
|
-
r.n = vdupq_n_s8(value);
|
104
|
-
#else
|
105
|
-
SIMDE__VECTORIZE
|
106
|
-
for (size_t i = 0 ; i < (sizeof(r.i8) / sizeof(r.i8[0])) ; i++) {
|
107
|
-
r.i8[i] = value;
|
108
|
-
}
|
109
|
-
#endif
|
110
|
-
return r;
|
111
|
-
}
|
112
|
-
|
113
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
114
|
-
simde_int8x16_t
|
115
|
-
simde_vmulq_s8(simde_int8x16_t a, simde_int8x16_t b) {
|
116
|
-
simde_int8x16_t r;
|
117
|
-
#if defined(SIMDE_NEON_NATIVE)
|
118
|
-
r.n = vmulq_s8(a.n, b.n);
|
119
|
-
#elif defined(SIMDE_SSE2_NATIVE)
|
120
|
-
r.sse = _mm_mul_epi8(a.sse, b.sse);
|
121
|
-
#else
|
122
|
-
SIMDE__VECTORIZE
|
123
|
-
for (size_t i = 0 ; i < (sizeof(r.i8) / sizeof(r.i8[0])) ; i++) {
|
124
|
-
r.i8[i] = a.i8[i] * b.i8[i];
|
125
|
-
}
|
126
|
-
#endif
|
127
|
-
return r;
|
128
|
-
}
|
129
|
-
|
130
|
-
SIMDE__FUNCTION_ATTRIBUTES
|
131
|
-
simde_int8x16_t
|
132
|
-
simde_vsubq_s8(simde_int8x16_t a, simde_int8x16_t b) {
|
133
|
-
simde_int8x16_t r;
|
134
|
-
#if defined(SIMDE_NEON_NATIVE)
|
135
|
-
r.n = vsubq_s8(a.n, b.n);
|
136
|
-
#elif defined(SIMDE_SSE2_NATIVE)
|
137
|
-
r.sse = _mm_sub_epi8(a.sse, b.sse);
|
138
|
-
#else
|
139
|
-
SIMDE__VECTORIZE
|
140
|
-
for (size_t i = 0 ; i < (sizeof(r.i8) / sizeof(r.i8[0])) ; i++) {
|
141
|
-
r.i8[i] = a.i8[i] - b.i8[i];
|
142
|
-
}
|
143
|
-
#endif
|
144
|
-
return r;
|
145
|
-
}
|
146
|
-
|
147
|
-
#endif
|