Guillaume Chatelet d02471ede5
[libc][NFC] Simplify FPBits (#76835)
This patch reduces the scope of `FPBits` exported variables and
functions.
It also moves storage up into `FPRep` and tries to make the default and
specialized versions of `FPBits` more uniform.

The next step is to move the specialization from `FPBits` to `FPRep` so
we can manipulate floating point representations through `FPType` 
alone - that is - independently from the host architecture.
2024-01-04 16:14:28 +01:00
..
2023-12-12 13:36:11 -08:00
2024-01-04 16:14:28 +01:00
2024-01-04 16:14:28 +01:00

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.