aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/cpu-features.diff
diff options
context:
space:
mode:
authorBenjamin Barenblat <bbaren@google.com>2024-05-08 11:38:21 -0400
committerBenjamin Barenblat <bbaren@google.com>2024-05-08 11:38:21 -0400
commite3dbf85a813051021307321870edc0480b739c01 (patch)
tree6066f02ec4fad41301a9328ca1ba3309534c43c5 /debian/patches/cpu-features.diff
parent59f305653806c020b89050271bcdd49cae3a1c3d (diff)
downloadabseil-e3dbf85a813051021307321870edc0480b739c01.tar.gz
abseil-e3dbf85a813051021307321870edc0480b739c01.tar.bz2
abseil-e3dbf85a813051021307321870edc0480b739c01.zip
Update patches and bump internal namespace
Diffstat (limited to 'debian/patches/cpu-features.diff')
-rw-r--r--debian/patches/cpu-features.diff8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/cpu-features.diff b/debian/patches/cpu-features.diff
index 614c7dcb..485d2bc5 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
-@@ -848,7 +848,7 @@
+@@ -915,7 +915,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)
-@@ -864,7 +864,7 @@
+@@ -931,7 +931,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)
-@@ -886,8 +886,6 @@
+@@ -953,8 +953,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
-@@ -899,7 +897,7 @@
+@@ -966,7 +964,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