We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b8655 commit 8cfb72bCopy full SHA for 8cfb72b
crawl-ref/source/defines.h
@@ -12,7 +12,7 @@
12
#include "macros.h"
13
14
// In this case, an x86 CPU will use x87 math for floating point calculations,
15
-// which uses 80 bit intermediate results, andleads to difference from the
+// which uses 80 bit intermediate results, and leads to difference from the
16
// (much more common, in 2019) SSE-based calculations.
17
// probably far from the only case where seeding isn't reliable...
18
#if defined(TARGET_CPU_X86) && !defined(__SSE__)
0 commit comments