We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi guys,
Some instructions from here https://developer.arm.com/documentation/ddi0597/2023-12/SIMD-FP-Instructions?lang=en are absent in https://github.com/fujitsu/xbyak_aarch64/blob/main/src/xbyak_aarch64_mnemonic.h. For example: VLDn (1..4), VMAX, VMIN... and many other. Am I looking in the wrong place or is it expected?
Best regards, Edward
The text was updated successfully, but these errors were encountered:
@eshoguli
Xbyak_aarch64 only supports the 64-bit mode of Armv8-A. VLDn, VMAX, VMIN are for the 32-bit mode of Armv8-A.
Sorry, something went wrong.
No branches or pull requests
Hi guys,
Some instructions from here https://developer.arm.com/documentation/ddi0597/2023-12/SIMD-FP-Instructions?lang=en are absent in https://github.com/fujitsu/xbyak_aarch64/blob/main/src/xbyak_aarch64_mnemonic.h. For example: VLDn (1..4), VMAX, VMIN... and many other. Am I looking in the wrong place or is it expected?
Best regards,
Edward
The text was updated successfully, but these errors were encountered: