diff options
Diffstat (limited to 'absl/crc/internal/cpu_detect.h')
-rw-r--r-- | absl/crc/internal/cpu_detect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/crc/internal/cpu_detect.h b/absl/crc/internal/cpu_detect.h index 945379f5..8d09dc27 100644 --- a/absl/crc/internal/cpu_detect.h +++ b/absl/crc/internal/cpu_detect.h @@ -39,6 +39,7 @@ enum class CpuType { kIntelSandybridge, kIntelWestmere, kArmNeoverseN1, + kAmpereSiryn, }; // Returns the type of host CPU this code is running on. Returns kUnknown if |