Skip to content

Commit b85eb01

Browse files
nihuigithub-actions[bot]
authored andcommitted
apply code-format changes
1 parent 5fd9ab3 commit b85eb01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layer/arm/rnn_int8.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -259,15 +259,15 @@ static void rnn_int8_gate_output(const Mat& gates, Mat& hidden_state, Mat& top_b
259259
"st1 {v0.4h}, [%0] \n"
260260
: "=r"(_rnn_H) // %0
261261
: "0"(outptr),
262-
"w"(_rnn_H)
262+
"w"(_rnn_H)
263263
: "memory", "v0");
264264
#else // __aarch64__
265265
asm volatile(
266266
"vcvt.f16.f32 d0, %q2 \n"
267267
"vst1.u16 {d0}, [%0] \n"
268268
: "=r"(outptr) // %0
269269
: "0"(outptr),
270-
"w"(_rnn_H)
270+
"w"(_rnn_H)
271271
: "memory", "q0");
272272
#endif // __aarch64__
273273
#else // NCNN_GNU_INLINE_ASM

0 commit comments

Comments
 (0)