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

fix function pointer for intel model/family 06-4f #536

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

slabasan
Copy link
Collaborator

@slabasan slabasan commented Mar 25, 2024

Description

Fix function pointer JSON clocks API for intel model/family 06-4f. Previously pointed at implementation for 3f, but should use implementation for 4f.

Fixes #535.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature/architecture support (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Build/CI update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please provide hardware architecture specs and
instructions so we can reproduce.

  • GitHub CI
  • GitLab CI

Checklist:

  • I have run ./scripts/check-code-format.sh and confirm my code code follows the style guidelines of variorum
  • I have added comments in my code
  • My changes generate no new warnings (build with -DENABLE_WARNINGS=ON)
  • New and existing unit tests pass with my changes

pointed at implementation for 3f, but should use implementation for 4f
@slabasan slabasan added status-ready-for-review Formatted, and tested on multiple systems. type-bug area-feature-support labels Mar 25, 2024
@slabasan slabasan added this to the Production: v0.8.0 Release milestone Mar 25, 2024
@slabasan slabasan merged commit c18b9a8 into dev Mar 25, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-feature-support status-ready-for-review Formatted, and tested on multiple systems. type-bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Verify correct frequency JSON API for Intel 4F
1 participant