« Previous | Next » 

Revision 50f67e95

ID50f67e95e2de0ce145f76ccc480057c9c683a0c7

Added by Juha Riihimäki over 14 years ago

target-arm: fix neon shift helper functions

Current code is broken at least on recent compilers, comparison
between signed and unsigned types yield incorrect code and render
the neon shift helper functions defunct. This is the third revision
of this patch, casting all comparisons with the sizeof operator to
signed ssize_t type to force comparisons to be between signed integral
types.

Signed-off-by: Juha Riihimäki <>
Acked-by: Laurent Desnogues <>
Signed-off-by: Aurelien Jarno <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences