Skip to content

aarch64: Setup SIMD at startup#214

Merged
retrage merged 2 commits intocloud-hypervisor:mainfrom
retrage:aarch64-cpu-simd
Jan 25, 2023
Merged

aarch64: Setup SIMD at startup#214
retrage merged 2 commits intocloud-hypervisor:mainfrom
retrage:aarch64-cpu-simd

Conversation

@retrage
Copy link
Copy Markdown
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