Date: Wed, 17 Apr 2024 22:19:23 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 278417] The _cvtsh_ss() intrinsic function generates illegal instructions Message-ID: <bug-278417-29464-C4nTVg29Pw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-278417-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-278417-29464@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278417 --- 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.m= k. Then you could check it in the port with something like: .if defined(MACHINE_CPU) && ${MACHINE_CPU:Mf16c} --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278417-29464-C4nTVg29Pw>