[all-commits] [llvm/llvm-project] 8daac3: [clang][FPEnv] Clang floatng point model ffp-model...

Melanie Blower via All-commits all-commits at lists.llvm.org
Thu Jun 10 06:31:31 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8daac3714083aa5507622dba858344051f6b5574
      https://github.com/llvm/llvm-project/commit/8daac3714083aa5507622dba858344051f6b5574
  Author: Melanie Blower <melanie.blower at intel.com>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M clang/docs/UsersManual.rst
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/test/CodeGen/ffp-contract-option.c
    M clang/test/CodeGen/ppc-emmintrin.c
    M clang/test/CodeGen/ppc-xmmintrin.c
    M clang/test/Driver/fp-model.c

  Log Message:
  -----------
  [clang][FPEnv] Clang floatng point model ffp-model=precise enables ffp-contract=on

This patch changes the ffp-model=precise to enables -ffp-contract=on
(previously -ffp-model=precise enabled -ffp-contract=fast). This is a
follow-up to Andy Kaylor's comments in the llvm-dev discussion
"Floating Point semantic modes". From the same email thread, I put
Andy's distillation of floating point options and floating point modes
into UsersManual.rst

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




More information about the All-commits mailing list