1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 27 2月, 2020 1 次提交
  5. 06 8月, 2017 1 次提交
  6. 01 6月, 2016 1 次提交
  7. 20 5月, 2016 1 次提交
  8. 08 5月, 2011 1 次提交
  9. 17 4月, 2011 1 次提交
  10. 25 1月, 2010 1 次提交
  11. 28 7月, 2007 1 次提交
  12. 15 5月, 2007 1 次提交
  13. 17 10月, 2006 1 次提交
  14. 04 5月, 2005 1 次提交
  15. 27 7月, 2004 1 次提交
    • A
      Add framework for yet another assembler module dubbed "cpuid." Idea · 14e21f86
      Andy Polyakov 提交于
      is to have a placeholder to small routines, which can be written only
      in assembler. In IA-32 case this includes processor capability
      identification and access to Time-Stamp Counter. As discussed earlier
      OPENSSL_ia32cap is introduced to control recently added SSE2 code
      pathes (see docs/crypto/OPENSSL_ia32cap.pod). For the moment the
      code is operational on ELF platforms only. I haven't checked it yet,
      but I have all reasons to believe that Windows build should fail to
      link too. I'll be looking into it shortly...
      14e21f86