[PATCH] D144454: Add builtin for llvm set rounding

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 2 13:25:05 PST 2023


rjmccall added a comment.

`__builtin_set_flt_rounds` seems better.

We should add the portability checking, yeah.  Look at the checking we do for certain builtins with `CheckBuiltinTargetInSupported` in `SemaChecking.cpp`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144454/new/

https://reviews.llvm.org/D144454



More information about the cfe-commits mailing list