Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a Boolean value that indicates whether the accelerator has limited support for double precision math. If the accelerator has only limited support, then fused multiply add (FMA), division, reciprocal, and casting between int and double are not supported.
__declspec(property(get=get_supports_limited_double_precision)) bool supports_limited_double_precision;
Requirements
Header: amprt.h
Namespace: Concurrency