Skip to content

Commit b2d40df

Browse files
fwesselsharshavardhana
authored andcommitted
Fix build on non-ARM architectures
1 parent ff81315 commit b2d40df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highwayhash_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func TestUpdateFunc(t *testing.T) {
5151
msg[i] = 0x33 + byte(i)
5252
}
5353

54-
updateArm64Sve(&state, msg)
54+
updateGeneric(&state, msg)
5555

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

0 commit comments

Comments
 (0)