equal
deleted
inserted
replaced
60 vand_m = (1 << vand ), |
60 vand_m = (1 << vand ), |
61 lqarx_m = (1 << lqarx ), |
61 lqarx_m = (1 << lqarx ), |
62 vcipher_m = (1 << vcipher), |
62 vcipher_m = (1 << vcipher), |
63 vpmsumb_m = (1 << vpmsumb), |
63 vpmsumb_m = (1 << vpmsumb), |
64 tcheck_m = (1 << tcheck ), |
64 tcheck_m = (1 << tcheck ), |
65 all_features_m = -1 |
65 all_features_m = (unsigned long)-1 |
66 }; |
66 }; |
67 |
67 |
68 static bool _is_determine_features_test_running; |
68 static bool _is_determine_features_test_running; |
69 |
69 |
70 static void print_features(); |
70 static void print_features(); |