diff options
author | Benjamin Barenblat <bbaren@google.com> | 2024-09-03 14:40:23 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2024-09-03 14:40:23 -0400 |
commit | 130925baf43d1d33d2b412ee6616c969bdbcf99a (patch) | |
tree | b8852a445d3a66cc5e479e999d76c27740c59fb0 /debian/patches/cpu-features.diff | |
parent | edd50222f6dc84d6d76acdd3e1ad23ad1bc3bec6 (diff) | |
download | abseil-130925baf43d1d33d2b412ee6616c969bdbcf99a.tar.gz abseil-130925baf43d1d33d2b412ee6616c969bdbcf99a.tar.bz2 abseil-130925baf43d1d33d2b412ee6616c969bdbcf99a.zip |
Update patches and bump internal namespace
Diffstat (limited to 'debian/patches/cpu-features.diff')
-rw-r--r-- | debian/patches/cpu-features.diff | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/cpu-features.diff b/debian/patches/cpu-features.diff index 485d2bc5..9328e9dc 100644 --- a/debian/patches/cpu-features.diff +++ b/debian/patches/cpu-features.diff @@ -17,7 +17,7 @@ Explicitly set supported CPU features. --- a/absl/base/config.h +++ b/absl/base/config.h -@@ -915,7 +915,7 @@ +@@ -875,7 +875,7 @@ // which architectures support the various x86 instruction sets. #ifdef ABSL_INTERNAL_HAVE_SSE #error ABSL_INTERNAL_HAVE_SSE cannot be directly set @@ -26,7 +26,7 @@ Explicitly set supported CPU features. #define ABSL_INTERNAL_HAVE_SSE 1 #elif (defined(_M_X64) || (defined(_M_IX86_FP) && _M_IX86_FP >= 1)) && \ !defined(_M_ARM64EC) -@@ -931,7 +931,7 @@ +@@ -891,7 +891,7 @@ // which architectures support the various x86 instruction sets. #ifdef ABSL_INTERNAL_HAVE_SSE2 #error ABSL_INTERNAL_HAVE_SSE2 cannot be directly set @@ -35,7 +35,7 @@ Explicitly set supported CPU features. #define ABSL_INTERNAL_HAVE_SSE2 1 #elif (defined(_M_X64) || (defined(_M_IX86_FP) && _M_IX86_FP >= 2)) && \ !defined(_M_ARM64EC) -@@ -953,8 +953,6 @@ +@@ -913,8 +913,6 @@ // by the CPU. #ifdef ABSL_INTERNAL_HAVE_SSSE3 #error ABSL_INTERNAL_HAVE_SSSE3 cannot be directly set @@ -44,7 +44,7 @@ Explicitly set supported CPU features. #endif // ABSL_INTERNAL_HAVE_ARM_NEON is used for compile-time detection of NEON (ARM -@@ -966,7 +964,7 @@ +@@ -926,7 +924,7 @@ // https://llvm.org/docs/CompileCudaWithLLVM.html#detecting-clang-vs-nvcc-from-code #ifdef ABSL_INTERNAL_HAVE_ARM_NEON #error ABSL_INTERNAL_HAVE_ARM_NEON cannot be directly set |