2
0
mirror of https://github.com/boostorg/uuid.git synced 2026-01-19 04:42:16 +00:00

Update test_msvc_simd_bug981648_main.cpp

This commit is contained in:
ivanpanch
2025-08-09 20:44:05 +02:00
committed by GitHub
parent c44c8b4f7e
commit 7fad3a42f0

View File

@@ -37,7 +37,7 @@ int main(void)
my_obj a;
a.m_uuid.data[0] = 1;
std::printf("There should be a another printf coming next.\n");
std::printf("There should be another printf coming next.\n");
//*****************************************
// The != statement in this function generates a movups and a movdqu statement.