Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libtorrent: Add support for AVX2 popcount #8

Closed
wants to merge 46 commits into from
Closed

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    6be7bfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    008c2a0 View commit details
    Browse the repository at this point in the history
  3. Use native march for whatbox

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a0ac4ee View commit details
    Browse the repository at this point in the history
  4. Fix compile check for AVX2

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e5430ba View commit details
    Browse the repository at this point in the history
  5. Fix AVX2 compile check

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2885d34 View commit details
    Browse the repository at this point in the history
  6. Fix compile check

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    587b07e View commit details
    Browse the repository at this point in the history
  7. Fix AVX2 check

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    18f67bd View commit details
    Browse the repository at this point in the history
  8. Fix AVX2 check

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d6032db View commit details
    Browse the repository at this point in the history
  9. Add --enable-avx2 instead

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    48d1ba8 View commit details
    Browse the repository at this point in the history
  10. Fix TORRENT_ENABLE_AVX2

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b540771 View commit details
    Browse the repository at this point in the history
  11. Fix type mismatch

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    1e77870 View commit details
    Browse the repository at this point in the history
  12. Fix #include <cstdint>

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    98b15dc View commit details
    Browse the repository at this point in the history
  13. Fixes

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ba1dd0c View commit details
    Browse the repository at this point in the history
  14. Fixes

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3b15529 View commit details
    Browse the repository at this point in the history
  15. Fixes

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6a31c13 View commit details
    Browse the repository at this point in the history
  16. fixes

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    dba5977 View commit details
    Browse the repository at this point in the history
  17. Fixes

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    79d065d View commit details
    Browse the repository at this point in the history
  18. fixes

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5298bf3 View commit details
    Browse the repository at this point in the history
  19. Fix pointer

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4803d5b View commit details
    Browse the repository at this point in the history
  20. convert to inline

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a67cc47 View commit details
    Browse the repository at this point in the history
  21. fixes

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    98b2bb9 View commit details
    Browse the repository at this point in the history
  22. Fixes

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8b8e517 View commit details
    Browse the repository at this point in the history
  23. fixes

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    bbdb452 View commit details
    Browse the repository at this point in the history
  24. fixes

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b5745fa View commit details
    Browse the repository at this point in the history
  25. fix

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c98651e View commit details
    Browse the repository at this point in the history
  26. fix

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6571d18 View commit details
    Browse the repository at this point in the history
  27. fixes

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    9e51161 View commit details
    Browse the repository at this point in the history
  28. fixes

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    551cd74 View commit details
    Browse the repository at this point in the history
  29. fixes

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    f0310d5 View commit details
    Browse the repository at this point in the history
  30. uint32_t

    stickz committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    784a06a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. epi32

    stickz committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    15f3a7e View commit details
    Browse the repository at this point in the history
  2. Fixes

    stickz committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    9f0b0a1 View commit details
    Browse the repository at this point in the history
  3. fixes

    stickz committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4cdff0b View commit details
    Browse the repository at this point in the history
  4. fix

    stickz committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4228c82 View commit details
    Browse the repository at this point in the history
  5. fix

    stickz committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    82c7d8a View commit details
    Browse the repository at this point in the history
  6. fix

    stickz committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    9ff84a2 View commit details
    Browse the repository at this point in the history
  7. fixes

    stickz committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    6418c54 View commit details
    Browse the repository at this point in the history
  8. fixes

    stickz committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e4a1180 View commit details
    Browse the repository at this point in the history
  9. fixes

    stickz committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    ef711fd View commit details
    Browse the repository at this point in the history
  10. fixes

    stickz committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    6cafba1 View commit details
    Browse the repository at this point in the history
  11. fixes

    stickz committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c27784c View commit details
    Browse the repository at this point in the history
  12. fixes

    stickz committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    365c523 View commit details
    Browse the repository at this point in the history
  13. fixes

    stickz committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4179905 View commit details
    Browse the repository at this point in the history
  14. fix

    stickz committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    19597dd View commit details
    Browse the repository at this point in the history
  15. fixes

    stickz committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    57e46e4 View commit details
    Browse the repository at this point in the history
  16. fixes

    stickz committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    77d63a4 View commit details
    Browse the repository at this point in the history