diff options
| author | Trevor Gross <tmgross@umich.edu> | 2024-08-19 15:46:05 -0500 |
|---|---|---|
| committer | Trevor Gross <tmgross@umich.edu> | 2024-09-24 18:32:58 +0200 |
| commit | 764a177497f9cb27d788e5734b775053187607ac (patch) | |
| tree | 51653e287b13176e134f7ac553f560a6b606078d /library/compiler-builtins/build.rs | |
| parent | 4f8afbabdc26f140e2800056440ed14876976b80 (diff) | |
| download | rust-764a177497f9cb27d788e5734b775053187607ac.tar.gz rust-764a177497f9cb27d788e5734b775053187607ac.zip | |
Add `f128` division
Use the new generic division algorithm to expose `__divtf3` and `__divkf3`.
Diffstat (limited to 'library/compiler-builtins/build.rs')
| -rw-r--r-- | library/compiler-builtins/build.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/compiler-builtins/build.rs b/library/compiler-builtins/build.rs index 5ccff76e7c5..3b2805f8328 100644 --- a/library/compiler-builtins/build.rs +++ b/library/compiler-builtins/build.rs @@ -526,7 +526,6 @@ mod c { ("__floatsitf", "floatsitf.c"), ("__floatunditf", "floatunditf.c"), ("__floatunsitf", "floatunsitf.c"), - ("__divtf3", "divtf3.c"), ("__powitf2", "powitf2.c"), ("__fe_getround", "fp_mode.c"), ("__fe_raise_inexact", "fp_mode.c"), |
