-
Notifications
You must be signed in to change notification settings - Fork 9
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
which instruction can do logical operations for simd? #7
Comments
If you meant to check if the whole SIMD Register is all-zero, you can use |
Any documentations on functionalities of all the simd instruction and its intrinsics? What i am doing here is that i have a Btw, does it provide instruction for creating mask like __builtin_ia32_pmovmskb128? |
The official manual is not yet released, but there is an unofficial one by me: http://jia.je/unofficial-loongarch-intrinsics-guide/ |
You can use |
I think you can use |
This is a Q&A about vector instructions, the suggestion has been given, so close this issue. |
How to know a register is all zero and generate a mask to compare?
The text was updated successfully, but these errors were encountered: