Skip to content

Commit 030a8b3

Browse files
fwesselsharshavardhana
authored andcommitted
Disable SVE2 support until tested on real hardware (not just emulator)
1 parent b2d40df commit 030a8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highwayhash_arm64.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var (
1616
useAVX2 = false
1717
useNEON = cpu.ARM64.HasASIMD
1818
useSVE = cpu.ARM64.HasSVE
19-
useSVE2 = cpu.ARM64.HasSVE2
19+
useSVE2 = false // cpu.ARM64.HasSVE2 -- disable until tested on real hardware
2020
useVMX = false
2121
)
2222

0 commit comments

Comments
 (0)