Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed May 1, 2023
1 parent 695f5a9 commit 8ce9a3e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions todo.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
===============================================================
! rework header-install:
o libs should #include "spffl/spffl/polynomials/f2_poly_t.h"
o lib-users should also
o current, and future:
g++ -std=c++20 -I /usr/local/include -L /usr/local/lib -lspffl examples/example1.cpp -o example1
g++ -std=c++20 -I /usr/local/include/spffl -L /usr/local/lib -lspffl examples/example1.cpp -o example1
o note in README.md what we have:
- /usr/local/include/spffl
- /usr/local/lib/libspffl.so
- /usr/local/bin/spiff
! fix clang-format & tmatrix/gcd issue

! ctest passes
o f2_poly_t: promote x n; demote; bit_at; set_bit; sqroot
Expand Down

0 comments on commit 8ce9a3e

Please sign in to comment.