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

Threading? #16

Open
rhaleblian opened this issue Jun 5, 2020 · 4 comments
Open

Threading? #16

rhaleblian opened this issue Jun 5, 2020 · 4 comments

Comments

@rhaleblian
Copy link
Owner

Is your feature request related to a problem? Please describe.
Slow. Serialized.

Describe the solution you'd like
Fast. Parallelized.

Describe alternatives you've considered
n/a

Additional context
Preferably a GCC built-in.

@rhaleblian
Copy link
Owner Author

C++11 exposes a thread library. It might not be enabled in the current toolchain. Check whether we've gotten to C++11 etc.

@rhaleblian
Copy link
Owner Author

Looks like the current ARM compiler is missing the C++11 thread library.

@rhaleblian rhaleblian changed the title [FR] Threading? Threading? Jun 29, 2020
@ndsgamer4654
Copy link

Hi when I open the nds file I get this error:
$ dslibris
progr: filesystem mounted.
progr: read prefs, bookdir is '/
book/' .
fatal: font not found (2)
I have all the fonts in the font folder? And I didnt do anything but it doesnt want to work. Am I doing something wrong?

@rhaleblian
Copy link
Owner Author

Response moved here:
#22

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

No branches or pull requests

2 participants