Return true if the NVVM FMA intrinsic flushes denormals to zero.
Synopsis
Declared in <llvm/IR/NVVMIntrinsicUtils.h>
bool
FMAShouldFTZ(Intrinsic::ID IntrinsicID);
Return Value
True if IntrinsicID is an FTZ FMA variant; false otherwise.
Parameters
Name |
Description |
IntrinsicID |
NVVM fma intrinsic to query. |
Created with MrDocs