Skip to content

Commit

Permalink
implement fp16x16wide
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelDkhn committed Oct 22, 2023
1 parent 7ab41bc commit 5c98b64
Show file tree
Hide file tree
Showing 10 changed files with 3,019 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/numbers/fixed_point/implementations.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ mod fp8x23;
mod fp16x16;
mod fp64x64;
mod fp32x32;
mod fp16x16wide;
3 changes: 3 additions & 0 deletions src/numbers/fixed_point/implementations/fp16x16wide.cairo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mod core;
mod math;
mod helpers;
Loading

0 comments on commit 5c98b64

Please sign in to comment.