Skip to content

Commit

Permalink
target-arm/neon_helper: Remove obsolete FIXME comment
Browse files Browse the repository at this point in the history
Commit 33ebc29 fixed the bugs in the implementation of VQRSHL,
but forgot to remove the FIXME comment...

Signed-off-by: Peter Maydell <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
  • Loading branch information
pm215 authored and stefanhaRH committed Oct 19, 2012
1 parent 301592e commit 02c7ac0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion target-arm/neon_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit 02c7ac0

Please sign in to comment.