Skip to content

Conversation

@sw
Copy link
Contributor

@sw sw commented Apr 22, 2023

Recent commits broke various bits, fix those.

@slaren
Copy link
Member

slaren commented Apr 22, 2023

Looks like the arm build is broken, but that's unrelated to this.

@sw sw marked this pull request as draft April 22, 2023 10:43
@sw
Copy link
Contributor Author

sw commented Apr 22, 2023

Yes, let me look into it. Unfortunately I can't run the code...

@sw sw marked this pull request as ready for review April 22, 2023 10:48
const int16x8_t pl1l = vmull_s8(vget_low_s8 (v0_1lz), vget_low_s8 (v1_1l));
const int16x8_t pl1h = vmull_s8(vget_high_s8(v0_1lz), vget_high_s8(v1_1l));
const int16x8_t ph1l = vmull_s8(vget_low_s8 (v0_1hz), vget_low_s8 (v1_1h));
const int16x8_t ph1h = vmull_s8(vget_high_s8(v0_1hz), vget_high_s8(v1_1h));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this is the correct fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants