half 0.1.0

Half-precision floating point f16 type for Rust implementing the IEEE 754-2008 binary16 type.
Documentation
[package]
name = "half"
version = "0.1.0"
authors = ["Kathryn Long <squeeself@gmail.com>"]
description = "Half-precision floating point f16 type for Rust implementing the IEEE 754-2008 binary16 type."
repository = "https://github.com/starkat99/half-rs.git"
homepage = "https://github.com/starkat99/half-rs"
documentation = "http://starkat99.github.io/half-rs/half/"
readme = "README.md"
keywords = ["f16"]
license = "MIT/Apache-2.0"

[features]
use-intrinsics = []