| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Moved all packages in core, base, vendor, tests and examples to use new #+ fi... | Karl Zylinski | 2024-09-14 | 1 | -1/+1 |
| * | Correct `core:intrinsics` to `base:intrinsics` | gingerBill | 2024-05-13 | 1 | -1/+1 |
| * | core/simd/x86: Use the `none` calling convention for intrinsics | Yawning Angel | 2024-01-07 | 1 | -1/+1 |
| * | Fix the other bit_* intrinsic calls | jakubtomsu | 2023-10-22 | 1 | -3/+3 |
| * | change and_not to bit_and_not | jakubtomsu | 2023-10-22 | 1 | -1/+1 |
| * | Add `@(require_results)` to all appropriate procedures | gingerBill | 2022-05-30 | 1 | -88/+88 |
| * | `@(require_target_feature=<string>)` `@(enable_target_feature=<string>)` | gingerBill | 2022-05-30 | 1 | -0/+102 |
| * | Use single line attributes | gingerBill | 2022-05-29 | 1 | -2/+1 |
| * | Add amd64 specific instructions | gingerBill | 2022-05-29 | 1 | -0/+21 |
| * | Rename to `non_temporaral_*` | gingerBill | 2022-05-27 | 1 | -1/+1 |
| * | Add shifts | gingerBill | 2022-05-27 | 1 | -14/+6 |
| * | Add `_mm_stream_ps` | gingerBill | 2022-05-27 | 1 | -0/+4 |
| * | Change package name | gingerBill | 2022-05-27 | 1 | -2/+2 |
| * | Add `core:simd/x86` SSE | gingerBill | 2022-05-27 | 1 | -0/+500 |