@@ -52,16 +52,16 @@ int CNAME(BLASLONG m, BLASLONG n, IFLOAT *a, BLASLONG lda, IFLOAT *b) {
52
52
svbool_t pg16_first_8 = svwhilelt_b16 (0 , 8 );
53
53
54
54
svbool_t pg64_first_4 = svwhilelt_b64 (0 , 4 );
55
-
56
- u_int32_t sizeof_u64 = 8 ;
57
- u_int64_t _st_offsets_0 [4 ] = {
55
+
56
+ uint32_t sizeof_u64 = 8 ;
57
+ uint64_t _st_offsets_0 [4 ] = {
58
58
0 * sizeof_u64 ,
59
59
1 * sizeof_u64 ,
60
60
4 * sizeof_u64 ,
61
61
5 * sizeof_u64 ,
62
62
};
63
63
64
- u_int64_t _st_offsets_1 [4 ] = {
64
+ uint64_t _st_offsets_1 [4 ] = {
65
65
2 * sizeof_u64 ,
66
66
3 * sizeof_u64 ,
67
67
6 * sizeof_u64 ,
@@ -108,13 +108,13 @@ int CNAME(BLASLONG m, BLASLONG n, IFLOAT *a, BLASLONG lda, IFLOAT *b) {
108
108
m01 = svzip1_u32 (svreinterpret_u32_u16 (t2 ), svreinterpret_u32_u16 (t3 ));
109
109
m11 = svzip2_u32 (svreinterpret_u32_u16 (t2 ), svreinterpret_u32_u16 (t3 ));
110
110
111
- svst1_scatter_u64offset_u64 (pg64_first_4 , (u_int64_t * )b_offset0 ,
111
+ svst1_scatter_u64offset_u64 (pg64_first_4 , (uint64_t * )b_offset0 ,
112
112
st_offsets_0 , svreinterpret_u64_u32 (m00 ));
113
- svst1_scatter_u64offset_u64 (pg64_first_4 , (u_int64_t * )b_offset0 ,
113
+ svst1_scatter_u64offset_u64 (pg64_first_4 , (uint64_t * )b_offset0 ,
114
114
st_offsets_1 , svreinterpret_u64_u32 (m01 ));
115
- svst1_scatter_u64offset_u64 (pg64_first_4 , (u_int64_t * )b_offset1 ,
115
+ svst1_scatter_u64offset_u64 (pg64_first_4 , (uint64_t * )b_offset1 ,
116
116
st_offsets_0 , svreinterpret_u64_u32 (m10 ));
117
- svst1_scatter_u64offset_u64 (pg64_first_4 , (u_int64_t * )b_offset1 ,
117
+ svst1_scatter_u64offset_u64 (pg64_first_4 , (uint64_t * )b_offset1 ,
118
118
st_offsets_1 , svreinterpret_u64_u32 (m11 ));
119
119
120
120
a_offset0 += 8 * lda ;
@@ -150,13 +150,13 @@ int CNAME(BLASLONG m, BLASLONG n, IFLOAT *a, BLASLONG lda, IFLOAT *b) {
150
150
m01 = svzip1_u32 (svreinterpret_u32_u16 (t2 ), svreinterpret_u32_u16 (t3 ));
151
151
m11 = svzip2_u32 (svreinterpret_u32_u16 (t2 ), svreinterpret_u32_u16 (t3 ));
152
152
153
- svst1_scatter_u64offset_u64 (pg64_first_4 , (u_int64_t * )b_offset0 ,
153
+ svst1_scatter_u64offset_u64 (pg64_first_4 , (uint64_t * )b_offset0 ,
154
154
st_offsets_0 , svreinterpret_u64_u32 (m00 ));
155
- svst1_scatter_u64offset_u64 (pg64_first_4 , (u_int64_t * )b_offset0 ,
155
+ svst1_scatter_u64offset_u64 (pg64_first_4 , (uint64_t * )b_offset0 ,
156
156
st_offsets_1 , svreinterpret_u64_u32 (m01 ));
157
- svst1_scatter_u64offset_u64 (pg64_first_4 , (u_int64_t * )b_offset1 ,
157
+ svst1_scatter_u64offset_u64 (pg64_first_4 , (uint64_t * )b_offset1 ,
158
158
st_offsets_0 , svreinterpret_u64_u32 (m10 ));
159
- svst1_scatter_u64offset_u64 (pg64_first_4 , (u_int64_t * )b_offset1 ,
159
+ svst1_scatter_u64offset_u64 (pg64_first_4 , (uint64_t * )b_offset1 ,
160
160
st_offsets_1 , svreinterpret_u64_u32 (m11 ));
161
161
}
162
162
}
@@ -194,9 +194,9 @@ int CNAME(BLASLONG m, BLASLONG n, IFLOAT *a, BLASLONG lda, IFLOAT *b) {
194
194
195
195
m00 = svzip1_u32 (svreinterpret_u32_u16 (t0 ), svreinterpret_u32_u16 (t1 ));
196
196
m01 = svzip1_u32 (svreinterpret_u32_u16 (t2 ), svreinterpret_u32_u16 (t3 ));
197
- svst1_scatter_u64offset_u64 (pg64_first_4 , (u_int64_t * )b_offset0 ,
197
+ svst1_scatter_u64offset_u64 (pg64_first_4 , (uint64_t * )b_offset0 ,
198
198
st_offsets_0 , svreinterpret_u64_u32 (m00 ));
199
- svst1_scatter_u64offset_u64 (pg64_first_4 , (u_int64_t * )b_offset0 ,
199
+ svst1_scatter_u64offset_u64 (pg64_first_4 , (uint64_t * )b_offset0 ,
200
200
st_offsets_1 , svreinterpret_u64_u32 (m01 ));
201
201
202
202
a_offset0 += 8 * lda ;
@@ -229,9 +229,9 @@ int CNAME(BLASLONG m, BLASLONG n, IFLOAT *a, BLASLONG lda, IFLOAT *b) {
229
229
m00 = svzip1_u32 (svreinterpret_u32_u16 (t0 ), svreinterpret_u32_u16 (t1 ));
230
230
m01 = svzip1_u32 (svreinterpret_u32_u16 (t2 ), svreinterpret_u32_u16 (t3 ));
231
231
232
- svst1_scatter_u64offset_u64 (pg64_first_4 , (u_int64_t * )b_offset0 ,
232
+ svst1_scatter_u64offset_u64 (pg64_first_4 , (uint64_t * )b_offset0 ,
233
233
st_offsets_0 , svreinterpret_u64_u32 (m00 ));
234
- svst1_scatter_u64offset_u64 (pg64_first_4 , (u_int64_t * )b_offset0 ,
234
+ svst1_scatter_u64offset_u64 (pg64_first_4 , (uint64_t * )b_offset0 ,
235
235
st_offsets_1 , svreinterpret_u64_u32 (m01 ));
236
236
}
237
237
}
0 commit comments