added compiler flag for polaris

Change-Id: Ib14c14c0618982ac7b48f5bc704c04b54ff40ed9


[ROCm/hip commit: 90a71c4be4]
This commit is contained in:
Aditya Atluri
2016-10-13 14:16:48 -05:00
parent 252e32859e
commit d06509f680
3 changed files with 10 additions and 8 deletions
@@ -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
*/