Skip to content

Commit

Permalink
Conformance for countSetBits (#6365)
Browse files Browse the repository at this point in the history
  • Loading branch information
kozross authored Aug 6, 2024
1 parent 3d489da commit 51a9f16
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 [ (builtin countSetBits) (con bytestring #) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 158888
| mem: 401})
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 (con integer 0))
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 [ (builtin countSetBits) (con bytestring #0000) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 158888
| mem: 401})
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 (con integer 0))
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 [ (builtin countSetBits) (con bytestring #0100) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 158888
| mem: 401})
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 (con integer 1))
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 [ (builtin countSetBits) (con bytestring #0001) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 158888
| mem: 401})
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 (con integer 1))

0 comments on commit 51a9f16

Please sign in to comment.