Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Mariuspersen
chromium
chromium-130-no-hardware_destructive_interferen...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File chromium-130-no-hardware_destructive_interference_size.patch of Package chromium
diff --git a/components/media_router/common/providers/cast/channel/enum_table.h b/components/media_router/common/providers/cast/channel/enum_table.h index 18fd272c6a9d8..20dc7d913e1c5 100644 --- a/components/media_router/common/providers/cast/channel/enum_table.h +++ b/components/media_router/common/providers/cast/channel/enum_table.h @@ -12,7 +12,6 @@ #include <cstdint> #include <cstring> -#include <new> #include <optional> #include <ostream> #include <string_view> @@ -368,7 +367,8 @@ class EnumTable { private: #ifdef ARCH_CPU_64_BITS - alignas(std::hardware_destructive_interference_size) + // Align the data on a cache line boundary. + alignas(64) #endif std::initializer_list<Entry> data_; bool is_sorted_;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor