| 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]; |
nothing calls this directly
no test coverage detected