Bug 276505 - On i386 clang asks to "compile with -msse -mfpmath=sse, or equivalent" when "-msse -mfpmath=sse" is already used (port audio/kaldi)
Summary: On i386 clang asks to "compile with -msse -mfpmath=sse, or equivalent" when "...
Status: Closed Not A Bug
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: 13.2-RELEASE
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-toolchain (Nobody)
URL: https://pkg-status.freebsd.org/beefy1...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-21 18:50 UTC by Yuri Victorovich
Modified: 2024-01-21 19:15 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2024-01-21 18:50:41 UTC
See the log URL.
Comment 1 Gleb Popov freebsd_committer freebsd_triage 2024-01-21 19:01:17 UTC
Did you check the contents of /usr/local/include/fst/float-weight.h ? This error doesn't seem to be a compiler issue.
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2024-01-21 19:15:25 UTC
(In reply to Gleb Popov from comment #1)

I see. It looks for a GCC-specific macro __SSE2_MATH__ https://gcc.gnu.org/legacy-ml/gcc-patches/2002-08/msg01345.html that was never added in clang.

Thanks for pointing this out!