Function Cbrt
The Cbrt function computes a cube root.
Performance:
| Default processor | Intel® Pentium® III processor | Intel® Pentium® 4 processor | Intel® Pentium® 4 processor with Streaming SIMD Extensions 3 (SSE3) | Intel® Itanium® 2 processor | |
| vsCbrt (HA version) | 30.15 | 30.37 | 21.91 | 24.00 | 7.18 | 
| vdCbrt (HA version) | 45.42 | 45.48 | 40.69 | 46.63 | 10.24 | 
 
 
 
 
Notes:
1) *
            
   X87 code for all processors
2) **
          
   Intel® Pentium® III processor
3) ***
        
   Intel® Pentium® 4 processor
4) ****
      
   Intel® Pentium® 4 processor with Streaming SIMD Extensions 3 (SSE3)
5) *****
    
   Intel® Itanium® 2 processor
6) Logarithmic scale is used for "Vectors Size" axis
Maximal observed error for the whole function domain:
| Default processor | Pentium III processor | Pentium 4 processor | Pentium 4 processor with SSE3 | Itanium 2 processor | |
| vsCbrt (HA version) | 0.5818 | 0.5818 | 0.9081 | 0.9081 | 0.5075 | 
| vdCbrt (HA version) | 0.6853 | 0.6853 | 0.5150 | 0.5150 | 0.5016 | 
Special values:
| Function | Input Argument | Result | Default processor | Pentium III processor | Pentium 4 processor | Pentium 4 processor with SSE3 | Itanium 2 processor | 
| vsCbrt/vdCbrt (HA version) | +/- 0 | +/- 0 | + | + | + | + | + | 
| NaN (Both QNaN and SNaN) | NaN (Raise Invalid Exeption for SNaN) | + | + | + | + | + | |
| +/- Inf | +/- Inf | + | + | + | + | + | 
Copyright © 2000-2004, Intel Corporation, All Rights Reserved.