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

Jan Beich <jbe...@freebsd.org> changed:

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

--- Comment #9 from Jan Beich <jbe...@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.
_______________________________________________
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"

Reply via email to