[libre-riscv-dev] IEEE754 FPU
Luke Kenneth Casson Leighton
lkcl at lkcl.net
Thu Feb 14 09:00:25 GMT 2019
On Thu, Feb 14, 2019 at 8:58 AM Aleksandar Kostovic
<alexandar.kostovic at gmail.com> wrote:
> Done. Successfully did git push. I did pull bofore editing just in case so
> it wasnt a problem
cool. btw a personal preference, i always now use "rebase" rather
than "merge", it means you don't get those silly "merge commits".
takes getting used to though. up to you:
.git/config:
[branch "master"]
remote = origin
merge = refs/heads/master
rebase = true
More information about the libre-riscv-dev
mailing list