Thank you very much. Can I add you to the information about the program? About tab?
One more question. I check the flags by:
Print data.flags[0]
Print data.flags[1]
Print data.flags[89]
But how to know what the flag corresponds to the flags
And yet how it should look SSE_SIZE
in C:
printf(" \"SSE_SIZE\": \"%d bits (%s)\"\n", data.sse_size, data.detection_hints[CPU_HINT_SSE_SIZE_AUTH] ? "authoritative" : "non-authoritative");
Print data.sse_size return me 0, in C return me 64