[MCOL-4509] Get rid __float128 Created: 2021-01-21 Updated: 2023-07-01 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | Task | Priority: | Major |
| Reporter: | Roman | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Epic Link: | ColumnStore Compatibility Improvements | ||||||||
| Description |
|
__float128 is used in the code to conduct different scale wide-DECIMAL values math.
|
| Comments |
| Comment by Roman [ 2021-01-21 ] |
|
There is another interesting way to solve the compilation issue at AArch64, namely port AArch64 aware __float128 and parts of libquadmath from Kunpeng gcc. Here its src presumably. |