-
        
Vector128<int> Avx512F.ShiftRightArithmeticVariable(
    Vector128<long> value,
    Vector128<ulong> count
)
Vector256<int> Avx512F.ShiftRightArithmeticVariable(
    Vector256<long> value,
    Vector256<ulong> count
)Looks like it's in Avx10v1, but the Intel documentation says it's AVX512F + AVX512VL  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            EgorBo
          
      
      
        Jul 28, 2025 
      
    
    Replies: 1 comment 2 replies
-
| 
         Isn't   | 
  
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
      Answer selected by
        2A5F
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Isn't
Avx512F.VL.ShiftRightArithmeticVariable?