Skip to content

Commit

Permalink
Conformance for findFirstSetBit (#6366)
Browse files Browse the repository at this point in the history
  • Loading branch information
kozross authored Aug 6, 2024
1 parent 0b6a695 commit 8dcfa54
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 findFirstSetBit) (con bytestring #) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 154812
| 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 findFirstSetBit) (con bytestring #0000) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 154812
| 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 findFirstSetBit) (con bytestring #0002) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 154812
| 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 findFirstSetBit) (con bytestring #fff2) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 154812
| 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 8dcfa54

Please sign in to comment.