aboutsummaryrefslogtreecommitdiff
path: root/source/8086-SSE/s_bf16UIToCommonNaN.c
diff options
context:
space:
mode:
authorNicolas Brunie <82109999+nibrunieAtSi5@users.noreply.github.com>2023-09-30 20:57:08 -0700
committerGitHub <noreply@github.com>2023-09-30 20:57:08 -0700
commitb2341032da62a2d1ed21cc07c2ce7afc3721598f (patch)
tree2058009b864aa466bbaa5a6ab33b92a5a03483d0 /source/8086-SSE/s_bf16UIToCommonNaN.c
parentb1bbccf04d6b350fd5019f9e23ad9c8ae82c9b03 (diff)
downloadberkeley-softfloat-3-b2341032da62a2d1ed21cc07c2ce7afc3721598f.zip
berkeley-softfloat-3-b2341032da62a2d1ed21cc07c2ce7afc3721598f.tar.gz
berkeley-softfloat-3-b2341032da62a2d1ed21cc07c2ce7afc3721598f.tar.bz2
review feedback: 16-bit floating-point -> BF16
Diffstat (limited to 'source/8086-SSE/s_bf16UIToCommonNaN.c')
-rw-r--r--source/8086-SSE/s_bf16UIToCommonNaN.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/8086-SSE/s_bf16UIToCommonNaN.c b/source/8086-SSE/s_bf16UIToCommonNaN.c
index b27b804..c1c774d 100644
--- a/source/8086-SSE/s_bf16UIToCommonNaN.c
+++ b/source/8086-SSE/s_bf16UIToCommonNaN.c
@@ -40,7 +40,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "softfloat.h"
/*----------------------------------------------------------------------------
-| Assuming `uiA' has the bit pattern of a 32-bit floating-point NaN, converts
+| Assuming `uiA' has the bit pattern of a BF16 NaN, converts
| this NaN to the common NaN form, and stores the resulting common NaN at the
| location pointed to by `zPtr'. If the NaN is a signaling NaN, the invalid
| exception is raised.