Home
last modified time | relevance | path

Searched hist:e1ca2b88e23583f14994d0478b2c9f86cc184110 (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libcompiler_rt/
H A DMakefile.incdiff e1ca2b88e23583f14994d0478b2c9f86cc184110 Tue Aug 29 23:45:00 CEST 2017 Dimitry Andric <dim@FreeBSD.org> 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