public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pcl] f44: Only enable sse on x86_64
@ 2026-06-25  5:49 Rich Mattes
  0 siblings, 0 replies; only message in thread
From: Rich Mattes @ 2026-06-25  5:49 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/pcl
Branch : f44
Commit : 533dc2eb20609c23b33d9d45a0bdc3f4390a36a9
Author : Rich Mattes <richmattes@gmail.com>
Date   : 2019-02-16T10:43:54-05:00
Stats  : +1/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/pcl/c/533dc2eb20609c23b33d9d45a0bdc3f4390a36a9?branch=f44

Log:
Only enable sse on x86_64

---
diff --git a/pcl.spec b/pcl.spec
index 75e72b7..cbfcc7f 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -107,7 +107,7 @@ pushd build
   -DBUILD_global_tests=OFF \
   -DOPENNI_INCLUDE_DIR:PATH=/usr/include/ni \
   -DLIB_INSTALL_DIR=%{_lib} \
-%ifarch x86_64  %{?ix86}:
+%ifarch x86_64
   -DPCL_ENABLE_SSE=ON \
 %else
   -DPCL_ENABLE_SSE=OFF \

^ 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: Only enable sse on x86_64 Rich Mattes

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