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 8f9a86f commit 763f2c3Copy full SHA for 763f2c3
roottest/root/tree/index/runindex64.C
@@ -12,7 +12,7 @@ const char* fname = "index64.root";
12
// static constexpr bool shortlongdouble = sizeof(long double) < 16; // was true for __APPLE__ and __arm64__
13
// const Long64_t bigval = shortlongdouble ? 0x0FFFFFFFFFFFF : 0x0FFFFFFFFFFFFFFF; // still positive number
14
// const ULong64_t biguval = shortlongdouble ? 0xFFFFFFFFFFFF0 : 0xFFFFFFFFFFFFFFF0; // "negative" number
15
-const Long64_t bigval = 0xFFFFFFFFFFFF;
+const Long64_t bigval = 0xFFFFFFFFFFFF0;
16
// const ULong64_t biguval = bigval;
17
18
int runindex64(){
0 commit comments