Skip to content

Commit 0df03cb

Browse files
authored
chore: remove b16 from list of supported dtypes (#2479)
AFAIK, we do not have support for bfloat16, but we do support IEEE754 binary16.
1 parent cc145fb commit 0df03cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The Vortex type-system is still in flux. The current set of logical types is:
9494
* Null
9595
* Bool
9696
* Integer(8, 16, 32, 64)
97-
* Float(16, b16, 32, 64)
97+
* Float(16, 32, 64)
9898
* Binary
9999
* UTF8
100100
* Struct

0 commit comments

Comments
 (0)