boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

deletes.txt (3531B)


      1 src/complex
      2 src/complex/__cexp.c
      3 src/complex/__cexpf.c
      4 src/complex/cabs.c
      5 src/complex/cabsf.c
      6 src/complex/cabsl.c
      7 src/complex/cacos.c
      8 src/complex/cacosf.c
      9 src/complex/cacosh.c
     10 src/complex/cacoshf.c
     11 src/complex/cacoshl.c
     12 src/complex/cacosl.c
     13 src/complex/carg.c
     14 src/complex/cargf.c
     15 src/complex/cargl.c
     16 src/complex/casin.c
     17 src/complex/casinf.c
     18 src/complex/casinh.c
     19 src/complex/casinhf.c
     20 src/complex/casinhl.c
     21 src/complex/casinl.c
     22 src/complex/catan.c
     23 src/complex/catanf.c
     24 src/complex/catanh.c
     25 src/complex/catanhf.c
     26 src/complex/catanhl.c
     27 src/complex/catanl.c
     28 src/complex/ccos.c
     29 src/complex/ccosf.c
     30 src/complex/ccosh.c
     31 src/complex/ccoshf.c
     32 src/complex/ccoshl.c
     33 src/complex/ccosl.c
     34 src/complex/cexp.c
     35 src/complex/cexpf.c
     36 src/complex/cexpl.c
     37 src/complex/cimag.c
     38 src/complex/cimagf.c
     39 src/complex/cimagl.c
     40 src/complex/clog.c
     41 src/complex/clogf.c
     42 src/complex/clogl.c
     43 src/complex/conj.c
     44 src/complex/conjf.c
     45 src/complex/conjl.c
     46 src/complex/cpow.c
     47 src/complex/cpowf.c
     48 src/complex/cpowl.c
     49 src/complex/cproj.c
     50 src/complex/cprojf.c
     51 src/complex/cprojl.c
     52 src/complex/creal.c
     53 src/complex/crealf.c
     54 src/complex/creall.c
     55 src/complex/csin.c
     56 src/complex/csinf.c
     57 src/complex/csinh.c
     58 src/complex/csinhf.c
     59 src/complex/csinhl.c
     60 src/complex/csinl.c
     61 src/complex/csqrt.c
     62 src/complex/csqrtf.c
     63 src/complex/csqrtl.c
     64 src/complex/ctan.c
     65 src/complex/ctanf.c
     66 src/complex/ctanh.c
     67 src/complex/ctanhf.c
     68 src/complex/ctanhl.c
     69 src/complex/ctanl.c
     70 src/fenv/aarch64/fenv.s
     71 src/fenv/riscv64/fenv-sf.c
     72 src/fenv/riscv64/fenv.S
     73 src/fenv/x86_64/fenv.s
     74 src/math/aarch64/ceil.c
     75 src/math/aarch64/ceilf.c
     76 src/math/aarch64/fabs.c
     77 src/math/aarch64/fabsf.c
     78 src/math/aarch64/floor.c
     79 src/math/aarch64/floorf.c
     80 src/math/aarch64/fma.c
     81 src/math/aarch64/fmaf.c
     82 src/math/aarch64/fmax.c
     83 src/math/aarch64/fmaxf.c
     84 src/math/aarch64/fmin.c
     85 src/math/aarch64/fminf.c
     86 src/math/aarch64/llrint.c
     87 src/math/aarch64/llrintf.c
     88 src/math/aarch64/llround.c
     89 src/math/aarch64/llroundf.c
     90 src/math/aarch64/lrint.c
     91 src/math/aarch64/lrintf.c
     92 src/math/aarch64/lround.c
     93 src/math/aarch64/lroundf.c
     94 src/math/aarch64/nearbyint.c
     95 src/math/aarch64/nearbyintf.c
     96 src/math/aarch64/rint.c
     97 src/math/aarch64/rintf.c
     98 src/math/aarch64/round.c
     99 src/math/aarch64/roundf.c
    100 src/math/aarch64/sqrt.c
    101 src/math/aarch64/sqrtf.c
    102 src/math/aarch64/trunc.c
    103 src/math/aarch64/truncf.c
    104 src/math/riscv64/copysign.c
    105 src/math/riscv64/copysignf.c
    106 src/math/riscv64/fabs.c
    107 src/math/riscv64/fabsf.c
    108 src/math/riscv64/fma.c
    109 src/math/riscv64/fmaf.c
    110 src/math/riscv64/fmax.c
    111 src/math/riscv64/fmaxf.c
    112 src/math/riscv64/fmin.c
    113 src/math/riscv64/fminf.c
    114 src/math/riscv64/sqrt.c
    115 src/math/riscv64/sqrtf.c
    116 src/math/x86_64/expl.s
    117 src/math/x86_64/fabs.c
    118 src/math/x86_64/fabsf.c
    119 src/math/x86_64/fabsl.c
    120 src/math/x86_64/fma.c
    121 src/math/x86_64/fmaf.c
    122 src/math/x86_64/fmodl.c
    123 src/math/x86_64/llrint.c
    124 src/math/x86_64/llrintf.c
    125 src/math/x86_64/llrintl.c
    126 src/math/x86_64/lrint.c
    127 src/math/x86_64/lrintf.c
    128 src/math/x86_64/lrintl.c
    129 src/math/x86_64/remainderl.c
    130 src/math/x86_64/remquol.c
    131 src/math/x86_64/rintl.c
    132 src/math/x86_64/sqrt.c
    133 src/math/x86_64/sqrtf.c
    134 src/math/x86_64/sqrtl.c
    135 src/process/riscv64/vfork.s
    136 src/setjmp/aarch64/longjmp.s
    137 src/setjmp/aarch64/setjmp.s
    138 src/setjmp/riscv64/longjmp.S
    139 src/setjmp/riscv64/setjmp.S
    140 src/signal/aarch64/sigsetjmp.s
    141 src/signal/riscv64/restore.s
    142 src/signal/riscv64/sigsetjmp.s
    143 src/signal/x86_64/sigsetjmp.s
    144 src/string/aarch64/memcpy.S
    145 src/string/aarch64/memset.S
    146 src/thread/aarch64/__unmapself.s
    147 src/thread/aarch64/clone.s
    148 src/thread/aarch64/syscall_cp.s
    149 src/thread/riscv64/__unmapself.s
    150 src/thread/riscv64/clone.s
    151 src/thread/riscv64/syscall_cp.s