Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: fusl/src/math/fmal.c

Issue 1581793002: Remove -Wno-unknown-pragmas from fusl build (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: comment to clang bug Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fusl/src/math/fmaf.c ('k') | fusl/src/math/ilogb.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/src/math/fmal.c
diff --git a/fusl/src/math/fmal.c b/fusl/src/math/fmal.c
index 4506aac6f6abbe9545f0674dd645c121f5198617..41cf4c1e6e9ac0784dd165764b335bc481485f89 100644
--- a/fusl/src/math/fmal.c
+++ b/fusl/src/math/fmal.c
@@ -164,7 +164,7 @@ static inline struct dd dd_mul(long double a, long double b)
*/
long double fmal(long double x, long double y, long double z)
{
- #pragma STDC FENV_ACCESS ON
+ PRAGMA_STDC_FENV_ACCESS_ON
long double xs, ys, zs, adj;
struct dd xy, r;
int oround;
« no previous file with comments | « fusl/src/math/fmaf.c ('k') | fusl/src/math/ilogb.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698