fix them all
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -188,7 +188,7 @@ namespace AZ
|
||||
s32 numAvailableSlots = CalculateAvailableRequestSlots();
|
||||
status.m_numAvailableSlots = AZStd::min(status.m_numAvailableSlots, numAvailableSlots);
|
||||
status.m_isIdle = status.m_isIdle &&
|
||||
numAvailableSlots == m_numBlocks &&
|
||||
static_cast<u32>(numAvailableSlots) == m_numBlocks &&
|
||||
m_delayedSections.empty();
|
||||
}
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@ namespace UnitTest
|
||||
float testStoreValues[4] = { 0.0f, 0.0f, 0.0f, 0.0f };
|
||||
VectorType::StoreUnaligned(testStoreValues, result);
|
||||
|
||||
for (int32_t i = 0; i < VectorType::ElementCount; ++i)
|
||||
for (uint32_t i = 0; i < VectorType::ElementCount; ++i)
|
||||
{
|
||||
if (i == replaceIndex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user