[libre-riscv-dev] [Bug 258] Finish implementing support for Power in simple-soft-float

bugzilla-daemon at libre-riscv.org bugzilla-daemon at libre-riscv.org
Mon Mar 23 09:22:47 GMT 2020


http://bugs.libre-riscv.org/show_bug.cgi?id=258

--- Comment #3 from Jacob Lifshay <programmerjake at gmail.com> ---
So you know, simple-soft-float's StatusFlags is getting lots of new flags and
some of the existing flags will become aliases for groups of flags, where
writing will write to all flags in the group and reading will get the logical
OR of all flags in the group.

Some of the new flags won't be persistent -- they will be overwritten by every
operation -- unlike the standard flags which all stay at 1 (unless explicitly
cleared).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-riscv-dev mailing list