Skip to content

Commit 5dde403

Browse files
authored
denormal renamed subnormal (#243)
1 parent bbdbaa5 commit 5dde403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/releases/ChangesIn4.1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ We try to avoid introducing compatibility issues, and most of those that follow
228228

229229
Loading shared libraries via [2:](../ref/dynamic-load.md) resolved to a canonical path prior to load via the OS, since v3.6 2018.08.24. This caused issues for libs whose run-time path was relative to a sym-link. It now resolves to an absolute path only, without resolving sym-links.
230230

231-
### Threads using denormals
231+
### Threads using subnormals
232232

233-
macOS/Microsoft Windows performance has been improved when using floating point calculations with denormal numbers on threads created via multi-threaded input mode or secondary threads (rounds to zero).
233+
macOS/Microsoft Windows performance has been improved when using floating point calculations with subnormal numbers on threads created via multi-threaded input mode or secondary threads (rounds to zero).
234234

235235
### .z.o
236236

0 commit comments

Comments
 (0)