File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -392,10 +392,9 @@ initially support RVV tuples (see
392392
393393Without support for scalable vectors in the language and compiler, it is not
394394possible to leverage hardware with scalable vectors from Rust. As extensions
395- with scalable vectors are available in architectures as either the only or
396- recommended way to do SIMD, lack of support in Rust would severely limit Rust's
397- suitability on these architectures compared to other systems programming
398- languages.
395+ with scalable vectors are available in architectures as the recommended way to
396+ do SIMD, lack of support in Rust would limit Rust's suitability on these
397+ architectures compared to other systems programming languages.
399398
400399` rustc_scalable_vector `  is preferred over a ` repr(scalable) `  attribute as there
401400is existing dissatisfaction with fixed-length vectors being defined using the
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments