projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
301592e
)
target-arm/neon_helper: Remove obsolete FIXME comment
author
Peter Maydell
<peter.maydell@linaro.org>
Fri, 12 Oct 2012 18:07:23 +0000
(19:07 +0100)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/target-arm/neon_helper.c
b/target-arm/neon_helper.c
index 8bb5129d6a554f80ece8f02fbdcd79b86d6ff77b..9aa920d2ac56fbec02fcccbd1cbaa5b93950bb47 100644
(file)
--- a/
target-arm/neon_helper.c
+++ b/
target-arm/neon_helper.c
@@
-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; \