Skip to content

Commit

Permalink
perf: typing of columns
Browse files Browse the repository at this point in the history
  • Loading branch information
letypequividelespoubelles committed Jan 5, 2024
1 parent 1a4e499 commit 05d7764
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions euc/columns.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
(IOMF :binary)
(CT :byte)
(CT_MAX :byte)
DIVIDEND
DIVISOR
QUOTIENT
REMAINDER
CEIL
(DIVIDEND :i8)
(DIVISOR :i8)
(QUOTIENT :i8)
(REMAINDER :i8)
(CEIL :i8)
(DONE :binary)
(DIVIDEND_BYTE :byte)
(DIVISOR_BYTE :byte)
Expand Down

0 comments on commit 05d7764

Please sign in to comment.