- 
                Notifications
    
You must be signed in to change notification settings  - Fork 306
 
Fix typo in src/GUI/PageInput.h #1049
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
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  | 
    
| 
           @MaartenBaert ping.  | 
    
| 
           I have merged your bugfix, but regarding the LSX changes, I don't like that this commit is duplicating basically all the SSE code - this seems unnecessary when the SIMDE library already provides a compatible API. It should be possible to support LSX with minimal changes to the original SSE code. However I don't have a CPU to test this on, so I can't try it myself.  | 
    
| 
           Thank you, @MaartenBaert! I will try it for you. Happy New Year!  | 
    
| 
           Close the PR, LSX changes will be in new PR, thanks.  | 
    
| 
           Hi @MaartenBaert . The LSX changes are ready for review, see Pr #1054. Thank you!  | 
    
No description provided.