[Bug 223314] textproc/ripgrep: expose SIMD options

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 29 22:49:40 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223314

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

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

but this is outside of scope.

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


More information about the freebsd-ports-bugs mailing list