aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/llvm.zig
diff options
context:
space:
mode:
authorCody Tapscott <topolarity@tapscott.me>2022-10-23 23:17:23 -0700
committerCody Tapscott <topolarity@tapscott.me>2022-10-23 23:18:50 -0700
commit4ecc384f99e5f4c5a320714484866fb48699245f (patch)
tree3b520a0ef4fe06337a76bee353b70e9df51c46ab /src/codegen/llvm.zig
parentc96f85852ed2e1d5b2ecb43770a3c41d7f38f284 (diff)
downloadzig-4ecc384f99e5f4c5a320714484866fb48699245f.tar.gz
zig-4ecc384f99e5f4c5a320714484866fb48699245f.zip
Fix long double on x86_64-windows
The larger alignment on this platform means that long double reports a sizeof 16 bytes, but it's underlying size is really just the 10 bytes of `f80` C doesn't give us a way to see the "underlying" size of a type, so this has to be caught by hand or by monitoring runtime memory. Luckily, x86 and x86-64 are the only platforms that seem to use a non-power-of-two type like this.
Diffstat (limited to 'src/codegen/llvm.zig')
0 files changed, 0 insertions, 0 deletions