MCPcopy Create free account
hub / github.com/catboost/catboost / Y_UNIT_TEST

Function Y_UNIT_TEST

util/system/cpu_id_ut.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70#undef DECLARE_TEST_HAVE_INSTRUCTION
71
72 Y_UNIT_TEST(TestSSE2) {
73#if defined(_x86_64_)
74 UNIT_ASSERT(NX86::HaveSSE2());
75#endif
76 }
77
78 Y_UNIT_TEST(TestCpuBrand) {
79 ui32 store[12];

Callers

nothing calls this directly

Calls 1

CpuBrandFunction · 0.85

Tested by

no test coverage detected