src/cpu/mips/vm/vm_version_mips.cpp

changeset 203
333debbd9de9
parent 1
2d8a650513c2
child 209
994cec5b3f6f
equal deleted inserted replaced
202:c36416d99dd8 203:333debbd9de9
91 ", optimized merge" 91 ", optimized merge"
92 #endif 92 #endif
93 , (has_l2_cache() ? "has_l2_cache" : ""), (has_16k_page() ? "has_16k_page" : "") 93 , (has_l2_cache() ? "has_l2_cache" : ""), (has_16k_page() ? "has_16k_page" : "")
94 ); 94 );
95 //////////////////////add some other feature here////////////////// 95 //////////////////////add some other feature here//////////////////
96 #ifdef COMPILER2
97 if (UseLoongsonISA)
98 UseCountTrailingZerosInstruction = true;
99 #endif
96 100
97 // buf is started with ", " or is empty 101 // buf is started with ", " or is empty
98 _features_str = strdup(buf); 102 _features_str = strdup(buf);
99 NOT_PRODUCT( if (PrintMiscellaneous && Verbose) print_features(); ); 103 NOT_PRODUCT( if (PrintMiscellaneous && Verbose) print_features(); );
100 } 104 }

mercurial