On Thu, 14 May 2026 at 09:46, Peter Maydell <[email protected]> wrote: > > On Fri, 8 May 2026 at 00:45, Richard Henderson > <[email protected]> wrote: > > > > Based-on: [email protected] > > ("[PATCH v3 00/11] fpu: Export some internals for targets") > > > > Changes for v4: > > - TF-A firmware update for FEAT_FPMR > > - Rewrite decode/encode of FP8 data types > > - Rewrite FEAT_FP8FMA helpers > > - Enable FEAT_FP8DOT{4,2} > > - Enable FEAT_FP8F{32,16}MM > > > > This completes the set of 8-bit floating point features. > > Do you have a git branch with a rebased version of these patches? I > had a look at them, but as well as some mostly trivial rebase issues > on current head-of-git I found that it doesn't compile, because > this series wants fpu/ to export a parts64_scalbn() that returns > a value, but the version of that function in fpu/ is static and > returns void. Did some patch for fpu/ get lost ?
Ah, I found the scalbn patch that got dropped from the fpu pull, which looks like it was the missing one. -- PMM
