Initial commit

This commit is contained in:
Kevin Boyd
2020-05-08 13:33:05 -07:00
commit fa4b8965d7
18 changed files with 3607 additions and 0 deletions

8
config.h.in Normal file
View File

@@ -0,0 +1,8 @@
#define cpu_check_VERSION "@cpu_check_VERSION@"
// Begin Google local change
#cmakedefine IN_GOOGLE3
#cmakedefine USE_BORINGSSL
#cmakedefine VENDORS_AMD_PATH
#cmakedefine VENDORS_INTEL_PATH
// End Google local change