+Emilio On 1/12/22 14:46, Philippe Mathieu-Daudé wrote: > Anyway, with your/Akihiko/Christian help during review, this flag > is not necessary anymore to build softmmu/tools (I still have to > figure how to silent the "#pragma FENV_ACCESS" warning in tests), > so let forget about this patch (except if we expect macOS ObjC to > keep evolving and need a way to pass OBJCFLAGS).
Apparently Clang equivalent of "#pragma STDC FENV_ACESS ON" is "-ffp-model=strict" https://clang.llvm.org/docs/UsersManual.html#cmdoption-ffp-model I'll see if patching tests/fp/meson.build is sufficient.