src/cpu/ppc/vm/vm_version_ppc.cpp

changeset 9806
758c07667682
parent 9756
2be326848943
parent 9788
44ef77ad417c
equal deleted inserted replaced
9762:c97db0855565 9806:758c07667682
192 if (!FLAG_IS_DEFAULT(UseAESIntrinsics)) 192 if (!FLAG_IS_DEFAULT(UseAESIntrinsics))
193 warning("AES intrinsics are not available on this CPU"); 193 warning("AES intrinsics are not available on this CPU");
194 FLAG_SET_DEFAULT(UseAESIntrinsics, false); 194 FLAG_SET_DEFAULT(UseAESIntrinsics, false);
195 } 195 }
196 196
197 if (UseGHASHIntrinsics) {
198 warning("GHASH intrinsics are not available on this CPU");
199 FLAG_SET_DEFAULT(UseGHASHIntrinsics, false);
200 }
201
197 if (has_vshasig()) { 202 if (has_vshasig()) {
198 if (FLAG_IS_DEFAULT(UseSHA)) { 203 if (FLAG_IS_DEFAULT(UseSHA)) {
199 UseSHA = true; 204 UseSHA = true;
200 } 205 }
201 } else if (UseSHA) { 206 } else if (UseSHA) {

mercurial