File tree Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -280,6 +280,7 @@ set(TARGET_LIBC_ENTRYPOINTS
280
280
281
281
set(TARGET_LIBM_ENTRYPOINTS
282
282
# math.h entrypoints
283
+ libc.src.math.acos
283
284
libc.src.math.acosf
284
285
libc.src.math.acoshf
285
286
libc.src.math.asin
Original file line number Diff line number Diff line change @@ -2432,14 +2432,6 @@ functions:
2432
2432
return_type : double
2433
2433
arguments :
2434
2434
- type : double
2435
- - name : sincosf
2436
- standards :
2437
- - gnu
2438
- return_type : void
2439
- arguments :
2440
- - type : float
2441
- - type : float *
2442
- - type : float *
2443
2435
- name : sinf
2444
2436
standards :
2445
2437
- stdc
@@ -2453,6 +2445,22 @@ functions:
2453
2445
arguments :
2454
2446
- type : _Float16
2455
2447
guard : LIBC_TYPES_HAS_FLOAT16
2448
+ - name : sincos
2449
+ standards :
2450
+ - gnu
2451
+ return_type : void
2452
+ arguments :
2453
+ - type : double
2454
+ - type : double *
2455
+ - type : double *
2456
+ - name : sincosf
2457
+ standards :
2458
+ - gnu
2459
+ return_type : void
2460
+ arguments :
2461
+ - type : float
2462
+ - type : float *
2463
+ - type : float *
2456
2464
- name : sinhf
2457
2465
standards :
2458
2466
- stdc
You can’t perform that action at this time.
0 commit comments