================ @@ -190,3 +190,20 @@ #ifndef HWCAP2_CSSC #define HWCAP2_CSSC (1UL << 34) #endif + +// Linux and BSD values ---------------- enh-google wrote: nit: having `// Linux` and `// BSD` on each of the four lines might be clearer? https://github.com/llvm/llvm-project/pull/161595