*** ghostmansd[pc] <ghostmansd[pc]!~ghostmans@broadband-109-173-55-177.ip.moscow.rt.ru> has quit IRC | 00:08 | |
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has quit IRC | 00:10 | |
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has joined #libre-soc | 00:11 | |
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has quit IRC | 00:22 | |
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has joined #libre-soc | 00:22 | |
*** ghostmansd[pc] <ghostmansd[pc]!~ghostmans@broadband-109-173-55-177.ip.moscow.rt.ru> has joined #libre-soc | 00:35 | |
*** ghostmansd[pc] <ghostmansd[pc]!~ghostmans@broadband-109-173-55-177.ip.moscow.rt.ru> has quit IRC | 00:41 | |
*** ghostmansd <ghostmansd!~ghostmans@broadband-109-173-55-177.ip.moscow.rt.ru> has joined #libre-soc | 08:46 | |
*** ghostmansd <ghostmansd!~ghostmans@broadband-109-173-55-177.ip.moscow.rt.ru> has quit IRC | 08:54 | |
*** ghostmansd <ghostmansd!~ghostmans@broadband-109-173-55-177.ip.moscow.rt.ru> has joined #libre-soc | 08:54 | |
*** ghostmansd <ghostmansd!~ghostmans@broadband-109-173-55-177.ip.moscow.rt.ru> has quit IRC | 09:10 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-55-177.ip.moscow.rt.ru> has quit IRC | 11:05 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.52.11> has joined #libre-soc | 11:05 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.52.11> has quit IRC | 11:10 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.164.72> has joined #libre-soc | 11:11 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.164.72> has quit IRC | 12:23 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-55-177.ip.moscow.rt.ru> has joined #libre-soc | 12:26 | |
*** psydroid <psydroid!~psydroid@user/psydroid> has joined #libre-soc | 12:31 | |
*** psydroid <psydroid!~psydroid@user/psydroid> has quit IRC | 13:06 | |
*** psydroid <psydroid!~psydroid@user/psydroid> has joined #libre-soc | 13:10 | |
*** psydroid <psydroid!~psydroid@user/psydroid> has quit IRC | 13:27 | |
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has quit IRC | 14:04 | |
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has joined #libre-soc | 14:05 | |
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has quit IRC | 14:18 | |
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has joined #libre-soc | 14:18 | |
*** ghostmansd <ghostmansd!~ghostmans@broadband-109-173-55-177.ip.moscow.rt.ru> has joined #libre-soc | 14:35 | |
*** sadoonalt <sadoonalt!~sadoonalt@188.71.237.39> has joined #libre-soc | 15:05 | |
*** sadoonalt is now known as sadoon | 15:05 | |
sadoon | > <programmerjake> sadoon: sorry, i didn't see your messages till now, element must have not started or something since I didn't get any notifications | 15:07 |
---|---|---|
sadoon | No worries | 15:07 |
sadoon | > <programmerjake> it masks RC before or-ing it in, so only the bits that would have become zeros from shifting are or-ed in | 15:08 |
sadoon | Ah now it makes more sense | 15:08 |
sadoon | This is how I was able to get the values right: | 15:08 |
sadoon | x , h2t = DSRD(t1, 0, 24) | 15:10 |
sadoon | h0t , y = DSRD(t0, 0, 44) | 15:10 |
sadoon | h1t = (x >> 20) | y | 15:10 |
sadoon | h0t >>= 20 | 15:10 |
sadoon | h2t = h2t | hibit | 15:10 |
sadoon | I hope that appears right on IRC | 15:10 |
sadoon | I didn't fail to notice that h1t and h0t are shifted right by 20, but I think an extra few instructions (setvl etc) wouldn't make this more efficient no? | 15:11 |
sadoon | it'd be setvl .... sv.srr *.... which is still two instructions | 15:12 |
sadoon | Besides the fact that the only reason this is done is to move the values to make them "correct" | 15:34 |
sadoon | Scratch that, it could use setvl after all | 16:06 |
sadoon | Can we use dsrd with sv.dsrd? | 16:13 |
sadoon | Brilliant, finally! No errors! :D | 16:27 |
sadoon | 'dsrd 11, 1, 3, 12', | 16:28 |
sadoon | 'dsrd 6, 0, 4, 13', | 16:28 |
sadoon | 'setvl 0, 0, 2, 0, 1, 1', | 16:28 |
sadoon | 'sv.rldicl *12, *12, %d, 20' %(64-20), | 16:28 |
sadoon | 'sv.or *11, *11, *5', | 16:28 |
sadoon | 'setvl 0, 0, 3, 0, 1, 1', | 16:28 |
sadoon | 'sv.add *20, *20, *11' | 16:28 |
sadoon | The first two dsrds can definitely be shrunk using sv.dsrd but I can't get it to work | 16:28 |
sadoon | And this concludes the first part, now to the muladd! | 16:29 |
sadoon | Will also push a commit with a separate dsrd.py file I made to compare the python and simulation | 16:33 |
sadoon | It's for my own use but can be useful for anyone needing to test things out | 16:33 |
openpowerbot | [irc] <programmerjake> is there a meeting in 8min? if so please add it to google calendar | 16:53 |
sadoon | There's supposed to be | 16:53 |
sadoon | My calendar still has it weirdly enough | 16:53 |
openpowerbot | [irc] <programmerjake> hmm... | 16:53 |
sadoon | Ah I manually did mine | 16:53 |
sadoon | nvm | 16:53 |
sadoon | https://git.libre-soc.org/?p=openpower-isa.git;a=commitdiff;h=951586077f4bc63339a3e5e9b686dae715b87d73 this is the dsrd implementation in full btw, still haven't finished the bugzilla comment | 16:55 |
openpowerbot | [irc] <programmerjake> I'll look after the meeting | 16:55 |
sadoon | I'm in the meeting room | 17:03 |
sadoon | no one here | 17:03 |
*** sadoon <sadoon!~sadoonalt@188.71.237.39> has quit IRC | 17:07 | |
*** psydroid <psydroid!~psydroid@user/psydroid> has joined #libre-soc | 17:27 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-55-177.ip.moscow.rt.ru> has quit IRC | 17:39 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.55.184> has joined #libre-soc | 17:43 | |
*** octavius <octavius!~octavius@92.40.191.0.threembb.co.uk> has joined #libre-soc | 17:46 | |
*** sadoon <sadoon!~sadoon@188.71.237.39> has joined #libre-soc | 17:47 | |
openpowerbot | [irc] <programmerjake> well, i wasn't expecting the meeting to end that abruptly... | 17:47 |
sadoon | Yeah lol | 17:47 |
sadoon | Can't join back either | 17:47 |
sadoon | Weird | 17:47 |
octavius | Hehe, meet.jit.si seems to give a bad gateway | 17:48 |
octavius | although I can see the main site | 17:48 |
sadoon | Good that we discussed everything we needed to :) | 17:48 |
openpowerbot | [irc] <programmerjake> maybe the jitsi server crashed | 17:48 |
octavius | exactly sadoon :) | 17:48 |
octavius | perhaps | 17:48 |
openpowerbot | [irc] <programmerjake> i was able to rejoin, but no one was there so i left | 17:48 |
octavius | Anyhow, I won't be in the hangouts today, and probably no Luke (he's probably still tired from all the driving) | 17:49 |
openpowerbot | [irc] <programmerjake> k, should we cancel it? | 17:49 |
sadoon | At any rate I'll have to get dinner and go to sleep, tiring but productive day at work and here :P | 17:49 |
octavius | Thanks sadoon, programmerjake! | 17:49 |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.55.184> has quit IRC | 17:50 | |
openpowerbot | [irc] <programmerjake> sleep well! | 17:50 |
sadoon | Thanks guys | 17:50 |
sadoon | Bye! | 17:50 |
octavius | Cancel? Nah, hangouts is useful to have. Perhaps we should assume no hangouts unless there's an IRC message | 17:50 |
*** sadoon <sadoon!~sadoon@188.71.237.39> has quit IRC | 17:50 | |
octavius | If we're excited enough for hangouts, we can send out an extra message here | 17:50 |
openpowerbot | [irc] <programmerjake> well, i meant just for today | 17:51 |
openpowerbot | [irc] <programmerjake> i'll assume it isn't canceled then | 17:51 |
octavius | Ah ok | 17:51 |
octavius | Also, cesar, I'm assuming there will be a morning sync up tomorrow (Wednesday) at 9am UTC, unless you're busy | 17:52 |
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has quit IRC | 17:58 | |
*** octavius <octavius!~octavius@92.40.191.0.threembb.co.uk> has quit IRC | 17:59 | |
openpowerbot | [irc] <cesar[m]> Sure, I'll try to be there. At that early hour (6am here), the only possible things I can be busy with would be a morning shower or breakfast... | 18:05 |
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has joined #libre-soc | 18:05 | |
openpowerbot | [irc] <programmerjake> meeting? david dropped in for a min but has other stuff to do, may show up again later. if no one else shows up, i guess it's canceled | 19:05 |
openpowerbot | [irc] <programmerjake> no one else showed up | 19:15 |
*** openpowerbot <openpowerbot!~openpower@94-226-187-44.access.telenet.be> has quit IRC | 20:04 | |
*** openpowerbot <openpowerbot!~openpower@94-226-187-44.access.telenet.be> has joined #libre-soc | 20:10 | |
*** psydroid <psydroid!~psydroid@user/psydroid> has quit IRC | 22:30 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!