Changeset 0366d09d in mainline for kernel/arch/ia64/include/arch/fpu_context.h
- Timestamp:
- 2023-02-07T16:49:43Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 78acbc72
- Parents:
- 1eaead4
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2022-08-14 14:08:42)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-07 16:49:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/include/arch/fpu_context.h
r1eaead4 r0366d09d 36 36 #define KERN_ia64_FPU_CONTEXT_H_ 37 37 38 #define FPU_CONTEXT_ALIGN 1639 40 38 #include <_bits/int128_t.h> 41 39 … … 43 41 44 42 typedef struct { 45 uint128_t fr[FRS];43 _Alignas(16) uint128_t fr[FRS]; 46 44 } fpu_context_t; 47 45
Note:
See TracChangeset
for help on using the changeset viewer.