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

OWNER(danlark) 

SRCS(
    test.cpp
)

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