1. 26 11月, 2017 1 次提交
  2. 12 11月, 2017 1 次提交
  3. 21 7月, 2017 1 次提交
    • A
      x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results. · 64d92d74
      Andy Polyakov 提交于
      "Optimize" is in quotes because it's rather a "salvage operation"
      for now. Idea is to identify processor capability flags that
      drive Knights Landing to suboptimial code paths and mask them.
      Two flags were identified, XSAVE and ADCX/ADOX. Former affects
      choice of AES-NI code path specific for Silvermont (Knights Landing
      is of Silvermont "ancestry"). And 64-bit ADCX/ADOX instructions are
      effectively mishandled at decode time. In both cases we are looking
      at ~2x improvement.
      
      AVX-512 results cover even Skylake-X :-)
      
      Hardware used for benchmarking courtesy of Atos, experiments run by
      Romain Dolbeau <romain.dolbeau@atos.net>. Kudos!
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      64d92d74
  4. 04 7月, 2017 1 次提交
  5. 22 3月, 2017 2 次提交
  6. 14 3月, 2017 1 次提交
  7. 27 2月, 2017 2 次提交
  8. 26 2月, 2017 3 次提交
  9. 16 12月, 2016 1 次提交
  10. 12 12月, 2016 1 次提交
  11. 24 10月, 2016 1 次提交
  12. 29 5月, 2016 1 次提交
  13. 21 5月, 2016 1 次提交
  14. 06 5月, 2016 2 次提交
  15. 20 4月, 2016 1 次提交
  16. 04 4月, 2016 1 次提交
  17. 16 3月, 2016 1 次提交
  18. 02 3月, 2016 1 次提交
  19. 12 2月, 2016 2 次提交
  20. 10 2月, 2016 1 次提交