[Bug 278417] The _cvtsh_ss() intrinsic function generates illegal instructions

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 17 Apr 2024 22:19:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278417

--- Comment #7 from Dimitry Andric <dim@FreeBSD.org> ---
(In reply to Yuri Victorovich from comment #5)
Ideally the program should disable the parts that require f16c, but if that is
not possible, you could mark the port as requiring a CPU that supports the
feature.

However, to be able to do so, support for f16c should be added to bsd.cpu.mk.
Then you could check it in the port with something like:

.if defined(MACHINE_CPU) && ${MACHINE_CPU:Mf16c}

-- 
You are receiving this mail because:
You are the assignee for the bug.