HomeFreeBSD

In compiler-rt, a few assembler implementations for i386 floating point

Description

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

Details

Provenance
dimAuthored on
Parents
rS323000: Add missing test for NVME CCBs for nvme passthru support.
Branches
Unknown
Tags
Unknown