[all-commits] [llvm/llvm-project] a57978: [llvm] Add serialization to uint32_t for FixedPoin...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue Oct 8 20:44:41 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a579782a775ebc2bfe6203d7178ee524b3559006
https://github.com/llvm/llvm-project/commit/a579782a775ebc2bfe6203d7178ee524b3559006
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2024-10-09 (Wed, 09 Oct 2024)
Changed paths:
M llvm/include/llvm/ADT/APFixedPoint.h
M llvm/lib/Support/APFixedPoint.cpp
M llvm/unittests/ADT/APFixedPointTest.cpp
Log Message:
-----------
[llvm] Add serialization to uint32_t for FixedPointSemantics (#110288)
FixedPointSemantics is exactly 32bits and this static_assert'ed after
its declaration. Add support for converting it to and from a uint32_t.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list