Skip to content

Spelling vixl#9058

Open
jsoref wants to merge 7 commits into
facebook:masterfrom
jsoref:spelling-vixl
Open

Spelling vixl#9058
jsoref wants to merge 7 commits into
facebook:masterfrom
jsoref:spelling-vixl

Conversation

@jsoref

@jsoref jsoref commented Apr 6, 2022

Copy link
Copy Markdown
Contributor

This is a subset of #9005, it should be easier to review/test/clear

Note: while the top level item is vixl, if a commit overlaps other directories, I'm lazily including the other changes. If they can safely be dropped from a thing and that makes it easier to merge, I'm happy to do so. By including full spanning commits, I reduce the risk of missing a related change (these tend to result in build/test failures which are painful) at the slight increase in merge conflicts for my general series (these are easy enough for me to clean up)

jsoref added 7 commits April 6, 2022 09:11
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Comment on lines -1468 to +1472
enum LSEAquireRelease {
LSEAquireReleaseN = 0x00000000,
LSEAquireReleaseA = 0x00800000,
LSEAquireReleaseL = 0x00400000,
LSEAquireReleaseAL = 0x00C00000
enum LSEAcquireRelease {
LSEAcquireReleaseN = 0x00000000,
LSEAcquireReleaseA = 0x00800000,
LSEAcquireReleaseL = 0x00400000,
LSEAcquireReleaseAL = 0x00C00000

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The changes here are by far the scariest. I'm happy to drop them if they're a problem.

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.

I think they are copied from https://github.com/armvixl/vixl. Maybe we should not fix typo in this library.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

It looks like that library moved here: https://github.com/Linaro/vixl, I've added it to my list.

@Atry Atry closed this Jul 13, 2022
@Atry Atry reopened this Jul 13, 2022
@Atry

Atry commented Jul 13, 2022

Copy link
Copy Markdown
Contributor

Close and reopen to trigger CI

@facebook-github-bot

Copy link
Copy Markdown
Contributor

@Atry has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@jsoref jsoref mentioned this pull request Jul 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment