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

⚡ Update architectures & regexp #86

Merged
merged 1 commit into from
Jan 8, 2022
Merged

⚡ Update architectures & regexp #86

merged 1 commit into from
Jan 8, 2022

Conversation

ss-o
Copy link
Member

@ss-o ss-o commented Jan 8, 2022

Updated modern CPUs type and regexp. The first group (amd64, etc.) also supports code compiled for the second group (x86, etc.) because 64-bit CPUs can execute 32-bit code in a sort of compatibility mode. An x32 architecture, is a very new of development in software and is currently only supported on GNU/Linux, which uses 32-bit addresses, with the 64-bit (amd64) architecture.

Pull Request type

  • CI
  • Bugfix
  • Feature
  • Generic maintenance tasks
  • Documentation content changes
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no URL changes)
  • Improving performance of the project (not introducing new features)
  • Other (please describe):

Issue Number: N/A

What is the new behavior?

Tested on various CPUs, but mostly on Linux with most common repositories and releases.

Does this introduce a breaking change?

  • Yes
  • No

@ss-o ss-o added refactor ♻️ Simplified code that is easier to understand or more efficient syntax or methods. performance 🚀 Improving performance of the project, not introducing new features. labels Jan 8, 2022
Updated modern CPUs. The first group (amd64, etc.) also support code compiled for the second group (x86, etc.) because 64-bit CPUs can execute 32-bit code in a sort of compatibility mode. An x32 architecture, is a very new of development in software and currently only supported on GNU/Linux, which uses 32-bit addresses, with the 64-bit (amd64) architecture.

refactor(core): ⚡️ Updated regexp

refactor(core): ⚡️ Updated regexp
@ss-o ss-o merged commit 6c90e49 into z-shell:main Jan 8, 2022
@github-actions
Copy link

Pull Request closed and locked due to lack of activity.
If you'd like to build on this closed PR, you can clone it using this method: https://stackoverflow.com/a/14969986
Then open a new PR, referencing this closed PR in your message.

@github-actions github-actions bot locked and limited conversation to collaborators Jan 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
performance 🚀 Improving performance of the project, not introducing new features. refactor ♻️ Simplified code that is easier to understand or more efficient syntax or methods.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant