Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ A BLAS/LAPACK implementation using [Berkeley SoftFloat](http://www.jhauser.us/ar

Following SoftFloat 3e and requiring a 64-bit OS, all quantities are passed by value.

**Status WIP ~2024.2.28**
**Status WIP ~2024.2.29**

- [ ] Add rounding-mode propagation to fn signatures.
- [ ] Complete complex-valued functions.
- [ ] Run everything through a linter.

Expand Down
Loading