public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pcl] f44: Add missing patch
@ 2026-06-25  5:49 Tim Niemueller
  0 siblings, 0 replies; only message in thread
From: Tim Niemueller @ 2026-06-25  5:49 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/pcl
Branch : f44
Commit : 079ae23498cc961906f8799decc67eabe3afc844
Author : Tim Niemueller <niemueller@kbsg.rwth-aachen.de>
Date   : 2016-09-02T09:53:02+02:00
Stats  : +23/-21 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/pcl/c/079ae23498cc961906f8799decc67eabe3afc844?branch=f44

Log:
Add missing patch

---
diff --git a/pcl-1.7.2-sse2.patch b/pcl-1.7.2-sse2.patch
deleted file mode 100644
index 525b067..0000000
--- a/pcl-1.7.2-sse2.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -up ./cmake/pcl_find_sse.cmake.sse2 ./cmake/pcl_find_sse.cmake
---- ./cmake/pcl_find_sse.cmake.sse2	2014-12-15 20:29:32.034099142 -0500
-+++ ./cmake/pcl_find_sse.cmake	2014-12-15 20:33:37.162322940 -0500
-@@ -150,16 +150,8 @@ macro(PCL_CHECK_FOR_SSE)
-     set(CMAKE_REQUIRED_FLAGS)
- 
-     if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_CLANG)
--        if(HAVE_SSE4_2_EXTENSIONS)
--            SET(SSE_FLAGS "${SSE_FLAGS} -msse4.2 -mfpmath=sse")
--        elseif(HAVE_SSE4_1_EXTENSIONS)
--            SET(SSE_FLAGS "${SSE_FLAGS} -msse4.1 -mfpmath=sse")
--        elseif(HAVE_SSE3_EXTENSIONS)
--            SET(SSE_FLAGS "${SSE_FLAGS} -msse3 -mfpmath=sse")
--        elseif(HAVE_SSE2_EXTENSIONS)
-+        if(HAVE_SSE2_EXTENSIONS AND ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64")
-             SET(SSE_FLAGS "${SSE_FLAGS} -msse2 -mfpmath=sse")
--        elseif(HAVE_SSE_EXTENSIONS)
--            SET(SSE_FLAGS "${SSE_FLAGS} -msse -mfpmath=sse")
-         else()
-             # Setting -ffloat-store to alleviate 32bit vs 64bit discrepancies on non-SSE
-             # platforms.

diff --git a/pcl-1.8.0-sse2.patch b/pcl-1.8.0-sse2.patch
new file mode 100644
index 0000000..b4c9bd0
--- /dev/null
+++ b/pcl-1.8.0-sse2.patch
@@ -0,0 +1,23 @@
+diff -ur pcl-1.8.0/cmake/pcl_find_sse.cmake pcl-1.8.0.sse2/cmake/pcl_find_sse.cmake
+--- pcl-1.8.0/cmake/pcl_find_sse.cmake	2016-06-14 17:51:26.000000000 +0200
++++ pcl-1.8.0.sse2/cmake/pcl_find_sse.cmake	2016-09-01 13:28:25.118580269 +0200
+@@ -168,18 +168,8 @@
+     set(CMAKE_REQUIRED_FLAGS)
+ 
+     if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_CLANG)
+-        if(HAVE_SSE4_2_EXTENSIONS)
+-            SET(SSE_FLAGS "${SSE_FLAGS} -msse4.2 -mfpmath=sse")
+-        elseif(HAVE_SSE4_1_EXTENSIONS)
+-            SET(SSE_FLAGS "${SSE_FLAGS} -msse4.1 -mfpmath=sse")
+-        elseif(HAVE_SSSE3_EXTENSIONS)
+-            SET(SSE_FLAGS "${SSE_FLAGS} -mssse3 -mfpmath=sse")
+-        elseif(HAVE_SSE3_EXTENSIONS)
+-            SET(SSE_FLAGS "${SSE_FLAGS} -msse3 -mfpmath=sse")
+-        elseif(HAVE_SSE2_EXTENSIONS)
++        if(HAVE_SSE2_EXTENSIONS)
+             SET(SSE_FLAGS "${SSE_FLAGS} -msse2 -mfpmath=sse")
+-        elseif(HAVE_SSE_EXTENSIONS)
+-            SET(SSE_FLAGS "${SSE_FLAGS} -msse -mfpmath=sse")
+         else()
+             # Setting -ffloat-store to alleviate 32bit vs 64bit discrepancies on non-SSE
+             # platforms.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-25  5:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25  5:49 [rpms/pcl] f44: Add missing patch Tim Niemueller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox