Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2017 05:36:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 221466] security/nss fails to build on i386
Message-ID:  <bug-221466-21738-VWpd1EH4a9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221466-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221466-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=221466

Jan Beich <jbeich@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|Open                        |Closed

--- Comment #9 from Jan Beich <jbeich@FreeBSD.org> ---
No, SSE2 code is always built but disabled at runtime via CPUID check. I don't
plan to spend time working around Clang 3.4 on FreeBSD 10.* lacking
https://llvm.org/viewvc/llvm-project?view=revision&revision=239883

In file included from gcm.c:12:
In file included from ./gcm.h:21:
/usr/include/clang/3.4.1/emmintrin.h:28:2: error: "SSE2 instruction set not
enabled"
#error "SSE2 instruction set not enabled"
 ^
In file included from gcm.c:12:
./gcm.h:63:5: error: unknown type name '__m128i'
    __m128i x, h;
    ^
2 errors generated.

-- 
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-221466-21738-VWpd1EH4a9>