diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-04-01 00:39:24 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-04-03 00:34:54 +0200 |
commit | 0776012d0942537b1ddfef13cd37f8bfb125f501 (patch) | |
tree | 8df94c6ac1e41d8116a196b52852ca29efb76b12 /asl/base/BUILD.bazel | |
parent | 4f8cbd442a1b7805decaf4db7226075221655083 (diff) |
Add bit library
Diffstat (limited to 'asl/base/BUILD.bazel')
-rw-r--r-- | asl/base/BUILD.bazel | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asl/base/BUILD.bazel b/asl/base/BUILD.bazel index 32ea47f..9157ad0 100644 --- a/asl/base/BUILD.bazel +++ b/asl/base/BUILD.bazel @@ -11,6 +11,7 @@ cc_library( hdrs = [ "annotations.hpp", "assert.hpp", + "bit.hpp", "config.hpp", "defer.hpp", "float.hpp", @@ -37,6 +38,7 @@ cc_library( "//asl/types:box", ], ) for name in [ + "bit", "defer", "float", "functional", |