summary refs log tree commit diff stats
path: root/lib/std/sysatomics.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-11-26 14:48:11 +0800
committerGitHub <noreply@github.com>2022-11-26 07:48:11 +0100
commitb57a9637e8aab931b741c9dfe4602a0168a2e655 (patch)
tree4b6cf6e5fe852ebf2a485c84adabd46d95e69222 /lib/std/sysatomics.nim
parent2709898a5eeb97ca4692296b25932aeb15456c0d (diff)
downloadNim-b57a9637e8aab931b741c9dfe4602a0168a2e655.tar.gz
fixes #20914; fixes the alignment of big sets (#20918)
* fixes #20914; fixes the align of bug sets

* add a test for alignof
Diffstat (limited to 'lib/std/sysatomics.nim')
0 files changed, 0 insertions, 0 deletions
110'>110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182