We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bb759 commit 9fea731Copy full SHA for 9fea731
libc/src/math/amdgpu/CMakeLists.txt
@@ -408,18 +408,6 @@ add_entrypoint_object(
408
VENDOR
409
)
410
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
-
423
add_entrypoint_object(
424
atanh
425
SRCS
libc/src/math/nvptx/CMakeLists.txt
@@ -349,18 +349,6 @@ add_entrypoint_object(
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
0 commit comments