[OPENMP]Use host's long double when compiling the code for device.
The device code must use the same long double type as the host. Otherwise the code cannot be linked and executed properly. Patch adds only basic support and checks for supporting of the host long double double on the device. llvm-svn: 363717
Loading
Please sign in to comment