[chore]: Bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#3283)

This commit is contained in:
dependabot[bot]
2024-09-09 08:24:38 +00:00
committed by GitHub
parent f3eebfcf80
commit 7785fa54da
34 changed files with 11289 additions and 1660 deletions

View File

@@ -8,4 +8,13 @@ package cpu
const cacheLineSize = 64
func initOptions() {}
func initOptions() {
options = []option{
{Name: "fastmisaligned", Feature: &RISCV64.HasFastMisaligned},
{Name: "c", Feature: &RISCV64.HasC},
{Name: "v", Feature: &RISCV64.HasV},
{Name: "zba", Feature: &RISCV64.HasZba},
{Name: "zbb", Feature: &RISCV64.HasZbb},
{Name: "zbs", Feature: &RISCV64.HasZbs},
}
}