Re: pil21 on RISC-V

2021-02-08 Thread Alexander Williams

Oh awesome!! Thank you for doing this test.

I'm looking forward to trying that on real RISC-V 64-bit hardware.


AW

On Sat, 6 Feb 2021, Mike wrote:


hi all,

pil21 passed all tests inside RISC-V qemu:

$ uname  -a
Linux ubuntu 5.8.0-14-generic #16~20.04.3-Ubuntu SMP Mon Feb 1 16:33:19 UTC 
2021 riscv64 riscv64 riscv64 GNU/Linux
$ pil +
: (version)
212.5
-> (21 2 5)
: *OS
-> "Linux"
: *CPU
-> "riscv64"
: (let L (chop (** 5 (** 4 (** 3 2
 (prinl (head 20 L) "..." (tail 20 L))
 (length L) )
62060698786608744707...92256259918212890625
-> 183231
: (%@ "malloc" 'N 123)
-> 1057627088
: (bye)
$


(mike)

--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe




--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


pil21 on RISC-V

2021-02-06 Thread Mike
hi all,

pil21 passed all tests inside RISC-V qemu:

$ uname  -a
Linux ubuntu 5.8.0-14-generic #16~20.04.3-Ubuntu SMP Mon Feb 1 16:33:19 UTC 
2021 riscv64 riscv64 riscv64 GNU/Linux
$ pil +
: (version)
212.5
-> (21 2 5)
: *OS
-> "Linux"
: *CPU
-> "riscv64"
: (let L (chop (** 5 (** 4 (** 3 2
  (prinl (head 20 L) "..." (tail 20 L))
  (length L) )
62060698786608744707...92256259918212890625
-> 183231
: (%@ "malloc" 'N 123)
-> 1057627088
: (bye)
$


(mike)

--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe



Re: pil21 on RISC-V

2021-02-06 Thread Alexander Burger
On Sat, Feb 06, 2021 at 12:52:57PM +, Mike wrote:
> pil21 passed all tests inside RISC-V qemu:

Good news! Thanks Mike!

(after all, RISC-V was the trigger for the port to LLVM)

☺/ A!ex

> $ uname  -a
> Linux ubuntu 5.8.0-14-generic #16~20.04.3-Ubuntu SMP Mon Feb 1 16:33:19 UTC 
> 2021 riscv64 riscv64 riscv64 GNU/Linux
> $ pil +
> : (version)
> 212.5
> -> (21 2 5)
> : *OS
> -> "Linux"
> : *CPU
> -> "riscv64"
> : (let L (chop (** 5 (** 4 (** 3 2
>   (prinl (head 20 L) "..." (tail 20 L))
>   (length L) )
> 62060698786608744707...92256259918212890625
> -> 183231
> : (%@ "malloc" 'N 123)
> -> 1057627088
> : (bye)
> $
> 
> 
> (mike)

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe