]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Allow wider vectors for cmp and mul
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 17 Apr 2018 21:35:42 +0000 (11:35 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 1 May 2018 18:56:16 +0000 (11:56 -0700)
commit9a938d86b04025ac605db0ea9819e5896bf576ec
tree350924119023fdcb7065eac090fedb8688d99451
parent3f814b803797c007abfe5c4041de754e01723031
tcg: Allow wider vectors for cmp and mul

In db432672, we allow wide inputs for operations such as add.
However, in 212be173 and 3774030a we didn't do the same for
compare and multiply.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg-op-vec.c