[PATCH] D28862: [compiler-rt] [test] Use approximate comparison on float types

Saleem Abdulrasool via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 18 18:49:02 PST 2017


compnerd added a comment.

I think that the checks should be exact.  Instead, we should check the compilation mode and change the exact value (i.e. if we are using i387 mode, we would use the adjusted value).


Repository:
  rL LLVM

https://reviews.llvm.org/D28862





More information about the cfe-commits mailing list