Skip to content

Commit

Permalink
apply code-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinyu302 authored and github-actions[bot] committed Jan 26, 2024
1 parent 392dd66 commit a0f055a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/layer/riscv/riscv_usability.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ static inline vfloat32m8_t vle32_v_f32m8_f32m1(const float* ptr)
return vloxei32_v_f32m8(ptr, bindex, vl);
}



#if __riscv_zfh
static inline vfloat16m8_t vle16_v_f16m8_f16m1(const __fp16* ptr)
{
Expand Down Expand Up @@ -459,7 +457,7 @@ static inline void transpose8x12_ps(vfloat32m1_t& _r0l, vfloat32m1_t& _r0h,
vfloat32m1_t& _rbl, vfloat32m1_t& _rbh, size_t vl)
{
float tmp[8][12];

vsse32_v_f32m1(&tmp[0][0], sizeof(float) * 12, _r0l, vl);
vsse32_v_f32m1(&tmp[4][0], sizeof(float) * 12, _r0h, vl);
vsse32_v_f32m1(&tmp[0][1], sizeof(float) * 12, _r1l, vl);
Expand Down

0 comments on commit a0f055a

Please sign in to comment.