https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278417

--- Comment #10 from commit-h...@freebsd.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=b449894978b56651bc8d2a19b03c4af67e4ec59c

commit b449894978b56651bc8d2a19b03c4af67e4ec59c
Author:     Dimitry Andric <d...@freebsd.org>
AuthorDate: 2024-04-18 17:46:57 +0000
Commit:     Dimitry Andric <d...@freebsd.org>
CommitDate: 2024-04-21 19:02:09 +0000

    share/mk/bsd.cpu.mk: add F16C feature for i386 and amd64 architectures

    As discussed in bug 278417, some ports require the F16C instruction set
    to compile, but there is no way yet to detect whether the currently
    chosen CPUTYPE supports this feature.

    Add the feature to the MACHINE_CPU variable, for each processor that
    supports it. The list of processors was extracted from clang 18's -dM
    output, filtered on the __F16C__ define.

    PR:             278417
    Reviewed by:    brooks, emaste
    MFC after:      3 days
    Differential Revision: https://reviews.freebsd.org/D44848

    (cherry picked from commit 2fd73b7126d7d7e5701e001af929411ce7a0c5f1)

 share/mk/bsd.cpu.mk | 42 ++++++++++++++++++++++++------------------
 1 file changed, 24 insertions(+), 18 deletions(-)

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

Reply via email to