Skip to content

Version 9.0-20250227

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Mar 12:11
· 5 commits to proton_9.0 since this release
cachyos-9.0-20250227-slr

Version 9.0-20250227

  • added: ntdll, msvcrt: Use runtime-dispatched per-architecture-optimized code for string functions.
  • added: ntdll: Use clock_nanosleep for delay.
  • added: Use a high precision timespec directly for poll timeouts on supported platforms.
  • added: server: Use epoll_pwait2 for the main loop on Linux.
  • added: server: Load epoll_pwait2 dynamically if it's not available at build time.
  • added: ntdll, msvcrt: Use runtime-dispatched per-architecture-optimized code for string functions.
  • added: winebuild: Avoid using .idata section for delay-load import libraries.