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

Update tbb 2021.12.0 #4121

Merged
merged 15 commits into from
May 24, 2024
Merged

Update tbb 2021.12.0 #4121

merged 15 commits into from
May 24, 2024

Conversation

Altina-oz
Copy link
Contributor

Fixed parallel_for_each algorithm behavior for iterators defining iterator_concept trait instead of iterator_category.
Fixed the redefinition issue for std::min and std::max on Windows* OS (uxlfoundation/oneTBB#832).
Fixed the incorrect binary search order in TBBConfig.cmake.

https://github.com/oneapi-src/oneTBB/releases

@Altina-oz
Copy link
Contributor Author

It seems that on android r26, many symbols in the TBB linker version scripts are undefined because link time optimization, and there is a temporarily workaround that to add "-Wl, --undefined-version" to ldflags (c.f.
https://cgit.freebsd.org/ports/commit/?id=3677983542cc09a0e5f085e463a895e9e4dce9aa) (c.f. uxlfoundation/oneTBB#1274)

I wonder how the ndk version can be checked in xmake.

@star-hengxing
Copy link
Contributor

thanks

@star-hengxing star-hengxing merged commit adc1097 into xmake-io:dev May 24, 2024
65 checks passed
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

Successfully merging this pull request may close these issues.

2 participants