repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][Py Reformat] Added more commits to .git-blame-ignore-revs
[llvm-project.git]
/
libc
/
src
/
math
/
x86_64
/
CMakeLists.txt
blob
cd129e3eefb75cf07c59b23bb56bfd0dbcdc986a
1
add_entrypoint_object(
2
cos
3
SRCS
4
cos.cpp
5
HDRS
6
../cos.h
7
COMPILE_OPTIONS
8
-O2
9
)
10
11
add_entrypoint_object(
12
sin
13
SRCS
14
sin.cpp
15
HDRS
16
../sin.h
17
COMPILE_OPTIONS
18
-O2
19
)
20
21
add_entrypoint_object(
22
tan
23
SRCS
24
tan.cpp
25
HDRS
26
../tan.h
27
COMPILE_OPTIONS
28
-O2
29
)