summaryrefslogtreecommitdiff
path: root/src/unix/bsd/apple/b64
Commit message (Collapse)AuthorAgeFilesLines
* remove redunant definition of CLOCK_UPTIME_RAWname1e5s2022-10-181-2/+0
|
* ucontext usage update on macos 64 bits.David CARLIER2022-06-071-0/+1
| | | | closes #2812
* Create optionally-available __int128 typedefs and use them for ARM64 ↵Aria Beingessner2022-03-231-1/+8
| | | | | | | | | | | | | definitions. This adds the following types to fixed_width_ints behind appropriate platform cfgs: * __int128 * __int128_t * __uint128 * __uint128_t and user_fpsimd_struct to arm64 android and linux.
* Fix style issuelyinch2022-02-171-2/+2
|
* Fix linter issuelyinch2022-02-171-1/+0
|
* Add CLOCK_UPTIME_RAW symbol for macos aarch64lyinch2022-02-171-0/+3
|
* malloc_zone darwin build fix.David Carlier2021-10-301-13/+13
| | | | closes #2484
* apple add malloc_zone_t definition for x86_64 only.David Carlier2021-09-262-0/+74
|
* move declarations of mcontext_t and ucontext_tBenedikt Steinbusch2021-01-053-10/+21
|
* add declaration of max_align_t for macOS on aarch64Benedikt Steinbusch2021-01-014-7/+21
|
* provide declaration of boolean_t for macOS on aarch64Benedikt Steinbusch2021-01-013-1/+4
|
* move declaration of __darwin_mcontext64 etc. into align.rsBenedikt Steinbusch2021-01-012-0/+6
|
* use [u64; 2] with manual alignment instead of u128Benedikt Steinbusch2021-01-011-1/+2
|
* provide complete definition of __darwin_mcontext64 on aarch64Benedikt Steinbusch2021-01-013-66/+78
|
* Fix `thread_state64` on `aarch64-apple-darwin`Yuki Okushi2020-12-073-30/+60
|
* Add definition of ucontext_t for macOSAlex Crichton2020-03-201-0/+102
|
* max_align_t does not need Debuggnzlbg2019-09-251-0/+1
|
* use no-extra-traitsgnzlbg2019-09-251-1/+1
|
* Do not use tuple structsgnzlbg2019-09-251-1/+3
|
* Fix max_align_tgnzlbg2019-09-251-3/+4
|
* Implement max_align_tgnzlbg2019-09-202-0/+123