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

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 19 00:19:40 PST 2017


mgorny added a comment.

Just to be clear, the values also differ per -O0 vs -O2. I'm not sure if we can even reliably figure that out.

I've tried to work around the issue by building everything in 387 mode. However, in that case muldc3_test has even larger mismatches and didn't really want to go figuring that out.


Repository:
  rL LLVM

https://reviews.llvm.org/D28862





More information about the cfe-commits mailing list