Skip to content

Commit 8a07167

Browse files
Revert "[libc][math][c23] Add remaining linux/* entrypoints for {,u}fromfp{,x}* (#86692)"
This reverts commit cd17082 because the newly added tests fail on 32b ARM. Link: #86692 Link: https://lab.llvm.org/buildbot/#/builders/229/builds/24458
1 parent fa90a0a commit 8a07167

File tree

4 files changed

+16
-60
lines changed

4 files changed

+16
-60
lines changed

libc/config/linux/aarch64/entrypoints.txt

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -396,12 +396,6 @@ set(TARGET_LIBM_ENTRYPOINTS
396396
libc.src.math.frexp
397397
libc.src.math.frexpf
398398
libc.src.math.frexpl
399-
libc.src.math.fromfp
400-
libc.src.math.fromfpf
401-
libc.src.math.fromfpl
402-
libc.src.math.fromfpx
403-
libc.src.math.fromfpxf
404-
libc.src.math.fromfpxl
405399
libc.src.math.hypot
406400
libc.src.math.hypotf
407401
libc.src.math.ilogb
@@ -484,12 +478,6 @@ set(TARGET_LIBM_ENTRYPOINTS
484478
libc.src.math.trunc
485479
libc.src.math.truncf
486480
libc.src.math.truncl
487-
libc.src.math.ufromfp
488-
libc.src.math.ufromfpf
489-
libc.src.math.ufromfpl
490-
libc.src.math.ufromfpx
491-
libc.src.math.ufromfpxf
492-
libc.src.math.ufromfpxl
493481
)
494482

495483
if(LIBC_TYPES_HAS_FLOAT128)
@@ -512,8 +500,6 @@ if(LIBC_TYPES_HAS_FLOAT128)
512500
libc.src.math.fminimum_mag_numf128
513501
libc.src.math.fmodf128
514502
libc.src.math.frexpf128
515-
libc.src.math.fromfpf128
516-
libc.src.math.fromfpxf128
517503
libc.src.math.ilogbf128
518504
libc.src.math.ldexpf128
519505
libc.src.math.llogbf128
@@ -531,8 +517,6 @@ if(LIBC_TYPES_HAS_FLOAT128)
531517
libc.src.math.roundf128
532518
libc.src.math.sqrtf128
533519
libc.src.math.truncf128
534-
libc.src.math.ufromfpf128
535-
libc.src.math.ufromfpxf128
536520
)
537521
endif()
538522

libc/config/linux/arm/entrypoints.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -263,12 +263,6 @@ set(TARGET_LIBM_ENTRYPOINTS
263263
libc.src.math.frexp
264264
libc.src.math.frexpf
265265
libc.src.math.frexpl
266-
libc.src.math.fromfp
267-
libc.src.math.fromfpf
268-
libc.src.math.fromfpl
269-
libc.src.math.fromfpx
270-
libc.src.math.fromfpxf
271-
libc.src.math.fromfpxl
272266
libc.src.math.hypot
273267
libc.src.math.hypotf
274268
libc.src.math.ilogb
@@ -351,12 +345,6 @@ set(TARGET_LIBM_ENTRYPOINTS
351345
libc.src.math.trunc
352346
libc.src.math.truncf
353347
libc.src.math.truncl
354-
libc.src.math.ufromfp
355-
libc.src.math.ufromfpf
356-
libc.src.math.ufromfpl
357-
libc.src.math.ufromfpx
358-
libc.src.math.ufromfpxf
359-
libc.src.math.ufromfpxl
360348
)
361349

362350
set(TARGET_LLVMLIBC_ENTRYPOINTS

libc/config/linux/riscv/entrypoints.txt

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -404,12 +404,6 @@ set(TARGET_LIBM_ENTRYPOINTS
404404
libc.src.math.frexp
405405
libc.src.math.frexpf
406406
libc.src.math.frexpl
407-
libc.src.math.fromfp
408-
libc.src.math.fromfpf
409-
libc.src.math.fromfpl
410-
libc.src.math.fromfpx
411-
libc.src.math.fromfpxf
412-
libc.src.math.fromfpxl
413407
libc.src.math.hypot
414408
libc.src.math.hypotf
415409
libc.src.math.ilogb
@@ -492,12 +486,6 @@ set(TARGET_LIBM_ENTRYPOINTS
492486
libc.src.math.trunc
493487
libc.src.math.truncf
494488
libc.src.math.truncl
495-
libc.src.math.ufromfp
496-
libc.src.math.ufromfpf
497-
libc.src.math.ufromfpl
498-
libc.src.math.ufromfpx
499-
libc.src.math.ufromfpxf
500-
libc.src.math.ufromfpxl
501489
)
502490

503491
if(LIBC_TYPES_HAS_FLOAT128)
@@ -520,8 +508,6 @@ if(LIBC_TYPES_HAS_FLOAT128)
520508
libc.src.math.fminimum_mag_numf128
521509
libc.src.math.fmodf128
522510
libc.src.math.frexpf128
523-
libc.src.math.fromfpf128
524-
libc.src.math.fromfpxf128
525511
libc.src.math.ilogbf128
526512
libc.src.math.ldexpf128
527513
libc.src.math.llogbf128
@@ -539,8 +525,6 @@ if(LIBC_TYPES_HAS_FLOAT128)
539525
libc.src.math.roundf128
540526
libc.src.math.sqrtf128
541527
libc.src.math.truncf128
542-
libc.src.math.ufromfpf128
543-
libc.src.math.ufromfpxf128
544528
)
545529
endif()
546530

libc/docs/math/index.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -190,21 +190,21 @@ Basic Operations
190190
+------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
191191
| frexpf128 | |check| | |check| | | |check| | | | | | | | | |
192192
+------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
193-
| fromfp | |check| | |check| | |check| | |check| | | | | | | | | |
193+
| fromfp | |check| | | | | | | | | | | | |
194194
+------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
195-
| fromfpf | |check| | |check| | |check| | |check| | | | | | | | | |
195+
| fromfpf | |check| | | | | | | | | | | | |
196196
+------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
197-
| fromfpl | |check| | |check| | |check| | |check| | | | | | | | | |
197+
| fromfpl | |check| | | | | | | | | | | | |
198198
+------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
199-
| fromfpf128 | |check| | |check| | | |check| | | | | | | | | |
199+
| fromfpf128 | |check| | | | | | | | | | | | |
200200
+------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
201-
| fromfpx | |check| | |check| | |check| | |check| | | | | | | | | |
201+
| fromfpx | |check| | | | | | | | | | | | |
202202
+------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
203-
| fromfpxf | |check| | |check| | |check| | |check| | | | | | | | | |
203+
| fromfpxf | |check| | | | | | | | | | | | |
204204
+------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
205-
| fromfpxl | |check| | |check| | |check| | |check| | | | | | | | | |
205+
| fromfpxl | |check| | | | | | | | | | | | |
206206
+------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
207-
| fromfpxf128 | |check| | |check| | | |check| | | | | | | | | |
207+
| fromfpxf128 | |check| | | | | | | | | | | | |
208208
+------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
209209
| ilogb | |check| | |check| | |check| | |check| | |check| | | | |check| | |check| | |check| | | |
210210
+------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
@@ -364,21 +364,21 @@ Basic Operations
364364
+------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
365365
| truncf128 | |check| | |check| | | |check| | | | | | | | | |
366366
+------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
367-
| ufromfp | |check| | |check| | |check| | |check| | | | | | | | | |
367+
| ufromfp | |check| | | | | | | | | | | | |
368368
+------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
369-
| ufromfpf | |check| | |check| | |check| | |check| | | | | | | | | |
369+
| ufromfpf | |check| | | | | | | | | | | | |
370370
+------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
371-
| ufromfpl | |check| | |check| | |check| | |check| | | | | | | | | |
371+
| ufromfpl | |check| | | | | | | | | | | | |
372372
+------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
373-
| ufromfpf128 | |check| | |check| | | |check| | | | | | | | | |
373+
| ufromfpf128 | |check| | | | | | | | | | | | |
374374
+------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
375-
| ufromfpx | |check| | |check| | |check| | |check| | | | | | | | | |
375+
| ufromfpx | |check| | | | | | | | | | | | |
376376
+------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
377-
| ufromfpxf | |check| | |check| | |check| | |check| | | | | | | | | |
377+
| ufromfpxf | |check| | | | | | | | | | | | |
378378
+------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
379-
| ufromfpxl | |check| | |check| | |check| | |check| | | | | | | | | |
379+
| ufromfpxl | |check| | | | | | | | | | | | |
380380
+------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
381-
| ufromfpxf128 | |check| | |check| | | |check| | | | | | | | | |
381+
| ufromfpxf128 | |check| | | | | | | | | | | | |
382382
+------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
383383

384384

0 commit comments

Comments
 (0)