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]
name = "fma"
version = "0.1.0"
authors = ["GNQG"]
readme = "README.md"
license = "MIT"
description = "Tiny crate to use FMA(Fused Multiply-Add) instruction easily."
repository = "https://github.com/GNQG/fma-rs"
keywords = ["float", "fma", "intrinsics"]
categories = ["algorithms"]