Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2017 03:58:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-toolchain@FreeBSD.org
Subject:   [Bug 223415] lang/rust: don't require SSE2 on i386 (at least for binary packages)
Message-ID:  <bug-223415-29464-wWEIRuoGpo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223415-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223415-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223415

--- Comment #11 from Jan Beich <jbeich@FreeBSD.org> ---
If you're short on time here're the QA steps:

$ mkdir -p /usr/local/etc/pkg/repos/
$ sed -En '/url/s/quarterly/latest/; /{|}/p' /etc/pkg/FreeBSD.conf \
      >/usr/local/etc/pkg/repos/FreeBSD.conf

$ pkg install ripgrep

$ rg --version
ripgrep 0.7.1
-AVX -SIMD

$ command time -l rg shenanigan /usr/src
/usr/src/share/dict/web2
180127:shenanigan

/usr/src/sys/dev/ciss/ciss.c
3046:    * The reason for all these shenanigans is to create a maxio value =
that

/usr/src/contrib/llvm/lib/Target/X86/X86FastISel.cpp
1089:    // Handle extension to 64-bits via sub-register shenanigans.

/usr/src/crypto/heimdal/appl/telnet/telnetd/sys_term.c
485:         * Here are some shenanigans to make sure that there
        0.62 real         2.80 user         1.91 sys
     13200  maximum resident set size
      2572  average shared memory size
        44  average unshared data size
       128  average unshared stack size
      2251  page reclaims
         0  page faults
         0  swaps
      8292  block input operations
         0  block output operations
         0  messages sent
         0  messages received
         0  signals received
      2631  voluntary context switches
      2156  involuntary context switches

$ pkg delete ripgrep

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223415-29464-wWEIRuoGpo>