This avoids build failures due to the clang 12 warning:
'#pragma FENV_ACCESS' is not supported on this target - ignored
Differential D29743
lib/msun: Exclude ignored-pragmas from -Werror arichardson on Apr 13 2021, 11:59 AM. Authored by Tags None Referenced Files
Subscribers
Details This avoids build failures due to the clang 12 warning: '#pragma FENV_ACCESS' is not supported on this target - ignored compiles with clang12
Diff Detail
Event TimelineComment Actions Ah, I thought maybe now that the StrictFP stuff is operational we might finally get some #pragma FENV_ACCESS support, but it's probably a whole other can of worms... Comment Actions Looks like the warning is not triggered for x86, only other architectures. That indicates that the pragmas might actually be implemented now. |