-
Notifications
You must be signed in to change notification settings - Fork 477
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This was more useful at the time when we were determining, e.g., optimal lookup table sizes and could regenerate them more easily, but it came at a massive complexity cost. It also meant that we were unable to implement backend autoselection. This commit removes the `build.rs` entirely. In the future, a different `build.rs` could be added that auto-selects a backend, but it seems like the current default-u64 setup has been working fine.
- Loading branch information
1 parent
8602ec0
commit 5742176
Showing
13 changed files
with
12,306 additions
and
291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.