ADT
      
      
        
          | 
            Last change
 on this file since 2ed94a9 was             9fa538c, checked in by Michael Brooks <mlbrooks@…>, 5 years ago           | 
        
        
          | 
             
Fixed new-array subscripting to work on 32-bit builds, partly with a workaround for #247. 
 
Also changed its declarations to static inline, getting them to show equal performance to a C array on a simple test. 
 
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            330 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | expect Ws             = 7.060606
 | 
|---|
| 2 | result Ws [][][][] lo = 7.060606
 | 
|---|
| 3 | result Ws [,,,]    lo = 7.060606
 | 
|---|
| 4 | result Ws [][][][] hi = 7.060606
 | 
|---|
| 5 | result Ws [,,,]    hi = 7.060606
 | 
|---|
| 6 | expect Xs             = 8.150808
 | 
|---|
| 7 | result Xs [][][][] lo = 8.150808
 | 
|---|
| 8 | result Xs [,,,]    lo = 8.150808
 | 
|---|
| 9 | result Xs [][][][] hi = 8.150808
 | 
|---|
| 10 | result Xs [,,,]    hi = 8.150808
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.