From 68aa2dc1498338ad307cdad4a9402bec094ec6b3 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Thu, 8 Aug 2024 17:30:54 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3c45d8..1177cce 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # BFloat16s.jl -(https://img.shields.io/badge/docs-dev-blue.svg)](https://github.com/JuliaMath/BFloat16s.jl/dev/) [![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) +[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) This package defines the [BFloat16 data type](https://en.wikipedia.org/wiki/Bfloat16_floating-point_format), a floating-point format with 1 sign bit, 8 exponent bits and 7 mantissa bits.