[all-commits] [llvm/llvm-project] 2c93e3: Take math-errno into account with '#pragma float_c...

Zahira Ammarguellat via All-commits all-commits at lists.llvm.org
Fri Sep 8 06:49:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2c93e3c1c8ba70694bc0d3fd71ac90836a147f2d
      https://github.com/llvm/llvm-project/commit/2c93e3c1c8ba70694bc0d3fd71ac90836a147f2d
  Author: Zahira Ammarguellat <Zahira.Ammarguellat at intel.com>
  Date:   2023-09-08 (Fri, 08 Sep 2023)

  Changed paths:
    M clang/docs/LanguageExtensions.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/UsersManual.rst
    M clang/include/clang/Basic/FPOptions.def
    M clang/include/clang/Basic/LangOptions.h
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    A clang/test/CodeGen/math-errno.c

  Log Message:
  -----------
  Take math-errno into account with '#pragma float_control(precise,on)' and
'attribute__((optnone)).

Differential Revision: https://reviews.llvm.org/D151834




More information about the All-commits mailing list