[PATCH] D76957: HIP: Merge builtin library handling
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Apr 18 09:41:39 PDT 2020
yaxunl added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/HIP.cpp:364
+ bool FastRelaxedMath = false;
+ bool CorrectSqrt = false;
+
----------------
By default this was on. We should keep the old behavior.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76957/new/
https://reviews.llvm.org/D76957
More information about the cfe-commits
mailing list