Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2017 22:49:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 223314] textproc/ripgrep: expose SIMD options
Message-ID:  <bug-223314-13-cksS01Ti2y@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223314-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223314-13@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=3D223314

--- Comment #1 from Jan Beich <jbeich@FreeBSD.org> ---
Rust codegen can also be forced to emit SIMD optimizations e.g.,

  # /etc/make.conf
  CPUTYPE ?=3D native
  RUSTFLAGS +=3D -C target-cpu=3D${CPUTYPE}
  .export RUSTFLAGS # for www/firefox

but this is outside of scope.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223314-13-cksS01Ti2y>