equal
deleted
inserted
replaced
62 |
62 |
63 Flag::Error TypeProfileLevelConstraintFunc(uintx value, bool verbose); |
63 Flag::Error TypeProfileLevelConstraintFunc(uintx value, bool verbose); |
64 |
64 |
65 Flag::Error InitArrayShortSizeConstraintFunc(intx value, bool verbose); |
65 Flag::Error InitArrayShortSizeConstraintFunc(intx value, bool verbose); |
66 |
66 |
67 Flag::Error UseAVXConstraintFunc(intx value, bool verbose); |
|
68 |
|
69 #ifdef COMPILER2 |
67 #ifdef COMPILER2 |
70 Flag::Error InteriorEntryAlignmentConstraintFunc(intx value, bool verbose); |
68 Flag::Error InteriorEntryAlignmentConstraintFunc(intx value, bool verbose); |
71 |
69 |
72 Flag::Error NodeLimitFudgeFactorConstraintFunc(intx value, bool verbose); |
70 Flag::Error NodeLimitFudgeFactorConstraintFunc(intx value, bool verbose); |
73 #endif |
71 #endif |