Unfortunately no. You should rely on what the platform developers have done (the kernel itself can be created to use any built-in FPU). If the kernel does not use NEON instructions, you are out of luck, even if there is support at the processor level. You cannot P / Invoke on a Windows Phone, so if a JITter already built into the phone does not make these calls, you cannot change it.
source
share