From 5dde4033a03b68020c7a92016331ad4b481c0692 Mon Sep 17 00:00:00 2001 From: Azurethi Date: Wed, 21 Feb 2024 10:49:26 -0500 Subject: [PATCH] denormal renamed subnormal (#243) --- docs/releases/ChangesIn4.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases/ChangesIn4.1.md b/docs/releases/ChangesIn4.1.md index 1206a4394..20a50e898 100644 --- a/docs/releases/ChangesIn4.1.md +++ b/docs/releases/ChangesIn4.1.md @@ -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