Currently, I'm implementing an Android tool to display some device info on UI. But for CPU info, I cannot find any solution to get its instruction set (for example: SSE2, SSE3, SSSE3, SSE4.1, AVX, AVX2, XOP, FMA3/4, NEON, Altivec...)
I want to get this info with Android java code, is that possible?
Thank you all!