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

[FMV][AArch64] Remove features which expose non exploitable runtime behavior. #178

Closed
wants to merge 1 commit into from

Conversation

labrinea
Copy link
Contributor

Feature dit provides independent timing for data processing instructions according to the value CPSR.DIT of the Current Program Status Register.

The runtime detection in FMV does not examine the content of control registers, therefore such features are not suitable for runtime dispatch since they cannot be exploited in a meaningful way. See the ACLE patch for more info: ARM-software/acle#355

Depends on llvm/llvm-project#114387

…ehavior.

Feature dit provides independent timing for data processing instructions
according to the value CPSR.DIT of the Current Program Status Register.

The runtime detection in FMV does not examine the content of control
registers, therefore such features are not suitable for runtime dispatch
since they cannot be exploited in a meaningful way. See the ACLE patch
for more info: ARM-software/acle#355

Depends on llvm/llvm-project#114387
@labrinea labrinea marked this pull request as draft October 31, 2024 10:38
@labrinea labrinea closed this Nov 6, 2024
@labrinea labrinea deleted the fmv-remove-runtime-features branch November 25, 2024 10:53
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.

1 participant