Add MASM support for 80-bit reals in the x87 extended precision format.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
24,470 ms | linux > LLVM.Bindings/Go::go.test |
Paths
| Differential D87402
[ms] [llvm-ml] Add REAL10 support (x87 extended precision) ClosedPublic Authored by epastor on Sep 9 2020, 11:09 AM.
Details Summary Add MASM support for 80-bit reals in the x87 extended precision format.
Diff Detail
Unit TestsFailed
Event Timelineepastor added a parent revision: D87401: [ms] [llvm-ml] Add MASM hex float support.Sep 9 2020, 3:29 PM This revision is now accepted and ready to land.Sep 14 2020, 10:24 AM Closed by commit rGfdd23a35422c: [ms] [llvm-ml] Add REAL10 support (x87 extended precision) (authored by epastor). · Explain WhySep 29 2020, 1:59 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 294413 llvm/include/llvm/MC/MCStreamer.h
llvm/lib/MC/MCParser/MasmParser.cpp
llvm/lib/MC/MCStreamer.cpp
llvm/test/tools/llvm-ml/builtin_types.test
llvm/test/tools/llvm-ml/type_operators.test
|