[libre-riscv-dev] IEEE754 FPU turning into ALU with Reservation Stations

Luke Kenneth Casson Leighton lkcl at lkcl.net
Fri Mar 15 13:46:57 GMT 2019


On Fri, Mar 15, 2019 at 1:41 PM Aleksandar Kostovic
<alexandar.kostovic at gmail.com> wrote:

> > and this one, aleksander:
> > commit a36447fcd4d4f049b7127e1fc02dc1390d05fa75 (HEAD -> master)
>
> i am not exactly a git master so i just go "git checkout commit
> a36447fcd4d4f049b7127e1fc02dc1390d05fa75" ?

* git log
* search for a36447fc
* git diff a36447fc^

(apparently the ^ means the first parent)

then you want the same trick with ca218a65 so:
* git diff ca218a65^

that will give you the diffs: pipe them into a file and go from there.

l.



More information about the libre-riscv-dev mailing list