1. 20 8月, 2018 1 次提交
    • Y
      Optimize CRF Decoding with AVX/AVX2/AVX512F instruction (#12767) · 084d4a9e
      Yihua Xu 提交于
      * Optimize CRF decoding with AVX/AVX2 instruction
      
      * Enable the AVX2 flags for compiling
      
      * Clean the code and decrease the count of multiply calculation
      
      * Add the support of AVX512 instruction to optimize CRF Decoding
      
      * Clean the code
      
      * Enable the AVX512f flags for compiling
      
      * Clean the code for the invaluable switch
      
      * Fixed the issue to check AVX512F status
      
      * Clean the code
      
      * Add some explanation of the key points
      084d4a9e
  2. 06 11月, 2017 1 次提交
  3. 29 3月, 2017 1 次提交
  4. 24 3月, 2017 1 次提交
  5. 23 3月, 2017 1 次提交
  6. 08 3月, 2017 1 次提交
  7. 27 12月, 2016 1 次提交
  8. 09 11月, 2016 1 次提交
    • G
      Update FindAVX.cmake (#404) · 14ba68f9
      gangliao 提交于
      * make AVX_FOUND is default value to WITH AVX
      * let AVX_FLAG always keep -mavx flag since compiler can build binary with -mavx even CPU does not support avx.
      14ba68f9
  9. 30 9月, 2016 3 次提交