Re: [PATCH v2 0/3] target/ppc: Implement Vector Expand/Extract Mask and Vector Mask

2021-12-03 Thread Cédric Le Goater
Hello, On 11/12/21 15:14, matheus.fe...@eldorado.org.br wrote: From: Matheus Ferst This is a small patch series just to allow Ubuntu 21.10 to boot with -cpu POWER10. Glibc 2.34 is using vextractbm, so the init is killed by SIGILL without the second patch of this series. The other two insns. ar

[PATCH v2 0/3] target/ppc: Implement Vector Expand/Extract Mask and Vector Mask

2021-11-12 Thread matheus . ferst
From: Matheus Ferst This is a small patch series just to allow Ubuntu 21.10 to boot with -cpu POWER10. Glibc 2.34 is using vextractbm, so the init is killed by SIGILL without the second patch of this series. The other two insns. are included as they are somewhat close to Vector Extract Mask (at l