]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In compiler-rt, a few assembler implementations for i386 floating point
authorDimitry Andric <dim@FreeBSD.org>
Tue, 29 Aug 2017 21:45:00 +0000 (21:45 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Tue, 29 Aug 2017 21:45:00 +0000 (21:45 +0000)
commite1ca2b88e23583f14994d0478b2c9f86cc184110
tree4985e8b87b3a8e6b647f2cdead32801338c0eb49
parenta3cf03a519242c993c431e843a6e038cc4e1e81c
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
lib/libcompiler_rt/Makefile.inc