Function Asin

The Asin function computes an arcsine.

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
vsAsin (HA version) 66.86 40.97 25.02 21.99 10.22
vdAsin (HA version) 94.10 93.94 65.46 75.26 15.30
Notes:
1) Units - CPE (Clocks per Element)
2) Performance was measured on "working" interval (double precision: [-1,1]; single precision: [-1,1])
3) Data - vectors of 1000 elements with random generated numbers
4) "Default" means X87 code for all IA-32 processors
5) Performance of "default" version was measured on Intel® Pentium® III processor

 
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
vsAsin (HA version) 0.9245 0.9245 0.8255 0.8255 0.5045
vdAsin (HA version) 0.6504 0.6504 0.8140 0.8140 0.5108
Notes:
1) Units - ULP (Units in The Last Place)

Special values:

Function Input Argument Result Default processor Pentium III processor Pentium 4 processor Pentium 4 processor with SSE3 Itanium 2 processor
vsAsin/vdAsin
(HA version)
0 0 + + + + +
NaN (Both QNaN and SNaN) NaN (Raise Invalid Exeption for SNaN) + + + + +
+/- Inf NaN + + + + +
|x|>1 NaN (Raise Invalid Exeption) + + + + +
1 Machine PI/2 + + + + +
-1 Machine - PI/2 + + + + +

Legal Information

Copyright © 2000-2004, Intel Corporation, All Rights Reserved.