<gordonDrogon>
drmpeg, at one point I had a pallet-load of sun4 systems, wide and tall... I (stupidly?) gave them all away...
theruran has quit [Quit: Connection closed for inactivity]
aerkiaga has joined #riscv
h2t has quit [Ping timeout: 268 seconds]
klys has quit [Ping timeout: 256 seconds]
Slide-O-Mix has quit [Ping timeout: 256 seconds]
klys has joined #riscv
Slide-O-Mix has joined #riscv
h2t has joined #riscv
h2t has quit [Ping timeout: 256 seconds]
Slide-O-Mix has quit [Ping timeout: 240 seconds]
klys has quit [Ping timeout: 256 seconds]
klys has joined #riscv
Slide-O-Mix has joined #riscv
h2t has joined #riscv
___nick___ has joined #riscv
aerkiaga has quit [Remote host closed the connection]
vagrantc has quit [Quit: leaving]
Slide-O-Mix has quit [Ping timeout: 250 seconds]
h2t has quit [Ping timeout: 250 seconds]
klys has quit [Ping timeout: 240 seconds]
h2t has joined #riscv
klys has joined #riscv
Slide-O-Mix has joined #riscv
<la_mettrie>
so there's a good chance that first risc-v laptops will be china's state backed efforts?
Sofia has quit [Quit: WeeChat 3.3]
Sofia_ has joined #riscv
<gordonDrogon>
it would not surprise me.
<gordonDrogon>
help them free themselves from the shackles of the western capatalistic society.. oh, wait ...
<gordonDrogon>
same for russia, but I get the impression they care less for that sort of stuff having evidence of stealing pdp11's (etc.) in the past...
<gordonDrogon>
hm. todays puzzle - load unaligned word - do I test for it being aligned (which is possible) then just LW or brute-force it anyway with LB, shifts, or, times 4 ...
<gordonDrogon>
brute forcing it seems easier - probably faster than a test/branch since a higher portion will (probably) be unaligned anyway...
<gordonDrogon>
(bytecode interpreter with data words in-line with instructions)
sheb has joined #riscv
<gordonDrogon>
14 instructions to brute-force it byte at a time - might almost be worth getting the compiler to word align constants if speed is an issue...
<gordonDrogon>
(or use an RV system that allows for un-aligned LW's)