This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

searching for neon instruction encoding data sheet

got a S4-Plus-MSM8227 here in a windows phone. i'm not gonna start changing it to android nor my devenv.

problem at hand is that visual studio doesn't support half float aka float16 intrinsics which the cpu allegedly supports. reason being i wanna use them to increse particle generation/"simulation" thruput or in general increase data thruput and storage. so...

is there a document somewhere that allows me to see the instruction opcode encoding to add the f16 instructions to the default arm_neon.h supplied with vs and the windows phone sdk.