Searched refs:denormal (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c1417 LLVMValueRef denormal; local in function:ac_ufN_to_float
1426 denormal = LLVMBuildShl(ctx->builder, mantissa, tmp, "");
1431 denormal = LLVMBuildAdd(ctx->builder, denormal, tmp, "");
1442 result = LLVMBuildSelect(ctx->builder, tmp, result, denormal, "");
4738 LLVMAddTargetDependentFunctionAttr(main_function, "denormal-fp-math", "ieee,ieee");
4740 LLVMAddTargetDependentFunctionAttr(main_function, "denormal-fp-math-f32",
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst3055 - ac: set new LLVM denormal flags
H A D21.1.0.rst4807 - aco/tests: add tests for denormal-aware propagation

Completed in 22 milliseconds