added compiler flag for polaris

Change-Id: Ib14c14c0618982ac7b48f5bc704c04b54ff40ed9
This commit is contained in:
Aditya Atluri
2016-10-13 14:16:48 -05:00
والد 89012201c9
کامیت 90a71c4be4
3فایلهای تغییر یافته به همراه10 افزوده شده و 8 حذف شده
@@ -34,13 +34,6 @@ typedef struct __attribute__((aligned(4))){
typedef __half half;
typedef __half2 half2;
typedef struct{
union{
float f;
unsigned u;
};
} struct_float;
/*
Arithmetic functions
*/