[NFC][Py Reformat] Added more commits to .git-blame-ignore-revs
[llvm-project.git] / libc / src / math / x86_64 / CMakeLists.txt
blobcd129e3eefb75cf07c59b23bb56bfd0dbcdc986a
1 add_entrypoint_object(
2   cos
3   SRCS
4     cos.cpp
5   HDRS
6     ../cos.h
7   COMPILE_OPTIONS
8     -O2
11 add_entrypoint_object(
12   sin
13   SRCS
14     sin.cpp
15   HDRS
16     ../sin.h
17   COMPILE_OPTIONS
18     -O2
21 add_entrypoint_object(
22   tan
23   SRCS
24     tan.cpp
25   HDRS
26     ../tan.h
27   COMPILE_OPTIONS
28     -O2