-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
WIP: introduce tbb library (for mold linker) #838
base: master
Are you sure you want to change the base?
Conversation
The contribution is nearly ready.
|
Renamed all the cpp files to cc since I found that is the defined rule. I am now hitting a slew of errors that are confusing. Looks like it's only compiling as C not CXX:
Specifically |
Okay renamed .h -> .hh Current failure:
Can't seem to find makecontext although I included uccontext.h |
* support of span in libcxx * added inline keywords in atomic otherwise it was giving errors that it couldn't be inlined
Looks like you need makecontext(). We used to have it. I can't remember why we don't anymore. I'll start bringing it back now |
faa6285
to
2c4b887
Compare
3048620
to
6245732
Compare
DESCRIPTION
oneAPI Threading Building Blocks (oneTBB)
oneTBB is a flexible C++ library that simplifies the work of adding parallelism to complex applications,
even if you are not a threading expert.
SOURCE
https://github.com/oneapi-src/oneTBB
commit e813596ba3a1bee0ffa06fb66b5e30b7ea801319
Author: Alexandra [email protected]
Date: Wed Jun 21 18:46:54 2023 +0200