We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fb9d5 commit 7e4e9f4Copy full SHA for 7e4e9f4
llvm/include/llvm/MC/LaneBitmask.h
@@ -40,7 +40,7 @@ namespace llvm {
40
// When changing the underlying type, change the format string as well.
41
using Type = uint64_t;
42
enum : unsigned { BitWidth = 8*sizeof(Type) };
43
- constexpr static const char *const FormatStr = "%016lX";
+ constexpr static const char *const FormatStr = "%016llX";
44
45
constexpr LaneBitmask() = default;
46
explicit constexpr LaneBitmask(Type V) : Mask(V) {}
0 commit comments