Changes between Version 128 and Version 129 of AndroidPort


Ignore:
Timestamp:
Jan 18, 2012, 11:14:34 AM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v128 v129  
    100100
    101101=== Optimizations ===
    102 The target device supports the ARM NEON SIMD instruction set. In turn, it does not support the x86 SSE SIMD instruction set.  Hence, it would be relevant to 1) identify portions of the code that use SSE and port them to NEON, and 2) identify portions of the code that lends itself well to SIMD processing but doesn't currently target either SIMD engine and port them to both to achieve a speedup on both ARM and x86 architectures.
     102The target device supports the ARM NEON SIMD instruction set. In turn, it does not support the x86 SSE SIMD instruction set.  Hence, it would be relevant to 1) identify portions of the code that use SSE and port them to NEON, and 2) identify portions of the code that lends itself well to SIMD processing, but doesn't currently target either SIMD engine, and port them to both, in order to achieve a speedup on both ARM and x86 architectures.
    103103
    104104=== Other dependencies ===