src/cpu/sparc/vm/sparc.ad

changeset 6312
04d32e7fad07
parent 6184
9ecf408d4568
child 6319
51e1bb81df86
     1.1 --- a/src/cpu/sparc/vm/sparc.ad	Fri Feb 14 16:17:22 2014 +0100
     1.2 +++ b/src/cpu/sparc/vm/sparc.ad	Tue Jan 14 17:46:48 2014 -0800
     1.3 @@ -1848,6 +1848,12 @@
     1.4    return false;
     1.5  }
     1.6  
     1.7 +// Current (2013) SPARC platforms need to read original key
     1.8 +// to construct decryption expanded key 
     1.9 +const bool Matcher::pass_original_key_for_aes() {
    1.10 +  return true;
    1.11 +}
    1.12 +
    1.13  // USII supports fxtof through the whole range of number, USIII doesn't
    1.14  const bool Matcher::convL2FSupported(void) {
    1.15    return VM_Version::has_fast_fxtof();

mercurial