We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7559f70 + 38bce10 commit f96d286Copy full SHA for f96d286
README.md
@@ -5,7 +5,7 @@ C++ template library for high performance SIMD based sorting routines for
5
using AVX-512/AVX2 when available. The library auto picks the best version
6
depending on the processor it is run on. If you are looking for the AVX-512 or
7
AVX2 specific implementations, please see
8
-[README](https://github.com/intel/x86-simd-sort/src/README.md) file under
+[README](https://github.com/intel/x86-simd-sort/blob/main/src/README.md) file under
9
`src/` directory. The following routines are currently supported:
10
11
```cpp
0 commit comments