Function Log10
The Log10 function computes a denary logarithm.
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 | |
vsLog10 (HA version) | 20.89 | 20.86 | 15.60 | 18.87 | 7.19 |
vdLog10 (HA version) | 35.21 | 39.52 | 25.73 | 32.78 | 11.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 | |
vsLog10 (HA version) | 0.6984 | 0.6984 | 0.7434 | 0.7434 | 0.5110 |
vdLog10 (HA version) | 0.9289 | 0.9289 | 0.5687 | 0.5687 | 0.5110 |
Special values:
Function | Input Argument | Result | Default processor | Pentium III processor | Pentium 4 processor | Pentium 4 processor with SSE3 | Itanium 2 processor |
vsLog10/vdLog10 (HA version) |
1 | 0 | + | + | + | + | + |
NaN (Both QNaN and SNaN) | NaN (Raise Invalid Exeption for SNaN) | + | + | + | + | + | |
0 | -Inf (Raise DZ Exeption) | + | + | + | + | + | |
x<0 | NaN | + | + | + | + | + | |
+ Inf | + Inf | + | + | + | + | + | |
- Inf | NaN (Raise Invalid Exeption) | + | + | + | + | + |
Copyright © 2000-2004, Intel Corporation, All Rights Reserved.