We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac65fb8 commit 003cf29Copy full SHA for 003cf29
llvm/lib/Target/AMDGPU/SIModeRegisterDefaults.cpp
@@ -77,7 +77,7 @@ static constexpr uint32_t HWNearestTiesToEven = FP_ROUND_ROUND_TO_NEAREST;
77
static constexpr uint32_t HWTowardPositive = FP_ROUND_ROUND_TO_INF;
78
static constexpr uint32_t HWTowardNegative = FP_ROUND_ROUND_TO_NEGINF;
79
80
-constexpr uint64_t AMDGPU::FltRoundConversionTable =
+const uint64_t AMDGPU::FltRoundConversionTable =
81
encodeFltRoundsTableSame(TowardZeroF32_TowardZeroF64, HWTowardZero) |
82
encodeFltRoundsTableSame(NearestTiesToEvenF32_NearestTiesToEvenF64,
83
HWNearestTiesToEven) |
0 commit comments