Skip to content

Commit

Permalink
Fix up the no_vector tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bacam committed Mar 5, 2024
1 parent 022bb4a commit a368260
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions aarch64/prelude.sail
Original file line number Diff line number Diff line change
Expand Up @@ -342,11 +342,6 @@ function coerce_int_nat 'x = {
val slice = "slice" : forall ('n : Int) ('m : Int), 'm >= 0 & 'n >= 0.
(bits('m), int, atom('n)) -> bits('n)

val pow2_atom = "pow2" : forall 'n. atom('n) -> atom(2 ^ 'n)
val pow2_int = "pow2" : int -> int

overload pow2 = {pow2_atom, pow2_int}

val break : unit -> unit

function break () = ()
Expand Down

0 comments on commit a368260

Please sign in to comment.