[libre-riscv-dev] [Bug 122] FP software emulation needed,

bugzilla-daemon at libre-riscv.org bugzilla-daemon at libre-riscv.org
Sun Jul 28 23:20:32 BST 2019


http://bugs.libre-riscv.org/show_bug.cgi?id=122

Jacob Lifshay <programmerjake at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |programmerjake at gmail.com

--- Comment #1 from Jacob Lifshay <programmerjake at gmail.com> ---
WIP algebraic numbers library at https://salsa.debian.org/Kazan-team/algebraics

-- represents values exactly
-- makes writing correctly rounded operations simple (as long as the operations
don't produce transcendental numbers)
-- has a quadratic number type that works for implementing add, sub, mul, div,
sqrt, rsqrt, fma
-- meant for testing since it's probably rather slow; still faster than python
would be
-- will be writing python bindings using https://pyo3.rs/v0.7.0/ which makes
writing bindings almost trivial

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-riscv-dev mailing list