qemu-e2k/disas/libvixl/vixl
Peter Maydell 0602f420e4 libvixl: Avoid std::abs() of 64-bit type
The std::abs() function did not get a version that works on
'long long' until C++11. Avoid it, so that we can compile on
32-bit platforms (where int64_t is 'long long') with older
compilers (which don't support C++11).

Reported-by: Franz-Josef Haider <Franz-Josef.Haider@student.uibk.ac.at>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1453739429-31477-1-git-send-email-peter.maydell@linaro.org
2016-02-03 13:46:34 +00:00
..
a64 libvixl: Avoid std::abs() of 64-bit type 2016-02-03 13:46:34 +00:00
code-buffer.h disas/libvixl: Update to upstream VIXL 1.12 2016-01-11 16:04:50 +00:00
compiler-intrinsics.cc disas/libvixl: Update to upstream VIXL 1.12 2016-01-11 16:04:50 +00:00
compiler-intrinsics.h disas/libvixl: Update to upstream VIXL 1.12 2016-01-11 16:04:50 +00:00
globals.h disas/libvixl: Update to upstream VIXL 1.12 2016-01-11 16:04:50 +00:00
invalset.h disas/libvixl: Update to upstream VIXL 1.12 2016-01-11 16:04:50 +00:00
platform.h disas/libvixl: Update to upstream VIXL 1.12 2016-01-11 16:04:50 +00:00
utils.cc disas/libvixl: Update to upstream VIXL 1.12 2016-01-11 16:04:50 +00:00
utils.h disas/libvixl: Update to upstream VIXL 1.12 2016-01-11 16:04:50 +00:00