swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 53ed65bb1d4040b68647c12d6159e9cd26376334 authored by Emma Turner on 03 April 2024, 09:13:06 UTC
RISC-V: F/D sqrt instructions
Tip revision: 53ed65b
pair_int-int_00.tzt
code { PAIR } ;
input { Stack_elt int 5 ; Stack_elt int 7 } ;
output { Stack_elt (pair int int) (Pair 5 7) }
back to top