[cfe-dev] Does #pragma FENV_ACCESS apply to cpu-specific builtins?
Kevin Neal via cfe-dev
cfe-dev at lists.llvm.org
Tue Sep 25 10:21:57 PDT 2018
I'm working on support for clang emitting the new experimental builtins when #pragma STDC FENV_ACCESS ON is enabled. I mostly care about C code currently.
I notice that there are calls to Builder.CreateFAdd() in some of the Neon specific builtins in CGBuiltin.cpp. Does that pragma apply to host-specific, CPU-specific, OS-specific, whatever-specific cases? What's the rule?
--
Kevin P. Neal
SAS/C and SAS/C++ Compiler
Host Research and Development
SAS Institute, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20180925/90910fbd/attachment.html>
More information about the cfe-dev
mailing list