fma 0.1.0

Tiny crate to use FMA(Fused Multiply-Add) instruction easily.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
authors = ["GNQG"]
categories = ["algorithms"]
description = "Tiny crate to use FMA(Fused Multiply-Add) instruction easily."
keywords = ["float", "fma", "intrinsics"]
license = "MIT"
name = "fma"
readme = "README.md"
repository = "https://github.com/GNQG/fma-rs"
version = "0.1.0"