You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Framework/AzCore/Platform
Chris Burel 36487c1588 Fix alignment of `CONTEXT` variable
The previous code had the `alignas()` in the wrong place, it needs to be
left of the typename.

Furthermore, `CONTEXT` has a default alignment of 16, so using `alignas(8)`
underaligns.

Signed-off-by: Chris Burel <burelc@amazon.com>
4 years ago
..
Android Update default AZStd thread priority on Apple platforms to avoid being prevented from using 100% of a core (#7295) 4 years ago
Common Update default AZStd thread priority on Apple platforms to avoid being prevented from using 100% of a core (#7295) 4 years ago
Linux Update default AZStd thread priority on Apple platforms to avoid being prevented from using 100% of a core (#7295) 4 years ago
Mac [development] Android trace support (#7021) 4 years ago
Windows Fix alignment of `CONTEXT` variable 4 years ago
iOS [development] Android trace support (#7021) 4 years ago