src/cpu/ppc/vm/vm_version_ppc.cpp

changeset 8903
9575483cce09
parent 8608
0d78aecb0948
child 9041
95a08233f46c
child 9496
bcccbecdde63
     1.1 --- a/src/cpu/ppc/vm/vm_version_ppc.cpp	Tue Oct 03 18:40:36 2017 -0700
     1.2 +++ b/src/cpu/ppc/vm/vm_version_ppc.cpp	Thu Oct 12 16:29:52 2017 +0100
     1.3 @@ -201,6 +201,12 @@
     1.4      FLAG_SET_DEFAULT(UseSHA512Intrinsics, false);
     1.5    }
     1.6  
     1.7 +  if (FLAG_IS_DEFAULT(UseMontgomeryMultiplyIntrinsic)) {
     1.8 +    UseMontgomeryMultiplyIntrinsic = true;
     1.9 +  }
    1.10 +  if (FLAG_IS_DEFAULT(UseMontgomerySquareIntrinsic)) {
    1.11 +    UseMontgomerySquareIntrinsic = true;
    1.12 +  }
    1.13  }
    1.14  
    1.15  void VM_Version::print_features() {

mercurial