about summary refs log tree commit diff
path: root/library/compiler-builtins
AgeCommit message (Expand)AuthorLines
2024-08-25chore: releasegithub-actions[bot]-1/+1
2024-08-24Fix ABI for `f16` builtins on Intel Apple targetsbeetrees-0/+105
2024-08-24Use `macos-13` in CI for `x86_64-apple-darwin`beetrees-1/+1
2024-08-24Use `macos-latest` in CI for `aarch64-apple-darwin`beetrees-1/+1
2024-08-22Add a `success` job to CITrevor Gross-0/+17
2024-08-22chore: releasegithub-actions[bot]-1/+1
2024-08-22Use array simd in `U64x2`Scott McMurray-3/+3
2024-08-22chore: releasegithub-actions[bot]-1/+1
2024-08-22Fix weak linkage on windows and apple platformsAmjad Alsharafi-6/+6
2024-08-19Apply fixes to `build.rs` filesTrevor Gross-7/+17
2024-08-12Add `configure.rs` to the `include` listKleis Auke Wolthuizen-0/+1
2024-08-12chore: releasegithub-actions[bot]-1/+1
2024-08-12Fix CI for targets that conditionally disable `f16` or `f128` supportKleis Auke Wolthuizen-182/+260
2024-08-11Configure `f16` and `f128` support for WebAssemblyKleis Auke Wolthuizen-2/+5
2024-08-08chore: releasegithub-actions[bot]-1/+1
2024-08-08Activate `force-soft-floats` feature in `build.rs`Guillaume Gomez-1/+2
2024-08-08Update `libm` submoduleGuillaume Gomez-0/+0
2024-08-07Rename `only-soft-floats` feature into `force-soft-floats`Guillaume Gomez-7/+7
2024-08-07chore: releasegithub-actions[bot]-1/+1
2024-08-06Revert "Eliminate the use of `public_test_dep!`"Trevor Gross-752/+759
2024-08-06chore: releasegithub-actions[bot]-1/+1
2024-08-06Add `only-soft-floats` feature to prevent using any intrinsics or arch-specif...Guillaume Gomez-5/+9
2024-08-06Eliminate the use of `public_test_dep!`Trevor Gross-759/+752
2024-08-05Fix emscripten as `os` rather than `env`.Trevor Gross-1/+1
2024-08-04chore: releasegithub-actions[bot]-1/+1
2024-08-03Update float conversion testsTrevor Gross-176/+100
2024-08-03Update to the latest `rustc_apfloat`Trevor Gross-1/+1
2024-08-03Correct `sys_avialable` for `f64` -> `f16` truncationTrevor Gross-1/+1
2024-08-03Update which platforms have no `f16` symbolsTrevor Gross-1/+11
2024-08-03Make use of new `f16` and `f128` config optionsTrevor Gross-16/+25
2024-08-03Configure which platforms get `f16` and `f128` enabled by defaultTrevor Gross-2/+44
2024-08-03Add back remaining config on `arm_aeabi_alias`Trevor Gross-0/+3
2024-08-03Switch to a target structure in build.rsTrevor Gross-40/+78
2024-07-28chore: releasegithub-actions[bot]-1/+1
2024-07-28Set allow_dirty to release-plzTrevor Gross-0/+5
2024-07-26Add `release-plz` for automatic releases.Trevor Gross-0/+35
2024-07-25Implement __ctz*i2 intrinsicsAndrey Turkin-6/+111
2024-07-24Add missing symbols from compiler-rt to the READMETrevor Gross-4/+82
2024-07-24Move IBM extended double to the unneeded sectionTrevor Gross-16/+25
2024-07-24Remove a broken link in READMETrevor Gross-1/+1
2024-07-24Never use C version of clz builtinsAndrey Turkin-11/+0
2024-07-24Implement remaining __clz*i2 intrinsicsAndrey Turkin-67/+123
2024-07-23Fix missing `extern "C"` for unsafe functionsTrevor Gross-30/+3
2024-07-06Implement __bswap[sdt]i2 intrinsicsAndrey Turkin-0/+63
2024-07-06Get rid of a warningAndrey Turkin-3/+2
2024-07-05Remove unnecessary benchmark filesTrevor Gross-1199/+0
2024-07-01Temporarily `use define_rust_probestack;`beetrees-0/+4
2024-07-01Ignore broken nightly/system builtinsbeetrees-5/+18
2024-06-30Fix incorrect rounding with subnormal/zero results of float multiplicationbeetrees-20/+12
2024-06-25Enable `f128 -> f16` tests on LinuxTrevor Gross-5/+2