Disable sincosf which has trouble on hcc now.

[ROCm/hip commit: 93d1801a30]
Tá an tiomantas seo le fáil i:
Jack Chung
2016-02-01 17:42:37 +08:00
tuismitheoir af51dd0a72
tiomantas 79a0c836be
@@ -67,7 +67,7 @@ __device__ void single_precision_intrinsics()
__logf(1.0f);
__powf(1.0f, 0.0f);
//__saturatef(0.1f);
__sincosf(0.0f, &fX, &fY);
//__sincosf(0.0f, &fX, &fY);
__sinf(0.0f);
__tanf(0.0f);
}