1. 17 10月, 2018 1 次提交
    • M
      Catch exceptions by const-reference · c8e6ce30
      Michał Janiszewski 提交于
      Exceptions caught by value incur needless cost in C++, most of them can
      be caught by const-reference, especially as nearly none are actually
      used. This could allow compiler generate a slightly more efficient code.
      c8e6ce30
  2. 12 10月, 2018 1 次提交
  3. 08 10月, 2018 1 次提交
  4. 14 9月, 2018 1 次提交
  5. 13 9月, 2018 1 次提交
  6. 07 9月, 2018 1 次提交
  7. 04 9月, 2018 1 次提交
  8. 31 8月, 2018 1 次提交
    • V
      Bit-exact resize reworked to use wide intrinsics (#12038) · e345cb03
      Vitaly Tuzov 提交于
      * Bit-exact resize reworked to use wide intrinsics
      
      * Reworked bit-exact resize row data loading
      
      * Added bit-exact resize row data loaders for SIMD256 and SIMD512
      
      * Fixed type punned pointer dereferencing warning
      
      * Reworked loading of source data for SIMD256 and SIMD512 bit-exact resize
      e345cb03
  9. 05 7月, 2018 1 次提交
  10. 08 6月, 2018 1 次提交
  11. 28 3月, 2018 1 次提交
  12. 16 1月, 2018 1 次提交
  13. 22 12月, 2017 3 次提交
  14. 20 12月, 2017 1 次提交
  15. 13 12月, 2017 1 次提交
  16. 03 11月, 2017 1 次提交
  17. 31 8月, 2017 2 次提交