Skip to content

Commit

Permalink
Fix build on non-ARM architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
fwessels authored and harshavardhana committed Jun 26, 2024
1 parent ff81315 commit b2d40df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion highwayhash_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func TestUpdateFunc(t *testing.T) {
msg[i] = 0x33 + byte(i)
}

updateArm64Sve(&state, msg)
updateGeneric(&state, msg)

buf := bytes.Buffer{}
buf.WriteString(fmt.Sprintf("0x%016x - 0x%016x\n", state[0], state[1]))
Expand Down

0 comments on commit b2d40df

Please sign in to comment.