mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
tcg: Split tcg/tcg-op-gvec.h
Create tcg/tcg-op-gvec-common.h, moving everything that does not concern TARGET_LONG_BITS. Adjust tcg-op-gvec.c to use the new header. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
3a80bde37b
commit
447ca1cbfa
3 changed files with 437 additions and 435 deletions
|
@ -21,7 +21,7 @@
|
|||
#include "tcg/tcg.h"
|
||||
#include "tcg/tcg-temp-internal.h"
|
||||
#include "tcg/tcg-op-common.h"
|
||||
#include "tcg/tcg-op-gvec.h"
|
||||
#include "tcg/tcg-op-gvec-common.h"
|
||||
#include "tcg/tcg-gvec-desc.h"
|
||||
|
||||
#define MAX_UNROLL 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue