Skip to content

Commit

Permalink
[mono][jit] More SIMD cleanups (#97958)
Browse files Browse the repository at this point in the history
* Factor out common code from the arch_emit_simd_intrinsics () functions into a new function.
* Add support for all vector sizes to emit_simd_intrinsics (), disable them later using ifdefs
  in emit_sri_vector ().
* Add support for IsSupported/Count properties for all vector types even if they are not supported
  on a platform.
  This helps with dead code elimination since the bcl contains a lot of checks for these properties.
* Rename some functions to better match their functionality.
* Remove the emit_vector256_t () function, Vector256 is now handled normally by
  emit_sri_vector_t ().
  • Loading branch information
vargaz authored Feb 9, 2024
1 parent c85be26 commit eb4152d
Showing 1 changed file with 105 additions and 155 deletions.
Loading

0 comments on commit eb4152d

Please sign in to comment.