Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f77dbd0

Browse files
Mike KleinSkia Commit-Bot
authored andcommitted
remove -ffp-contract
We don't set it in Chrome, so this'll make our local bots a little more consistent with what we see in Chrome. Very, very minor stuff. Bug: skia:9103 Change-Id: Iecedd367780b6a721bc49dfa2d0a7837eb3bd28d Reviewed-on: https://skia-review.googlesource.com/c/skia/+/215144 Auto-Submit: Mike Klein <mtklein@google.com> Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Mike Klein <mtklein@google.com>
1 parent c4dbc37 commit f77dbd0

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

BUILD.gn

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -279,14 +279,6 @@ opts("hsw") {
279279
} else {
280280
cflags = [ "-march=haswell" ]
281281
}
282-
283-
# Oddly, clang-cl doesn't recognize this as a valid flag.
284-
# If it ever does, it'd nice to move this up with -mavx2 and co.
285-
if (is_clang && !is_win) {
286-
# This flag lets Clang generate FMAs when it sees a mul-then-add. It's optional,
287-
# but nice to have, generating slightly better code for paths without explicit FMAs.
288-
cflags += [ "-ffp-contract=fast" ]
289-
}
290282
}
291283

292284
# Any feature of Skia that requires third-party code should be optional and use this template.

0 commit comments

Comments
 (0)