From 85c5e1c6de2a7a6fb098529de83eef743cfc7d4a Mon Sep 17 00:00:00 2001 From: Randy Westlund Date: Thu, 30 Jun 2016 22:39:15 -0400 Subject: Fix grammatical error (#718) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FAQ.md') diff --git a/FAQ.md b/FAQ.md index c3db00f..e8d8e55 100644 --- a/FAQ.md +++ b/FAQ.md @@ -255,7 +255,7 @@ implementation similarly to how PNaCl and Emscripten do today. Optimizing compilers commonly have fast-math flags which permit the compiler to relax the rules around floating point in order to optimize more -aggressively. This can including assuming that NaNs or infinities don't occur, +aggressively. This can include assuming that NaNs or infinities don't occur, ignoring the difference between negative zero and positive zero, making algebraic manipulations which change how rounding is performed or when overflow might occur, or replacing operators with approximations that are cheaper to -- cgit v1.2.3