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

aarch64: Setup SIMD at startup #214

Merged
merged 2 commits into from
Jan 25, 2023

Conversation

retrage
Copy link
Contributor

@retrage retrage commented Jan 22, 2023

These changes are required to run a recently built GRUB binary as described in the commit 89764cf.

@retrage retrage requested a review from rbradford January 22, 2023 06:56
"cortex-a" crate has been renamed to "aarch64-cpu", and is deprecated.
This commit replace this crate with "aarch64-cpu" crate.

Signed-off-by: Akira Moroo <retrage01@gmail.com>
A recent GRUB binary implicitly uses advanced SIMD registers. We don't
want to trap use of these registers, we have to ensure that
CPACR_EL.FPEN is set to 0b11.

Signed-off-by: Akira Moroo <retrage01@gmail.com>
@retrage retrage merged commit 411ca73 into cloud-hypervisor:main Jan 25, 2023
@retrage retrage deleted the aarch64-cpu-simd branch January 25, 2023 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants