1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-01 21:31:15 +02:00

Rename 'master' branch into 'main' (#219)

This commit is contained in:
Guillaume Chatelet
2022-01-24 16:01:45 +01:00
committed by GitHub
parent 149916384b
commit 2f5a7bf80a
5 changed files with 17 additions and 17 deletions

View File

@ -6,7 +6,7 @@ For API / ABI compatibility reasons, it is recommended to build and use
cpu_features in a subdirectory of your project or as an embedded dependency.
This is similar to the recommended usage of the googletest framework
( https://github.com/google/googletest/blob/master/googletest/README.md )
( https://github.com/google/googletest/blob/main/googletest/README.md )
Build and use step-by-step