LLVM supports integers types of arbitrary size (e.g. i12345). Can I somehow utilize that from C/C++ when using Clang? No uint12345_t afaict.
-
-
Replying to @oe1cxw
LLVM "supports" integer types of arbitrary size, NPOT ones tend to have surprising, inefficient behavior, and really large ones tend...
1 reply 0 retweets 2 likes -
Replying to @whitequark @oe1cxw
to outright crash less-popular backends that said, I think bitfields can be used to that effect. didn't @spun_off show 33-bit ints?
2 replies 0 retweets 2 likes
Replying to @whitequark
According to C std. bitfields are limited in size by the underlying int type used. "uint64_t x : 33" is ok, "uint32_t x : 33" is not.
8:40 AM - 8 May 2017
0 replies
0 retweets
1 like
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.