Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2017 14:07:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 223300] www/firefox (56+) fails to build using lang/rust (1.21+) built with PORT_LLVM=on: error[E0432]: unresolved import `x86::sse2`
Message-ID:  <bug-223300-21738-bmImVjNtMg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223300-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223300-21738@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=3D223300

--- Comment #34 from vvd@unislabs.com ---
$ rustc --print target-features | grep sse
    sse                    - Enable SSE instructions.
    sse-unaligned-mem      - Allow unaligned memory operands with SSE
instructions.
    sse2                   - Enable SSE2 instructions.
    sse3                   - Enable SSE3 instructions.
    sse4.1                 - Enable SSE 4.1 instructions.
    sse4.2                 - Enable SSE 4.2 instructions.
    sse4a                  - Support SSE 4a instructions.
    ssse3                  - Enable SSSE3 instructions.

With rust-1.22.1 firefox-57.0_3,1 build fine.

Testing build with rust-1.22.1_1 and new Mk/bsd.gecko.mk now.

--=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-223300-21738-bmImVjNtMg>