[go: up one dir, main page]

float16 0.1.0

Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Requires nightly to do proper formatting.
use_small_heuristics = "Off"
use_field_init_shorthand = true
trailing_semicolon = true
match_block_trailing_comma = true
empty_item_single_line = false
enum_discrim_align_threshold = 40
fn_params_layout = "Tall"
fn_single_line = false
format_macro_matchers = true
format_macro_bodies = true
imports_indent = "Block"
imports_layout = "HorizontalVertical"
indent_style = "Block"
match_arm_blocks = true
overflow_delimited_expr = true
group_imports = "StdExternalCrate"
wrap_comments = true