Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Mar 4, 2024
1 parent bf86210 commit ac44c54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

int main()
{
int8x8_t a;
int8x8_t _a = vrev16_s8(a);
float32x4_t a;
vrev64_f32(vget_low_f32((a)));
return 0;
}

0 comments on commit ac44c54

Please sign in to comment.