Skip to content

Commit

Permalink
denormal renamed subnormal (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Azurethi authored Feb 21, 2024
1 parent bbdbaa5 commit 5dde403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/releases/ChangesIn4.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@ We try to avoid introducing compatibility issues, and most of those that follow

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.

### Threads using denormals
### Threads using subnormals

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).
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).

### .z.o

Expand Down

0 comments on commit 5dde403

Please sign in to comment.