Skip to content

Commit 9fea731

Browse files
committed
[libc] Use generic 'atan2' function for the GPU
Summary: I forget to enable this one in the previous patch.
1 parent 31bb759 commit 9fea731

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

libc/src/math/amdgpu/CMakeLists.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -408,18 +408,6 @@ add_entrypoint_object(
408408
VENDOR
409409
)
410410

411-
add_entrypoint_object(
412-
atan2
413-
SRCS
414-
atan2.cpp
415-
HDRS
416-
../atan2.h
417-
COMPILE_OPTIONS
418-
${bitcode_link_flags}
419-
-O2
420-
VENDOR
421-
)
422-
423411
add_entrypoint_object(
424412
atanh
425413
SRCS

libc/src/math/nvptx/CMakeLists.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -349,18 +349,6 @@ add_entrypoint_object(
349349
VENDOR
350350
)
351351

352-
add_entrypoint_object(
353-
atan2
354-
SRCS
355-
atan2.cpp
356-
HDRS
357-
../atan2.h
358-
COMPILE_OPTIONS
359-
${bitcode_link_flags}
360-
-O2
361-
VENDOR
362-
)
363-
364352
add_entrypoint_object(
365353
atanh
366354
SRCS

0 commit comments

Comments
 (0)