mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 18:55:49 +00:00
translate/arm/vec_helper: Align to qemu formatting
This commit is contained in:
parent
bab31a2510
commit
750d56421c
|
@ -24,6 +24,7 @@
|
||||||
#include "tcg/tcg-gvec-desc.h"
|
#include "tcg/tcg-gvec-desc.h"
|
||||||
#include "fpu/softfloat.h"
|
#include "fpu/softfloat.h"
|
||||||
|
|
||||||
|
|
||||||
/* Note that vector data is stored in host-endian 64-bit chunks,
|
/* Note that vector data is stored in host-endian 64-bit chunks,
|
||||||
so addressing units smaller than that needs a host-endian fixup. */
|
so addressing units smaller than that needs a host-endian fixup. */
|
||||||
#ifdef HOST_WORDS_BIGENDIAN
|
#ifdef HOST_WORDS_BIGENDIAN
|
||||||
|
|
Loading…
Reference in a new issue