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

Should be EAX = 07H, ECX = 1 #131

Closed
wants to merge 1 commit into from

Conversation

fpelliccioni
Copy link
Contributor

Not compiled
Not tested

fs.setIf(edx&(1<<4) != 0, AVXVNNIINT8)
fs.setIf(edx&(1<<5) != 0, AVXNECONVERT)
fs.setIf(edx&(1<<14) != 0, PREFETCHI)
_, _, _, edx1 := cpuidex(7, 1)
Copy link
Owner

Choose a reason for hiding this comment

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

Could you combine it with the fetch we do below?

klauspost added a commit that referenced this pull request Jun 2, 2023
@klauspost
Copy link
Owner

Merged as 7b0c0a2

@klauspost klauspost closed this Jun 2, 2023
kodiakhq bot pushed a commit to cloudquery/plugin-pb-go that referenced this pull request Jul 1, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/klauspost/cpuid/v2](https://togithub.com/klauspost/cpuid) | indirect | patch | `v2.2.3` -> `v2.2.5` |

---

### Release Notes

<details>
<summary>klauspost/cpuid (github.com/klauspost/cpuid/v2)</summary>

### [`v2.2.5`](https://togithub.com/klauspost/cpuid/releases/tag/v2.2.5)

[Compare Source](https://togithub.com/klauspost/cpuid/compare/v2.2.4...v2.2.5)

#### What's Changed

-   Update golang.org/x/sys by [@&#8203;klauspost](https://togithub.com/klauspost) in [klauspost/cpuid#130
-   Fix AVXVNNIINT8, AVXNECONVERT, PREFETCHI [klauspost/cpuid#131
-   Add TDX Guest detection by [@&#8203;fidencio](https://togithub.com/fidencio) in [klauspost/cpuid#132

#### New Contributors

-   [@&#8203;fidencio](https://togithub.com/fidencio) made their first contribution in [klauspost/cpuid#132

**Full Changelog**: klauspost/cpuid@v2.2.4...v2.2.5

### [`v2.2.4`](https://togithub.com/klauspost/cpuid/releases/tag/v2.2.4)

[Compare Source](https://togithub.com/klauspost/cpuid/compare/v2.2.3...v2.2.4)

#### What's Changed

-   Add more Intel mitigation flags by [@&#8203;klauspost](https://togithub.com/klauspost) in [klauspost/cpuid#128
-   Add more Intel Sierra Forest instructions by [@&#8203;fmuyassarov](https://togithub.com/fmuyassarov) in [klauspost/cpuid#129

**Full Changelog**: klauspost/cpuid@v2.2.3...v2.2.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjE1MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
kodiakhq bot pushed a commit to cloudquery/filetypes that referenced this pull request Jul 1, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/klauspost/cpuid/v2](https://togithub.com/klauspost/cpuid) | indirect | patch | `v2.2.4` -> `v2.2.5` |

---

### Release Notes

<details>
<summary>klauspost/cpuid (github.com/klauspost/cpuid/v2)</summary>

### [`v2.2.5`](https://togithub.com/klauspost/cpuid/releases/tag/v2.2.5)

[Compare Source](https://togithub.com/klauspost/cpuid/compare/v2.2.4...v2.2.5)

#### What's Changed

-   Update golang.org/x/sys by [@&#8203;klauspost](https://togithub.com/klauspost) in [klauspost/cpuid#130
-   Fix AVXVNNIINT8, AVXNECONVERT, PREFETCHI [klauspost/cpuid#131
-   Add TDX Guest detection by [@&#8203;fidencio](https://togithub.com/fidencio) in [klauspost/cpuid#132

#### New Contributors

-   [@&#8203;fidencio](https://togithub.com/fidencio) made their first contribution in [klauspost/cpuid#132

**Full Changelog**: klauspost/cpuid@v2.2.4...v2.2.5

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjE1MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
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.

None yet

2 participants