[PATCH] D69870: [builtins] Implement rounding mode support for i386/x86_64

Yi Kong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 13 15:27:26 PST 2019


kongyi marked an inline comment as done.
kongyi added a comment.

In D69870#1744626 <https://reviews.llvm.org/D69870#1744626>, @craig.topper wrote:

> Would it be better to just do a dummy inexact division operation to trigger than inexact exception instead of manipulating the environment?


I assumed this would have better performance than dummy inexact division operation. Do you want me to verify it?


Repository:
  rCRT Compiler Runtime

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

https://reviews.llvm.org/D69870





More information about the llvm-commits mailing list