Define HALF_ENABLE_F16C_INTRINSICS
Defined in File half.hpp
Define Documentation
-
HALF_ENABLE_F16C_INTRINSICS
Enable F16C intruction set intrinsics. Defining this to 1 enables the use of F16C compiler intrinsics for converting between half-precision and single-precision values which may result in improved performance. This will not perform additional checks for support of the F16C instruction set, so an appropriate target platform is required when enabling this feature.
Unless predefined it will be enabled automatically when the
__F16C__
symbol is defined, which some compilers do on supporting platforms.