commit | b071f27a4fd9e9cc7ca835594305c35f228ef18b | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Wed Dec 05 19:14:54 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Dec 05 19:14:54 2018 +0000 |
tree | c6d16956354ab4b47cf884fb66fb1b71f8b70c2e | |
parent | aabebb277283383a293b021bca6bba46347de6b4 [diff] | |
parent | f42616d765b4ee5541523b564df21964894efca7 [diff] |
Merge "Revert "Work around bugprone-exception-escape bug.""
diff --git a/libc/arch-arm/dynamic_function_dispatch.cpp b/libc/arch-arm/dynamic_function_dispatch.cpp index 72fb41c..640f330 100644 --- a/libc/arch-arm/dynamic_function_dispatch.cpp +++ b/libc/arch-arm/dynamic_function_dispatch.cpp
@@ -50,6 +50,7 @@ static constexpr CpuVariantNames cpu_variant_names[] = { {"cortex-a76", kCortexA55}, + {"kryo385", kCortexA55}, {"cortex-a75", kCortexA55}, {"kryo", kKryo}, {"cortex-a73", kCortexA55},