diff options
Diffstat (limited to 'bdoc.txt')
-rw-r--r-- | bdoc.txt | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1104,8 +1104,7 @@ Porting Considerations The bitfield operations benchmark is dependent on the size of the long datatype. On most systems, this is 32 bits. However, on some of the newer -RISC chips, a long can be 64 bits long. If your system does use 64-bit -longs, you'll need to #define the symbol LONG64. +RISC chips, a long can be 64 bits long. If you are unsure of the size of a long in your system (some C compiler manuals make it difficult to discover), simply place an ALLSTATS=T line in |