1. 14 9月, 2017 1 次提交
  2. 12 9月, 2017 4 次提交
  3. 10 9月, 2017 1 次提交
    • A
      sha/asm/keccak1600-armv8.pl: fix return value buglet and ... · 236dd463
      Andy Polyakov 提交于
      ... script data load.
      
      On related note an attempt was made to merge rotations with logical
      operations. I mean as we know, ARM ISA has merged rotate-n-logical
      instructions which can be used here. And they were used to improve
      keccak1600-armv4 performance. But not here. Even though this approach
      resulted in improvement on Cortex-A53 proportional to reduction of
      amount of instructions, ~8%, it didn't exactly worked out on
      non-Cortex cores. Presumably because they break merged instructions
      to separate μ-ops, which results in higher *operations* count. X-Gene
      and Denver went ~20% slower and Apple A7 - 40%. The optimization was
      therefore dismissed.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      236dd463
  4. 09 9月, 2017 1 次提交
  5. 08 9月, 2017 1 次提交
  6. 06 9月, 2017 1 次提交
  7. 05 9月, 2017 1 次提交
  8. 01 9月, 2017 5 次提交
  9. 31 8月, 2017 2 次提交
  10. 30 8月, 2017 6 次提交
  11. 29 8月, 2017 3 次提交
  12. 28 8月, 2017 3 次提交
  13. 27 8月, 2017 1 次提交
  14. 25 8月, 2017 7 次提交
  15. 24 8月, 2017 1 次提交
  16. 23 8月, 2017 2 次提交