[package] name = "float_math" version = "0.0.3" edition = "2021" license = "CC0-1.0 OR Apache-2.0 OR MIT" repository = "https://github.com/Lokathor/float_math" description = "Does math on floating point values." [features] core_intrinsics = [] portable_simd = [] [dependencies] bytemuck = { version = "1.7.3", features = ["nightly_portable_simd"] } [dev-dependencies] libm = "0.2"