You are here: Symbol Reference > clMtxVec Namespace > Classes > TAMDDeviceInfo Class > public > TAMDDeviceInfo.FP64 Property
MtxVec VCL
ContentsIndex
PreviousUpNext
TAMDDeviceInfo.FP64 Property

Returns true if the device is capable of double precision processing.

Pascal
property FP64: boolean;

To actually enable support for double precision you need to include: 

#pragma OPENCL EXTENSION cl_amd_fp64 : enable 

In the source code header.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!