Commit Graph

5 Commits

Author SHA1 Message Date
Pierre Langlois
1e85b7f2e8 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
2016-08-15 16:32:57 +00:00
Alexandre Rames
89dabc88e9 Fix the YCM configuration for the simulator.
Change-Id: Ib83b3e53eedf8425813eeb45cb931a583e61a30d
2016-07-01 14:00:44 +01:00
armvixl
db64434993 VIXL Release 1.10
Refer to the README.md and LICENCE files for details.
2015-07-21 11:37:10 +01:00
armvixl
330dc7153e VIXL Release 1.7
Refer to the README.md and LICENCE files for details.
2014-11-25 10:38:32 +00:00
armvixl
c68cb64496 VIXL Release 1.6
Refer to the README.md and LICENCE files for details.
2014-09-25 18:49:30 +01:00