llvm-capstone/libc/utils
Guillaume Chatelet 2856db0d3b
[libc][NFC] Remove FPBits cast operator (#79142)
The semantics for casting can range from "bitcast" (same representation)
to "different representation", to "type promotion". Here we remove the
cast operator and force usage of `get_val` as the only function to get
the floating point value, making the intent clearer and more consistent.
2024-01-23 17:30:19 +01:00
..
buildbot [libc] Add python3 to libc buildbot depedencies. 2020-12-17 08:59:13 -08:00
gpu [libc] Redo the install targets (#78795) 2024-01-19 15:45:22 -08:00
HdrGen [libc] Fix libc-hdrgen crosscompiling (#78227) 2024-01-16 07:39:06 -06:00
LibcTableGenUtil [reland][libc][cmake] Tidy compiler includes (#66783) (#66878) 2023-09-20 11:21:46 +02:00
mathtools [libc] Fix Off By One Errors In Printf Long Double (#66957) 2023-09-21 11:43:29 -07:00
MPFRWrapper [libc][NFC] Remove FPBits cast operator (#79142) 2024-01-23 17:30:19 +01:00
CMakeLists.txt [libc][NFC] Move RoundingModeUtils to LibcFPTestHelpers. 2023-04-18 18:37:30 +00:00