aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/sse/ut/ya.make
blob: bdcbac1d69c8520f7b56e70b17b46d99884f1ef0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
UNITTEST_FOR(library/cpp/sse)

SRCS(
    test.cpp
)

IF (ARCH_X86_64)
    CFLAGS(-msse4.1 -msse4.2)
ENDIF()

END()