1212/* local scatter functions */
1313
1414static void
15- local_scatter_INT1 (int n , void * dstp , int * sv , void * srcp )
15+ local_scatter_INT1 (int n , void * dstp , int * sv , void * srcp , int unused )
1616{
1717 __INT1_T * dst = (__INT1_T * )dstp ;
1818 __INT1_T * src = (__INT1_T * )srcp ;
@@ -22,7 +22,7 @@ local_scatter_INT1(int n, void *dstp, int *sv, void *srcp)
2222}
2323
2424static void
25- local_scatter_INT2 (int n , void * dstp , int * sv , void * srcp )
25+ local_scatter_INT2 (int n , void * dstp , int * sv , void * srcp , int unused )
2626{
2727 __INT2_T * dst = (__INT2_T * )dstp ;
2828 __INT2_T * src = (__INT2_T * )srcp ;
@@ -32,7 +32,7 @@ local_scatter_INT2(int n, void *dstp, int *sv, void *srcp)
3232}
3333
3434static void
35- local_scatter_INT4 (int n , void * dstp , int * sv , void * srcp )
35+ local_scatter_INT4 (int n , void * dstp , int * sv , void * srcp , int unused )
3636{
3737 __INT4_T * dst = (__INT4_T * )dstp ;
3838 __INT4_T * src = (__INT4_T * )srcp ;
@@ -42,7 +42,7 @@ local_scatter_INT4(int n, void *dstp, int *sv, void *srcp)
4242}
4343
4444static void
45- local_scatter_INT8 (int n , void * dstp , int * sv , void * srcp )
45+ local_scatter_INT8 (int n , void * dstp , int * sv , void * srcp , int unused )
4646{
4747 __INT8_T * dst = (__INT8_T * )dstp ;
4848 __INT8_T * src = (__INT8_T * )srcp ;
@@ -52,7 +52,7 @@ local_scatter_INT8(int n, void *dstp, int *sv, void *srcp)
5252}
5353
5454static void
55- local_scatter_LOG1 (int n , void * dstp , int * sv , void * srcp )
55+ local_scatter_LOG1 (int n , void * dstp , int * sv , void * srcp , int unused )
5656{
5757 __LOG1_T * dst = (__LOG1_T * )dstp ;
5858 __LOG1_T * src = (__LOG1_T * )srcp ;
@@ -62,7 +62,7 @@ local_scatter_LOG1(int n, void *dstp, int *sv, void *srcp)
6262}
6363
6464static void
65- local_scatter_LOG2 (int n , void * dstp , int * sv , void * srcp )
65+ local_scatter_LOG2 (int n , void * dstp , int * sv , void * srcp , int unused )
6666{
6767 __LOG2_T * dst = (__LOG2_T * )dstp ;
6868 __LOG2_T * src = (__LOG2_T * )srcp ;
@@ -72,7 +72,7 @@ local_scatter_LOG2(int n, void *dstp, int *sv, void *srcp)
7272}
7373
7474static void
75- local_scatter_LOG4 (int n , void * dstp , int * sv , void * srcp )
75+ local_scatter_LOG4 (int n , void * dstp , int * sv , void * srcp , int unused )
7676{
7777 __LOG4_T * dst = (__LOG4_T * )dstp ;
7878 __LOG4_T * src = (__LOG4_T * )srcp ;
@@ -82,7 +82,7 @@ local_scatter_LOG4(int n, void *dstp, int *sv, void *srcp)
8282}
8383
8484static void
85- local_scatter_LOG8 (int n , void * dstp , int * sv , void * srcp )
85+ local_scatter_LOG8 (int n , void * dstp , int * sv , void * srcp , int unused )
8686{
8787 __LOG8_T * dst = (__LOG8_T * )dstp ;
8888 __LOG8_T * src = (__LOG8_T * )srcp ;
@@ -92,7 +92,7 @@ local_scatter_LOG8(int n, void *dstp, int *sv, void *srcp)
9292}
9393
9494static void
95- local_scatter_REAL4 (int n , void * dstp , int * sv , void * srcp )
95+ local_scatter_REAL4 (int n , void * dstp , int * sv , void * srcp , int unused )
9696{
9797 __REAL4_T * dst = (__REAL4_T * )dstp ;
9898 __REAL4_T * src = (__REAL4_T * )srcp ;
@@ -102,7 +102,7 @@ local_scatter_REAL4(int n, void *dstp, int *sv, void *srcp)
102102}
103103
104104static void
105- local_scatter_REAL8 (int n , void * dstp , int * sv , void * srcp )
105+ local_scatter_REAL8 (int n , void * dstp , int * sv , void * srcp , int unused )
106106{
107107 __REAL8_T * dst = (__REAL8_T * )dstp ;
108108 __REAL8_T * src = (__REAL8_T * )srcp ;
@@ -112,7 +112,7 @@ local_scatter_REAL8(int n, void *dstp, int *sv, void *srcp)
112112}
113113
114114static void
115- local_scatter_REAL16 (int n , void * dstp , int * sv , void * srcp )
115+ local_scatter_REAL16 (int n , void * dstp , int * sv , void * srcp , int unused )
116116{
117117 __REAL16_T * dst = (__REAL16_T * )dstp ;
118118 __REAL16_T * src = (__REAL16_T * )srcp ;
@@ -122,7 +122,7 @@ local_scatter_REAL16(int n, void *dstp, int *sv, void *srcp)
122122}
123123
124124static void
125- local_scatter_CPLX8 (int n , void * dstp , int * sv , void * srcp )
125+ local_scatter_CPLX8 (int n , void * dstp , int * sv , void * srcp , int unused )
126126{
127127 __CPLX8_T * dst = (__CPLX8_T * )dstp ;
128128 __CPLX8_T * src = (__CPLX8_T * )srcp ;
@@ -132,7 +132,7 @@ local_scatter_CPLX8(int n, void *dstp, int *sv, void *srcp)
132132}
133133
134134static void
135- local_scatter_CPLX16 (int n , void * dstp , int * sv , void * srcp )
135+ local_scatter_CPLX16 (int n , void * dstp , int * sv , void * srcp , int unused )
136136{
137137 __CPLX16_T * dst = (__CPLX16_T * )dstp ;
138138 __CPLX16_T * src = (__CPLX16_T * )srcp ;
@@ -142,7 +142,7 @@ local_scatter_CPLX16(int n, void *dstp, int *sv, void *srcp)
142142}
143143
144144static void
145- local_scatter_CPLX32 (int n , void * dstp , int * sv , void * srcp )
145+ local_scatter_CPLX32 (int n , void * dstp , int * sv , void * srcp , int unused )
146146{
147147 __CPLX32_T * dst = (__CPLX32_T * )dstp ;
148148 __CPLX32_T * src = (__CPLX32_T * )srcp ;
@@ -197,7 +197,7 @@ local_scatter_WRAPPER(int n, void *dst, int *sv, void *src, __INT_T kind)
197197/* local gather-scatter functions */
198198
199199static void
200- local_gathscat_INT1 (int n , void * dstp , int * sv , void * srcp , int * gv )
200+ local_gathscat_INT1 (int n , void * dstp , int * sv , void * srcp , int * gv , int unused )
201201{
202202 __INT1_T * dst = (__INT1_T * )dstp ;
203203 __INT1_T * src = (__INT1_T * )srcp ;
@@ -207,7 +207,7 @@ local_gathscat_INT1(int n, void *dstp, int *sv, void *srcp, int *gv)
207207}
208208
209209static void
210- local_gathscat_INT2 (int n , void * dstp , int * sv , void * srcp , int * gv )
210+ local_gathscat_INT2 (int n , void * dstp , int * sv , void * srcp , int * gv , int unused )
211211{
212212 __INT2_T * dst = (__INT2_T * )dstp ;
213213 __INT2_T * src = (__INT2_T * )srcp ;
@@ -217,7 +217,7 @@ local_gathscat_INT2(int n, void *dstp, int *sv, void *srcp, int *gv)
217217}
218218
219219static void
220- local_gathscat_INT4 (int n , void * dstp , int * sv , void * srcp , int * gv )
220+ local_gathscat_INT4 (int n , void * dstp , int * sv , void * srcp , int * gv , int unused )
221221{
222222 __INT4_T * dst = (__INT4_T * )dstp ;
223223 __INT4_T * src = (__INT4_T * )srcp ;
@@ -227,7 +227,7 @@ local_gathscat_INT4(int n, void *dstp, int *sv, void *srcp, int *gv)
227227}
228228
229229static void
230- local_gathscat_INT8 (int n , void * dstp , int * sv , void * srcp , int * gv )
230+ local_gathscat_INT8 (int n , void * dstp , int * sv , void * srcp , int * gv , int unused )
231231{
232232 __INT8_T * dst = (__INT8_T * )dstp ;
233233 __INT8_T * src = (__INT8_T * )srcp ;
@@ -237,7 +237,7 @@ local_gathscat_INT8(int n, void *dstp, int *sv, void *srcp, int *gv)
237237}
238238
239239static void
240- local_gathscat_LOG1 (int n , void * dstp , int * sv , void * srcp , int * gv )
240+ local_gathscat_LOG1 (int n , void * dstp , int * sv , void * srcp , int * gv , int unused )
241241{
242242 __LOG1_T * dst = (__LOG1_T * )dstp ;
243243 __LOG1_T * src = (__LOG1_T * )srcp ;
@@ -247,7 +247,7 @@ local_gathscat_LOG1(int n, void *dstp, int *sv, void *srcp, int *gv)
247247}
248248
249249static void
250- local_gathscat_LOG2 (int n , void * dstp , int * sv , void * srcp , int * gv )
250+ local_gathscat_LOG2 (int n , void * dstp , int * sv , void * srcp , int * gv , int unused )
251251{
252252 __LOG2_T * dst = (__LOG2_T * )dstp ;
253253 __LOG2_T * src = (__LOG2_T * )srcp ;
@@ -257,7 +257,7 @@ local_gathscat_LOG2(int n, void *dstp, int *sv, void *srcp, int *gv)
257257}
258258
259259static void
260- local_gathscat_LOG4 (int n , void * dstp , int * sv , void * srcp , int * gv )
260+ local_gathscat_LOG4 (int n , void * dstp , int * sv , void * srcp , int * gv , int unused )
261261{
262262 __LOG4_T * dst = (__LOG4_T * )dstp ;
263263 __LOG4_T * src = (__LOG4_T * )srcp ;
@@ -267,7 +267,7 @@ local_gathscat_LOG4(int n, void *dstp, int *sv, void *srcp, int *gv)
267267}
268268
269269static void
270- local_gathscat_LOG8 (int n , void * dstp , int * sv , void * srcp , int * gv )
270+ local_gathscat_LOG8 (int n , void * dstp , int * sv , void * srcp , int * gv , int unused )
271271{
272272 __LOG8_T * dst = (__LOG8_T * )dstp ;
273273 __LOG8_T * src = (__LOG8_T * )srcp ;
@@ -277,7 +277,7 @@ local_gathscat_LOG8(int n, void *dstp, int *sv, void *srcp, int *gv)
277277}
278278
279279static void
280- local_gathscat_REAL4 (int n , void * dstp , int * sv , void * srcp , int * gv )
280+ local_gathscat_REAL4 (int n , void * dstp , int * sv , void * srcp , int * gv , int unused )
281281{
282282 __REAL4_T * dst = (__REAL4_T * )dstp ;
283283 __REAL4_T * src = (__REAL4_T * )srcp ;
@@ -287,7 +287,7 @@ local_gathscat_REAL4(int n, void *dstp, int *sv, void *srcp, int *gv)
287287}
288288
289289static void
290- local_gathscat_REAL8 (int n , void * dstp , int * sv , void * srcp , int * gv )
290+ local_gathscat_REAL8 (int n , void * dstp , int * sv , void * srcp , int * gv , int unused )
291291{
292292 __REAL8_T * dst = (__REAL8_T * )dstp ;
293293 __REAL8_T * src = (__REAL8_T * )srcp ;
@@ -297,7 +297,7 @@ local_gathscat_REAL8(int n, void *dstp, int *sv, void *srcp, int *gv)
297297}
298298
299299static void
300- local_gathscat_REAL16 (int n , void * dstp , int * sv , void * srcp , int * gv )
300+ local_gathscat_REAL16 (int n , void * dstp , int * sv , void * srcp , int * gv , int unused )
301301{
302302 __REAL16_T * dst = (__REAL16_T * )dstp ;
303303 __REAL16_T * src = (__REAL16_T * )srcp ;
@@ -307,7 +307,7 @@ local_gathscat_REAL16(int n, void *dstp, int *sv, void *srcp, int *gv)
307307}
308308
309309static void
310- local_gathscat_CPLX8 (int n , void * dstp , int * sv , void * srcp , int * gv )
310+ local_gathscat_CPLX8 (int n , void * dstp , int * sv , void * srcp , int * gv , int unused )
311311{
312312 __CPLX8_T * dst = (__CPLX8_T * )dstp ;
313313 __CPLX8_T * src = (__CPLX8_T * )srcp ;
@@ -317,7 +317,7 @@ local_gathscat_CPLX8(int n, void *dstp, int *sv, void *srcp, int *gv)
317317}
318318
319319static void
320- local_gathscat_CPLX16 (int n , void * dstp , int * sv , void * srcp , int * gv )
320+ local_gathscat_CPLX16 (int n , void * dstp , int * sv , void * srcp , int * gv , int unused )
321321{
322322 __CPLX16_T * dst = (__CPLX16_T * )dstp ;
323323 __CPLX16_T * src = (__CPLX16_T * )srcp ;
@@ -327,7 +327,7 @@ local_gathscat_CPLX16(int n, void *dstp, int *sv, void *srcp, int *gv)
327327}
328328
329329static void
330- local_gathscat_CPLX32 (int n , void * dstp , int * sv , void * srcp , int * gv )
330+ local_gathscat_CPLX32 (int n , void * dstp , int * sv , void * srcp , int * gv , int unused )
331331{
332332 __CPLX32_T * dst = (__CPLX32_T * )dstp ;
333333 __CPLX32_T * src = (__CPLX32_T * )srcp ;
0 commit comments