We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c7495d + 733cf4a commit 3fb16acCopy full SHA for 3fb16ac
docs/src/user/advanced.md
@@ -139,7 +139,7 @@ decrease performance (~5%-10% on our benchmarks).
139
In order to preserve performance in the majority of use cases, ForwardDiff disables this
140
check by default. If your code is affected by this `NaN` behavior, you can enable
141
ForwardDiff's `NaN`-safe mode by setting the `NANSAFE_MODE_ENABLED` constant to `true` in
142
-ForwardDiff's source.
+ForwardDiff's source. The constant is located in `src\prelude.jl`.
143
144
In the future, we plan on allowing users and downstream library authors to dynamically
145
enable [NaN`-safe mode via the `AbstractConfig`
0 commit comments