[go: up one dir, main page]

half 1.3.1

Half-precision floating point f16 type for Rust implementing the IEEE 754-2008 binary16 type.
Documentation
os:
- linux
- windows
sudo: false
language: rust
rust:
- stable
- 1.10.0
- beta
- nightly
matrix:
  include:
    - rust: stable
      env: CARGOFLAGS=--features="serde"
    - rust: stable
      env: CARGOFLAGS=--features="std"
    - rust: stable
      env: CARGOFLAGS=--features="std serde"
    - rust: nightly
      env: CARGOFLAGS=--features="serde use-intrinsics"
branches:
  except:
  - gh-pages
script:
- cargo test $CARGOFLAGS