remove hacks to disable math or LDG functions.

[ROCm/hip commit: 558975c046]
This commit is contained in:
Ben Sander
2016-04-28 14:14:22 -05:00
parent 8e726af2f7
commit e29b2734a8
3 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ THE SOFTWARE.
#include <hc.hpp>
#include"hcc_detail/hip_ldg.h"
#if __hcc_workweek__ >= 16164 and defined (USE_LDG)
#if __hcc_workweek__ >= 16164
__device__ char __ldg(const char* ptr)
{
return ptr[0];