mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] rsync3: disable simd optimizations
@ 2023-02-16  9:29 Artur Wiebe
  2023-02-17 15:36 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Artur Wiebe @ 2023-02-16  9:29 UTC (permalink / raw)
  To: ptxdist; +Cc: Artur Wiebe

rsync tests for cpu flags on the host
and fails with invalid opcode on x86_64 targets
that do not have these flags

Signed-off-by: Artur Wiebe <artur@4wiebe.de>
---
 rules/rsync3.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/rsync3.make b/rules/rsync3.make
index c814c44d9..68eadc2aa 100644
--- a/rules/rsync3.make
+++ b/rules/rsync3.make
@@ -40,7 +40,7 @@ RSYNC3_CONF_OPT := \
 	--disable-debug \
 	--disable-profile \
 	--disable-md2man \
-	--$(call ptx/endis, PTXCONF_ARCH_X86_64)-roll-simd \
+	--disable-roll-simd \
 	$(GLOBAL_LARGE_FILE_OPTION) \
 	$(GLOBAL_IPV6_OPTION) \
 	--disable-locale \
-- 
2.39.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] rsync3: disable simd optimizations
  2023-02-16  9:29 [ptxdist] [PATCH] rsync3: disable simd optimizations Artur Wiebe
@ 2023-02-17 15:36 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-02-17 15:36 UTC (permalink / raw)
  To: ptxdist; +Cc: Artur Wiebe

Thanks, applied as b97878eb8dfc7c77d60ecffb201f001ec3f98603.

Michael

[sent from post-receive hook]

On Fri, 17 Feb 2023 16:36:02 +0100, Artur Wiebe <artur@4wiebe.de> wrote:
> rsync tests for cpu flags on the host
> and fails with invalid opcode on x86_64 targets
> that do not have these flags
> 
> Signed-off-by: Artur Wiebe <artur@4wiebe.de>
> Message-Id: <20230216092951.1817198-1-artur@4wiebe.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/rsync3.make b/rules/rsync3.make
> index c814c44d95a7..68eadc2aa74e 100644
> --- a/rules/rsync3.make
> +++ b/rules/rsync3.make
> @@ -40,7 +40,7 @@ RSYNC3_CONF_OPT := \
>  	--disable-debug \
>  	--disable-profile \
>  	--disable-md2man \
> -	--$(call ptx/endis, PTXCONF_ARCH_X86_64)-roll-simd \
> +	--disable-roll-simd \
>  	$(GLOBAL_LARGE_FILE_OPTION) \
>  	$(GLOBAL_IPV6_OPTION) \
>  	--disable-locale \



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-17 15:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16  9:29 [ptxdist] [PATCH] rsync3: disable simd optimizations Artur Wiebe
2023-02-17 15:36 ` [ptxdist] [APPLIED] " Michael Olbrich

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