refactor to easily allow algorithms generic over f16/32/64
authorJacob Lifshay <programmerjake@gmail.com>
Mon, 10 May 2021 00:41:54 +0000 (17:41 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Mon, 10 May 2021 00:41:54 +0000 (17:41 -0700)
commit6953218b789361857e2c2dcc45ed64a75cf8f4fd
treec4bd4b1f06943154a5816750cc4c83335b2a2a61
parentba67f8a36240e8ee2e95bb79aa7a58ae77577197
refactor to easily allow algorithms generic over f16/32/64
12 files changed:
.gitlab-ci.yml
Cargo.toml
src/algorithms/ilogb.rs
src/algorithms/trig_pi.rs
src/f16.rs
src/ieee754.rs [deleted file]
src/ir.rs
src/lib.rs
src/prim.rs [new file with mode: 0644]
src/scalar.rs
src/traits.rs
vector-math-proc-macro/src/lib.rs