[Bug 221466] security/nss fails to build on i386
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Dec 14 05:36:05 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221466
Jan Beich <jbeich at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|Open |Closed
--- Comment #9 from Jan Beich <jbeich at 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.
More information about the freebsd-gecko
mailing list