diff --git a/common/raw_hashtable_metadata_group.h b/common/raw_hashtable_metadata_group.h index 943a49fa1fe4..1d87d879b4f6 100644 --- a/common/raw_hashtable_metadata_group.h +++ b/common/raw_hashtable_metadata_group.h @@ -1001,6 +1001,7 @@ inline auto MetadataGroup::SimdLoad(const uint8_t* metadata, ssize_t index) return g; } +// NOLINTNEXTLINE(readability-non-const-parameter): Mutation is in #if. inline auto MetadataGroup::SimdStore(uint8_t* metadata, ssize_t index) const -> void { #if CARBON_NEON_SIMD_SUPPORT