freebsd-dev/lib/libcompiler_rt
Dimitry Andric e1ca2b88e2 In compiler-rt, a few assembler implementations for i386 floating point
conversion functions use SSE2 instructions, but these are not guarded by
#ifdef __SSE2__, and there is no implementation using general purpose
registers.  For these functions, use the generic C variants instead,
otherwise they will cause SIGILL on older processors.

Reported by:	bsdpr@phoe.frmug.org
PR:		221733
MFC after:	1 week
2017-08-29 21:45:00 +00:00
..
Makefile Gcc has incompatible internal declarations for __divtc3 and __multc3 as 2017-03-21 21:07:37 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
Makefile.inc In compiler-rt, a few assembler implementations for i386 floating point 2017-08-29 21:45:00 +00:00