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

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