sorear changed the topic of #riscv to: RISC-V instruction set architecture | https://riscv.org | Logs: https://libera.irclog.whitequark.org/riscv | Matrix: #riscv:catircservices.org
naoki has joined #riscv
levitating__ has quit [Ping timeout: 252 seconds]
levitating__ has joined #riscv
levitating__ has quit [Ping timeout: 252 seconds]
heat has quit [Ping timeout: 248 seconds]
onoosemama has joined #riscv
onoosemama has quit [Client Quit]
onoosemama has joined #riscv
hwspeedy has joined #riscv
<ganboing> ESWIN told me they haven't started upstream effort yet.
<ganboing> It'll be trivial to apply to 6.12 once they started.
mlw has joined #riscv
hwspeedy has quit [Quit: hwspeedy]
<Tenkawa> ganboing: I hope spacemit feels that way too eventually about the K1
<Tenkawa> I'd really like to push my hardware along more
Tenkawa has quit [Quit: Was I really ever here?]
mlw has quit [Ping timeout: 252 seconds]
jedix has quit [Ping timeout: 244 seconds]
TMM_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #riscv
ganboing has quit [Quit: Leaving]
prabhakalad has quit [Ping timeout: 244 seconds]
prabhakalad has joined #riscv
DynamiteDan has quit [Ping timeout: 244 seconds]
DynamiteDan has joined #riscv
BootLayer has joined #riscv
hexdump0815 has quit [Ping timeout: 252 seconds]
hexdump0815 has joined #riscv
haritz has quit [Ping timeout: 248 seconds]
mlw has joined #riscv
coldfeet has joined #riscv
djdelorie has quit [Ping timeout: 252 seconds]
TurBo_biT has joined #riscv
djdelorie has joined #riscv
djdelorie has quit [Ping timeout: 248 seconds]
agentcasey has quit [Quit: ZNC 1.10.x-git-27-bfd731cf - https://znc.in]
dnovem has joined #riscv
djdelorie has joined #riscv
pecastro has joined #riscv
levitating__ has joined #riscv
cleger has joined #riscv
levitating__ has quit [Ping timeout: 265 seconds]
coldfeet has quit [Quit: Lost terminal]
ldevulder has joined #riscv
danilogondolfo has joined #riscv
dnovem has quit [Ping timeout: 276 seconds]
billchenchina has joined #riscv
billchenchina has quit [Quit: Leaving]
agentcasey has joined #riscv
agentcasey is now known as dnovem
billchenchina has joined #riscv
dnovem has quit [Quit: leaving]
heat has joined #riscv
<ncopa> drmpeg: yeah, i realized that. second patch failed. merging v6.6.66 had only 2 conflicts and they were relatively easy to solve
billchenchina has quit [Remote host closed the connection]
fancer has joined #riscv
billchenchina has joined #riscv
billchenchina has quit [Client Quit]
dnovem has joined #riscv
dnovem has quit [Remote host closed the connection]
dnovem has joined #riscv
fancer has quit [Ping timeout: 276 seconds]
fancer has joined #riscv
agentcasey_ has joined #riscv
dnovem has quit [Ping timeout: 276 seconds]
pabs3 has quit [Read error: Connection reset by peer]
fancer has quit [Quit: Konversation terminated!]
pabs3 has joined #riscv
onoosemama has quit [Ping timeout: 240 seconds]
heat_ has joined #riscv
heat has quit [Ping timeout: 252 seconds]
usama has quit [Quit: The Lounge - https://thelounge.chat]
usama3 has joined #riscv
heat_ has quit [Read error: Connection reset by peer]
heat_ has joined #riscv
heat_ has quit [Read error: Connection reset by peer]
heat_ has joined #riscv
BootLayer has quit [Quit: Leaving]
Tenkawa has joined #riscv
drmpeg has quit [Ping timeout: 245 seconds]
jedix has joined #riscv
drmpeg has joined #riscv
heat_ is now known as heat
coldfeet has joined #riscv
coldfeet has quit [Quit: Lost terminal]
DynamiteDan has quit []
DynamiteDan has joined #riscv
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #riscv
fuwei has joined #riscv
levitating__ has joined #riscv
TurBo_biT has quit [Remote host closed the connection]
billchenchina has joined #riscv
levitating__ has quit [Ping timeout: 252 seconds]
levitating__ has joined #riscv
craigo has joined #riscv
levitating__ has quit [Client Quit]
alexghiti has joined #riscv
alifib has joined #riscv
naoki has quit [Quit: naoki]
BootLayer has joined #riscv
billchenchina has quit [Ping timeout: 265 seconds]
billchenchina has joined #riscv
billchenchina has quit [Remote host closed the connection]
billchenchina has joined #riscv
billchenchina has quit [Remote host closed the connection]
heat has quit [Read error: Connection reset by peer]
heat has joined #riscv
TurBo_biT has joined #riscv
schmendrick3312 has joined #riscv
schmendrick67 has joined #riscv
schmendrick67 has quit [Client Quit]
schmendrick3312 has quit [Ping timeout: 240 seconds]
fuwei has quit [Quit: Konversation terminated!]
sskras has quit [Ping timeout: 248 seconds]
sskras has joined #riscv
yongxiang has quit [Ping timeout: 248 seconds]
yongxiang has joined #riscv
ldevulder has quit [Quit: Leaving]
fuwei has joined #riscv
alifib has quit [Read error: Connection reset by peer]
fuwei has quit [Quit: Konversation terminated!]
cousteau has joined #riscv
kaaliakahn is now known as kaaliakahn3
kaaliakahn2 is now known as kaaliakahn
<cousteau> Hi.  Some time ago I discussed support of "aligned register pairs" in RV32 inline assembly in GCC.  My understanding was that code like  `long long x; asm volatile ("some_instr %0" : "=r" (x));`  should ensure that the lower and upper halves of `x` are put in consecutive (aligned) registers, but so far this isn't implemented in GCC yet.
<cousteau> I remember someone mentioned that "well, Zilsd and Zdinx will use aligned register pairs, so let's see how those evolve"
<jrtc27> well it's not a single register is it, so r sounds wrong
<jrtc27> LLVM has since implemented an R constraint for register pairs
<cousteau> jrtc27: yeah, I thought that maybe "R" or "d" or the like would make more sense, but someone here (or was it in #gcc?) suggested that the idea would be to just use "r", and have the compiler realize that the variable you're passing is 64 bits
<cousteau> woah there.  Merged?!
<jrtc27> yeah
<jrtc27> no clue if it's being backported
<cousteau> Oh wait.  Merged to riscv-c-api, not to gcc
<jrtc27> both
<cousteau> Well, godbolt seems to disagree, or to have an outdated gcc :) BUT, it works in clang
<jrtc27> so, yeah, give it a bit for godbolt.org to catch up :)
<cousteau> Wait, godbolt doesn't use something that has been added 3 whole hours ago?!
<cousteau> Useless platform!  Unacceptable!
<cousteau> ...seriously though, was that really added to gcc 3 hours ago?
<ch> you should ask for your money back :D
<cousteau> "Additionally, some new standard extensions (not yet upstream), such as `Zilsd` and `Zclsd`, ..." -- I'll have you know, Zilsd 1.0rc1 was released last month :D and it's already rc3 so it's almost there
<cousteau> Anywah, thanks a lot :) You answered all my questions I could've had
<cousteau> namely "yes, it's just been added to both clang and gcc" and "no, it's not "r" but "R""
<cousteau> (which actually made more sense to me than repurposing "r" for everything)
BootLayer_ has joined #riscv
<cousteau> Now all I have to do is wait for the next release of gcc to come out and I guess that'll include the feature
BootLayer has quit [Ping timeout: 265 seconds]
cousteau has quit [Quit: Client closed]
kaaliakahn3 has quit [Quit: Leaving]
balrog has quit [Ping timeout: 248 seconds]
balrog_ has joined #riscv
haritz has joined #riscv
haritz has joined #riscv
haritz has quit [Changing host]
vagrantc has joined #riscv
Trifton has quit [Quit: TOADiE v1.2 - Raid [SLAM] <It's time for a reinstall... HeHeHe>]
hexdump0815 has quit [Quit: WeeChat 3.8]
hexdump0815 has joined #riscv
heat has quit [Read error: Connection reset by peer]
heat_ has joined #riscv
cleger has quit [Quit: Leaving]
BootLayer_ has quit [Quit: Leaving]
frkazoid333 has quit [Read error: Connection reset by peer]
frkazoid333 has joined #riscv
alexghiti has quit [Ping timeout: 260 seconds]
alexghiti has joined #riscv
mlw has quit [Ping timeout: 248 seconds]
alifib has joined #riscv
alexghiti has quit [Ping timeout: 265 seconds]
danilogondolfo has quit [Quit: Leaving]
khem has quit [Quit: WeeChat 4.4.4]
heat_ is now known as heat
khem has joined #riscv
dnovem has joined #riscv
TurBo_biT has quit [Remote host closed the connection]
agentcasey_ has quit [Ping timeout: 260 seconds]
ganboing has joined #riscv
jfsimon1981 has quit [Ping timeout: 276 seconds]
Trifton has joined #riscv
alifib has quit [Quit: .]
Tenkawa has quit [Quit: Was I really ever here?]
craigo has quit [Quit: Leaving]
fuwei has joined #riscv
fuwei has quit [Client Quit]
jfsimon1981 has joined #riscv
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #riscv
jfsimon1981 has quit [Ping timeout: 248 seconds]
jfsimon1981 has joined #riscv
CryptLab has quit [Ping timeout: 244 seconds]
Colossus has joined #riscv
Colossus is now known as CryptLab
jfsimon1981 has quit [Remote host closed the connection]
jfsimon1981 has joined #riscv
Finde_ is now known as Finde
Finde has quit [Quit: WeeChat 3.8]
Finde has joined #riscv