We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac9cd1 commit 20f0d8fCopy full SHA for 20f0d8f
README.md
@@ -32,7 +32,7 @@ Additionally `simdjson-go` has the following features:
32
`simdjson-go` has the following requirements for parsing:
33
34
A CPU with both AVX2 and CLMUL is required (Haswell from 2013 onwards should do for Intel, for AMD a Ryzen/EPYC CPU (Q1 2017) should be sufficient).
35
-This can be checked using the provided [`SupportedCPU()`](https://pkg.go.dev/github.com/minio/simdjson-go?tab=doc#SupportedCPU`) function.
+This can be checked using the provided [`SupportedCPU()`](https://pkg.go.dev/github.com/minio/simdjson-go?tab=doc#SupportedCPU) function.
36
37
The package does not provide fallback for unsupported CPUs, but serialized data can be deserialized on an unsupported CPU.
38
0 commit comments