-
Notifications
You must be signed in to change notification settings - Fork 292
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
Fix typo in src/GUI/PageInput.h #1049
base: master
Are you sure you want to change the base?
Conversation
when building with cmake .. -DWITH_PIPEWIRE=false, following errors are met:
|
We added simd accelerate for scale, converter and filter by using simde to translate sse intrinsics to lsx intrinsics( which is loongarch platform 128-bit simd instruction sets). simde introduction: https://github.com/simd-everywhere/simde
Below is benchmark result testd on LoongArch 3A5000 (4 cores 4 threads 2.5GHz): ./src/simplescreenrecorder --benchmark |
No description provided.