Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove redunant definition of CLOCK_UPTIME_RAW | name1e5s | 2022-10-18 | 1 | -2/+0 |
| | |||||
* | ucontext usage update on macos 64 bits. | David CARLIER | 2022-06-07 | 1 | -0/+1 |
| | | | | closes #2812 | ||||
* | Create optionally-available __int128 typedefs and use them for ARM64 ↵ | Aria Beingessner | 2022-03-23 | 1 | -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 issue | lyinch | 2022-02-17 | 1 | -2/+2 |
| | |||||
* | Fix linter issue | lyinch | 2022-02-17 | 1 | -1/+0 |
| | |||||
* | Add CLOCK_UPTIME_RAW symbol for macos aarch64 | lyinch | 2022-02-17 | 1 | -0/+3 |
| | |||||
* | malloc_zone darwin build fix. | David Carlier | 2021-10-30 | 1 | -13/+13 |
| | | | | closes #2484 | ||||
* | apple add malloc_zone_t definition for x86_64 only. | David Carlier | 2021-09-26 | 2 | -0/+74 |
| | |||||
* | move declarations of mcontext_t and ucontext_t | Benedikt Steinbusch | 2021-01-05 | 3 | -10/+21 |
| | |||||
* | add declaration of max_align_t for macOS on aarch64 | Benedikt Steinbusch | 2021-01-01 | 4 | -7/+21 |
| | |||||
* | provide declaration of boolean_t for macOS on aarch64 | Benedikt Steinbusch | 2021-01-01 | 3 | -1/+4 |
| | |||||
* | move declaration of __darwin_mcontext64 etc. into align.rs | Benedikt Steinbusch | 2021-01-01 | 2 | -0/+6 |
| | |||||
* | use [u64; 2] with manual alignment instead of u128 | Benedikt Steinbusch | 2021-01-01 | 1 | -1/+2 |
| | |||||
* | provide complete definition of __darwin_mcontext64 on aarch64 | Benedikt Steinbusch | 2021-01-01 | 3 | -66/+78 |
| | |||||
* | Fix `thread_state64` on `aarch64-apple-darwin` | Yuki Okushi | 2020-12-07 | 3 | -30/+60 |
| | |||||
* | Add definition of ucontext_t for macOS | Alex Crichton | 2020-03-20 | 1 | -0/+102 |
| | |||||
* | max_align_t does not need Debug | gnzlbg | 2019-09-25 | 1 | -0/+1 |
| | |||||
* | use no-extra-traits | gnzlbg | 2019-09-25 | 1 | -1/+1 |
| | |||||
* | Do not use tuple structs | gnzlbg | 2019-09-25 | 1 | -1/+3 |
| | |||||
* | Fix max_align_t | gnzlbg | 2019-09-25 | 1 | -3/+4 |
| | |||||
* | Implement max_align_t | gnzlbg | 2019-09-20 | 2 | -0/+123 |