Search Unity

Using SIMD-equivalent (NEON) for ARM arhitectures

Discussion in 'Formats & External Tools' started by badescuga9, Apr 3, 2014.

  1. badescuga9

    badescuga9

    Joined:
    Dec 11, 2012
    Posts:
    37
    I am thinking about developing my unity3d game using NEON instruction set-oriented calculations. Is this possible in Mono c# .net?

    I know that Mono can make use of SIMD for SSE-compatible cpus, but is there a way to do so for ARM cpus using NEON?