Skip to content

Commit

Permalink
Disable test that time out on C.I.?
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-lunarg committed Feb 28, 2024
1 parent 0892ccd commit be3beb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/gtc/gtc_bitfield.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@ namespace bitfieldInterleave
std::printf("glm::detail::bitfieldInterleave Time %d clocks\n", static_cast<int>(Time));
}

/* Time out on C.I.?
# if((GLM_PLATFORM & GLM_PLATFORM_WINDOWS) || (GLM_PLATFORM & GLM_PLATFORM_LINUX))
# if(GLM_ARCH & GLM_ARCH_SSE2_BIT && !(GLM_COMPILER & GLM_COMPILER_GCC))
{
Expand All @@ -675,6 +676,7 @@ namespace bitfieldInterleave
}
# endif//GLM_ARCH & GLM_ARCH_SSE2_BIT
# endif//GLM_PLATFORM GLM_PLATFORM_APPLE
*/

return 0;
}
Expand Down

0 comments on commit be3beb7

Please sign in to comment.