floatx4 1.1.0

A library that can perform 4 float operations simultaneously.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "approximately"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab341dd8ca6d152cc4f293b5ad47976da7f340ec3fd4a50f6b0c91b4988b6861"

[[package]]
name = "floatx4"
version = "1.1.0"
dependencies = [
 "approximately",
]