History log of /external/vixl/examples/aarch64/simulated-runtime-calls.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1e85b7f2e8ad2bfb233de29405aade635ed207ce 05-Aug-2016 Pierre Langlois <pierre.langlois@arm.com> Introduce architecture specific guards for the simulator

This patch makes the VIXL_INCLUDE_SIMULATOR and
VIXL_GENERATE_SIMULATOR_CODE header guards specific to either AArch64 or
AArch32. Even though the simulator only support AArch64. The build
system was updated accordingly, the "simulator" variable now takes
"aarch64" or "none" as possible values instead of "on" and "off".

This fixes issues we have when we want to build VIXL natively on
AArch64 without a simulator, but still include the AArch32
macro-assembler. The later would check for VIXL_GENERATE_SIMULATOR_CODE
and then generate calls to native code, which breaks.

Change-Id: I2850782558d4cc37f37c1644f0efbd70a3123057
/external/vixl/examples/aarch64/simulated-runtime-calls.cc
064e02d4e85938b2e2be4d4b37a2691b2e015ebb 12-Jul-2016 Alexandre Rames <alexandre.rames@linaro.org> AArch64: Support runtime call simulation.

Change-Id: I063c2223a63791e90d8aa9cffc6e88f96d57187e
/external/vixl/examples/aarch64/simulated-runtime-calls.cc