[PATCH] D80440: [OpenCL] Prevent fused mul and add by default

Serge Pavlov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun May 24 21:19:15 PDT 2020


sepavloff added a comment.

Contraction is just an optimization technique. Unless a user explicitly requests strict FP semantics, contraction does not break C++ semantics.


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

https://reviews.llvm.org/D80440





More information about the cfe-commits mailing list