File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
//! Port of LLVM's APFloat software floating-point implementation from the
2
2
//! following C++ sources (please update commit hash when backporting):
3
- //! https://github.com/llvm-mirror /llvm/tree/23efab2bbd424ed13495a420ad8641cb2c6c28f9
4
- //! * `include/llvm/ADT/APFloat.h` -> `Float` and `FloatConvert` traits
5
- //! * `lib/Support/APFloat.cpp` -> `ieee` and `ppc` modules
6
- //! * `unittests/ADT/APFloatTest.cpp` -> `tests` directory
3
+ //! https://github.com/llvm/llvm-project/commit/f3598e8fca83ccfb11f58ec7957c229e349765e3
4
+ //! * `llvm/ include/llvm/ADT/APFloat.h` -> `Float` and `FloatConvert` traits
5
+ //! * `llvm/ lib/Support/APFloat.cpp` -> `ieee` and `ppc` modules
6
+ //! * `llvm/ unittests/ADT/APFloatTest.cpp` -> `tests` directory
7
7
//!
8
8
//! The port contains no unsafe code, global state, or side-effects in general,
9
9
//! and the only allocations are in the conversion to/from decimal strings.
You can’t perform that action at this time.
0 commit comments