]> git.proxmox.com Git - qemu.git/commitdiff
target-arm/neon_helper: Remove obsolete FIXME comment
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 12 Oct 2012 18:07:23 +0000 (19:07 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 19 Oct 2012 08:32:24 +0000 (10:32 +0200)
Commit 33ebc29 fixed the bugs in the implementation of VQRSHL,
but forgot to remove the FIXME comment...

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
target-arm/neon_helper.c

index 8bb5129d6a554f80ece8f02fbdcd79b86d6ff77b..9aa920d2ac56fbec02fcccbd1cbaa5b93950bb47 100644 (file)
@@ -788,7 +788,6 @@ uint64_t HELPER(neon_qshlu_s64)(CPUARMState *env, uint64_t valop, uint64_t shift
     return helper_neon_qshl_u64(env, valop, shiftop);
 }
 
-/* FIXME: This is wrong.  */
 #define NEON_FN(dest, src1, src2) do { \
     int8_t tmp; \
     tmp = (int8_t)src2; \