Re: [PATCH 00/20] tcg: vector improvements

2022-02-03 Thread Alex Bennée
Richard Henderson writes: > Add some opcodes for compound logic operations that were so > far marked as TODO. Implement those for PPC and S390X. > > We do not want to implement 512-bit width operations, because > those trigger a cluster clock slowdown on the current set of > Intel cpus. But t

Re: [PATCH 00/20] tcg: vector improvements

2022-01-29 Thread Richard Henderson
Ping? Patch 1 is now upstream, but only patches 2-4 have reviews. It applies cleanly to master... r~ On 12/19/21 06:42, Richard Henderson wrote: Add some opcodes for compound logic operations that were so far marked as TODO. Implement those for PPC and S390X. We do not want to implement 512

[PATCH 00/20] tcg: vector improvements

2021-12-18 Thread Richard Henderson
Add some opcodes for compound logic operations that were so far marked as TODO. Implement those for PPC and S390X. We do not want to implement 512-bit width operations, because those trigger a cluster clock slowdown on the current set of Intel cpus. But there are new operations in avx512 that ap