aboutsummaryrefslogtreecommitdiff
path: root/source/8086-SSE/s_commonNaNToBF16UI.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/8086-SSE/s_commonNaNToBF16UI.c')
-rw-r--r--source/8086-SSE/s_commonNaNToBF16UI.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/8086-SSE/s_commonNaNToBF16UI.c b/source/8086-SSE/s_commonNaNToBF16UI.c
index 8cc5a61..d81cf51 100644
--- a/source/8086-SSE/s_commonNaNToBF16UI.c
+++ b/source/8086-SSE/s_commonNaNToBF16UI.c
@@ -39,8 +39,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "specialize.h"
/*----------------------------------------------------------------------------
-| Converts the common NaN pointed to by `aPtr' into a 16-bit floating-point
-| NaN, and returns the bit pattern of this value as an unsigned integer.
+| Converts the common NaN pointed to by `aPtr' into a BF16 NaN, and
+| returns the bit pattern of this value as an unsigned integer.
*----------------------------------------------------------------------------*/
uint_fast16_t softfloat_commonNaNToBF16UI( const struct commonNaN *aPtr )
{