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

Migration to mcfgthread #395

Open
ghost opened this issue Aug 14, 2023 · 3 comments
Open

Migration to mcfgthread #395

ghost opened this issue Aug 14, 2023 · 3 comments

Comments

@ghost
Copy link

ghost commented Aug 14, 2023

It should be able to bring some performance improvements .
GCC13 no longer requires patch
msys2/MINGW-packages#13259

@shinchiro
Copy link
Owner

Some libraries need -lpthread when linking. Doesn't this break them?

@ghost
Copy link
Author

ghost commented Aug 19, 2023

lhmouse/mcfgthread#43

@eko5624
Copy link

eko5624 commented Aug 19, 2023

Check my repo:
https://github.com/eko5624/mpv-winbuild

And cross-gcc-mcf toolchain repo:
https://github.com/eko5624/toolchain

Andarwinux added a commit to Andarwinux/mpv-winbuild-cmake that referenced this issue Jan 30, 2024
GCC14 libstdc++ has implemented C++11 thread support for win32 thread model, so switch to the win32 thread model

do not hardcode march and mtune as they have been switched to wrapper

close shinchiro#395
Andarwinux added a commit to Andarwinux/mpv-winbuild-cmake that referenced this issue Jan 30, 2024
GCC14 libstdc++ has implemented C++11 thread support for win32 thread model, so switch to the win32 thread model

do not hardcode march and mtune as they have been switched to wrapper

close shinchiro#395
Andarwinux added a commit to Andarwinux/mpv-winbuild-cmake that referenced this issue Jan 30, 2024
GCC14 libstdc++ has implemented C++11 thread support for win32 thread model, so switch to the win32 thread model

do not hardcode march and mtune as they have been switched to wrapper

close shinchiro#395
Andarwinux added a commit to Andarwinux/mpv-winbuild-cmake that referenced this issue Jan 30, 2024
GCC14 libstdc++ has implemented C++11 thread support for win32 thread model, so switch to the win32 thread model

do not hardcode march and mtune as they have been switched to wrapper

close shinchiro#395
Andarwinux added a commit to Andarwinux/mpv-winbuild-cmake that referenced this issue Jan 30, 2024
GCC14 libstdc++ has implemented C++11 thread support for win32 thread model, so switch to the win32 thread model

do not hardcode march and mtune as they have been switched to wrapper

close shinchiro#395
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants