JanC has quit [Killed (tungsten.libera.chat (Nickname regained by services))]
JanC has joined #riscv
nexR has joined #riscv
nexR has quit [Read error: Connection reset by peer]
nexR has joined #riscv
JanC is now known as Guest5262
Guest5262 has quit [Killed (calcium.libera.chat (Nickname regained by services))]
JanC has joined #riscv
zjason has joined #riscv
theChn has quit [Quit: Leaving]
JRepin has quit [Quit: Konversation terminated!]
JRepin has joined #riscv
<kepstin>
indeed, no support in gcc (yet)
<kepstin>
should note that the "-march" option is specified in the riscv-toolchain-conventions doc so there should probably be some discussion there regarding adding "-march=native" support.
<kepstin>
(note that riscv's behaviour doesn't match x86 here; "-march" sets only the instruction set/extensions but does not set cpu-specific optimizer tuning - for most cases, "-mcpu=native" makes more sense since it does both)
JRepin has quit [Quit: Konversation terminated!]
JRepin has joined #riscv
JRepin has quit [Quit: Konversation terminated!]
JRepin has joined #riscv
coldfeet has joined #riscv
Armand|5800x has quit [Quit: Leaving]
jacklsw has joined #riscv
<palmer>
kepstin: that riscv-toolchain-conventions doc doesn't actually match what toolchains do, they kind of just go specify random stuff. IMO it's best to just ignore it and read the toolchain docs