remove hacks to disable math or LDG functions.

Bu işleme şunda yer alıyor:
Ben Sander
2016-04-28 14:14:22 -05:00
ebeveyn 9026146951
işleme 558975c046
3 değiştirilmiş dosya ile 1 ekleme ve 6 silme
+1 -1
Dosyayı Görüntüle
@@ -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];