Skip to content

[FMV] Add support for more features#444

Open
Lukacma wants to merge 2 commits into
ARM-software:mainfrom
Lukacma:main
Open

[FMV] Add support for more features#444
Lukacma wants to merge 2 commits into
ARM-software:mainfrom
Lukacma:main

Conversation

@Lukacma

@Lukacma Lukacma commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

The goal of this patch is to propose new features for function multi versioning. This should allow users to use FMV with newer features.

This patch also fixes a bug in register name for SME2 feature register.

@mgabka

mgabka commented Jul 16, 2026

Copy link
Copy Markdown

I think it would make sense to split the "bug fix" part into a separate patch.

@AlfieRichardsArm AlfieRichardsArm left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but I think this ought to wait for #441 so this can get its own FMV support version tick

Comment thread main/acle.md
| sme2p1 | sme2 |
| sme2p2 | sme2p1 |
| sve2p1 | sve2 |
| sve2p2 | sve2p1 |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a bug, but I do wonder

As sve2p2 requires armv9.5 is it worth (for FMV) implying everything thing that armv9.5 implies? That is not something we do for architecture options but it feels like there may be more to loose with FMV as it is more likely to be enabled via target_version (sve2p2) as opposed to -march-armv9.5-a+sve2p2 or -mcpu?

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.

3 participants