Merge pull request #736 from egaburov/native_trigonometry

Native trigonometry
This commit is contained in:
Dmitry Babokin
2014-02-20 19:18:35 +03:00
43 changed files with 1037 additions and 188 deletions

View File

@@ -659,3 +659,6 @@ define <8 x double> @__max_varying_double(<8 x double>, <8 x double>) nounwind r
rsqrtd_decl()
rcpd_decl()
transcendetals_decl()
trigonometry_decl()