I haven't found a way to control GCC's target selector at runtime
(though in theory it could be possible), so switching between specific
optimizations (SSE2 vs SSSE3) may prove difficult or require
additional duplication of code. Bypassing the optimizations completely
in an all-or-nothing way should be possible relatively easily, though.

On Wed, May 20, 2020 at 9:18 AM Roland <[email protected]> wrote:
>
> would it perhaps make sense to have a "--disable-sse2/3" commandline
> switch in rsync, too - at least for some timeframe until this is
> considered "rock solid" ?
>
> i dislike having automatic cpu feature switching code in a tool which
> needs to be reliable for me, this new optimization may have issues - and
> without such switch it can't be easily workarounded without replacing
> the binary/package.
>
> regards
> roland

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to