Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
C Library
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed Mar 1, 2024
1 parent 04a5473 commit ec6f5ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,12 @@ of this library.
Another possible advantage to the FastLanes loop ordering is that we can avoid unrolling the outer SIMD word loop,
resulting in potentially much smaller code size for minimal impact on performance.


## C Library

TODO: this library will be made available as a C library.
Running `zig build` will generate a static C library in `zig-out/lib` and a header file in `zig-out/include`.
The header file requires `zig.h` which is located in the `lib_dir` output by running `zig env`.

This process should improve as https://github.com/ziglang/zig/issues/13528 is resolved.

## Python Library

Expand Down

0 comments on commit ec6f5ba

Please sign in to comment.