Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Merge requests
  • !3430

i#1312 AVX-512 support: Add proc_num_simd_saved_abs() and replace MCXT_NUM_SIMD_SLOTS.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Hendrik Greving requested to merge i1312-prepare_avx512_context_switch into master Mar 08, 2019
  • Overview 37
  • Commits 14
  • Pipelines 0
  • Changes 21

This patch takes the next step towards migrating all of DynamoRIO's context switching to support AVX-512. The function proc_num_simd_saved_abs() is introduced that returns the total number of SIMD registers on a given processor and OS. In the future, this number may be different from proc_num_simd_saved() that returns the number of SIMD registers that are actually saved by DynamoRIO and may be optimized. MCXT_NUM_SIMD_SLOTS is now the static number of slots in DynamoRIO's mcontext, regardless of what processor and OS actually support.

Issue: #1312

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i1312-prepare_avx512_context_switch