- 5a7342f s390x: add feature detection for the z17 target features by Folkert de Vries · 3 weeks ago master
- b2c34f9 the `generic_arg_infer` feature is now stable on nightly by Folkert de Vries · 14 days ago
- 99a1172 Test by satiscugcat · 3 weeks ago
- f469c29 Ran cargo fmt, removed unexpected character by satiscugcat · 3 weeks ago
- 6171410 Moved const fn outside unsafe block by satiscugcat · 3 weeks ago
- 3d6e9bb Changed implementation of _mm{256,512}_alignr_epi8 to match that of _mm_alignr_epi8 in ssse3.rs, also removed the import of the unreachable unchecked hint as it was no longer necessary by satiscugcat · 3 weeks ago
- 377be01 Changed implementation of bsrli in avx512.rs to match that of bslli, fixing a bug in the process. by satiscugcat · 4 weeks ago
- 353a478 Changed the implementation of bsrli to match bslli in avx2 intrinsics by satiscugcat · 4 weeks ago
- 98a4d55 Fixing mistake in previous commit by Aniket Mishra · 4 weeks ago
- e122c8d Removal of redundant mod operation in _mm256_alignr_epi8 by Aniket Mishra · 4 weeks ago
- 6fe3e50 Fix in erroneous implementation of _mm256_bsrli_epi128 by Aniket Mishra · 4 weeks ago
- 2ed099e Add triagebot config for subtree syncs by Jakub Beránek · 2 weeks ago
- 1b4d15d Add lockfile by Jakub Beránek · 3 weeks ago
- ac8ea5c Fixes to compile with latest Rust nightly by Amanieu d'Antras · 3 weeks ago
- 2ab87e8 Darwin AArch64 detection update by Laine Taffin Altman · 3 weeks ago
- a3df9a1 Remove `compiler-builtins` from `rustc-dep-of-std` dependencies by Trevor Gross · 4 weeks ago
- 4fdf457 add s390x z17 target features by Folkert de Vries · 4 weeks ago
- 5c1c436 Stabilize AVX512 intrinsics by Amanieu d'Antras · 4 weeks ago
- 86c8496 Fix incorrect intrinsic name in WASM by sayantn · 4 weeks ago
- bf00701 Fix incorrect intrinsic name in X86 by sayantn · 4 weeks ago
- c76591d Remove uses of deprecated type-specific pointers from ARM by sayantn · 4 weeks ago
- f41f0fa Use correct LLVM intrinsic for `vmull` and `vaddv` by sayantn · 4 weeks ago
- 8555be5 Use rust intrinsics for more ARM intrinsics by sayantn · 4 weeks ago
- 5a27ac6 Mark Neon f16 vectors as unstable by Adam Gemmell · 5 weeks ago
- b23ee82 Revert vbsl[q]_f16 to unstable by Adam Gemmell · 5 weeks ago
- fe1236a RISC-V: Linux 6.15 `riscv_hwprobe` support by Tsukasa OI · 5 weeks ago
- e5fa4b0 use `simd_bitreverse` on `aarch64` by Folkert de Vries · 5 weeks ago
- 2601c6f intrinsic-test: Reverse `has_constraints()` condition by Tsukasa OI · 5 weeks ago
- bc14040 intrinsic-test: Use `c_prefix` to generate type names by Tsukasa OI · 5 weeks ago
- 6ffe6c9 Stabilize `sha512`, `sm3` and `sm4` intrinsics and runtime detection by sayantn · 8 weeks ago
- 5672fcd Stabilize keylocker intrinsics and runtime detection by sayantn · 8 weeks ago
- 968efab intrinsic-test: Modernization of the coding style by Tsukasa OI · 5 weeks ago
- 86351a2 stdarch_examples: Modernization of the coding style by Tsukasa OI · 5 weeks ago
- d5b6aab stdarch-verify: Modernization of the coding style by Tsukasa OI · 5 weeks ago
- e647260 stdarch-test: Modernization of the coding style by Tsukasa OI · 5 weeks ago
- 278ecc1 stdarch-gen-loongarch: Modernization of the coding style by Tsukasa OI · 5 weeks ago
- 5d37c52 stdarch-gen-arm: Modernization of the coding style by Tsukasa OI · 5 weeks ago
- e2f8dca RISC-V: Linux: Imply Zicntr from the IMA base behavior by Tsukasa OI · 5 weeks ago
- f32b66c Add back `std_detect_env_override` by sayantn · 6 weeks ago
- 52d00be Upgrade more intrinsics to the new version by sayantn · 5 weeks ago
- 1b201ce Use the new definition of `rdtscp` intrinsic by sayantn · 5 weeks ago
- 0035d22 Fix s390x intrinsics by sayantn · 5 weeks ago
- e7887aa Fix PPC shift and rotate intrinsics by sayantn · 5 weeks ago
- 807c968 Fix `ldpte` and `lddir` signature by sayantn · 5 weeks ago
- d93948e mark gfni, vaes, vpclmulqdq intrinsics as safe by usamoi · 5 weeks ago
- 9a7fb80 cmpxchg16b: use atomic_compare_exchange from libcore by Ralf Jung · 5 weeks ago
- b9d3dd5 Check cfg on features that stage0 compiler support by Tsukasa OI · 7 weeks ago
- e0e82ca fix: code cleanup and renaming by Madhav Madhusoodanan · 5 weeks ago
- f1b4075 fix: moved common code (that required no architecture-specific by Madhav Madhusoodanan · 5 weeks ago
- 9eb5e44 fix: moved f16 formatting code to common module by Madhav Madhusoodanan · 6 weeks ago
- ad654af Fix: removed BaseIntrinsicTypeDefinition + code cleanup by Madhav Madhusoodanan · 6 weeks ago
- 2097bef feat: merging changes related to f16 formatting by Madhav Madhusoodanan · 6 weeks ago
- 0dd9cd4 moved more code generation functionality to `common` by Madhav Madhusoodanan · 8 weeks ago
- 37e76b6 fix: aarch64_be issues wthin compilation by Madhav Madhusoodanan · 9 weeks ago
- cbc700d feat: made constraint common by Madhav Madhusoodanan · 9 weeks ago
- ba0eef6 chore: file renaming by Madhav Madhusoodanan · 2 months ago
- af97ccb code cleanup by Madhav Madhusoodanan · 2 months ago
- 51fa7b9 Added dynamic dispatch for easier management of `<arch>ArchitectureTest` structs by Madhav Madhusoodanan · 2 months ago
- 5c80b3f moved the C compilation commands into a struct for easier handling by Madhav Madhusoodanan · 3 months ago
- 7307232 Removed aarch64-be specific execution command for rust test files by Madhav Madhusoodanan · 3 months ago
- 84c2658 renamed `a64_only` data member in `Intrinsic` to `arch_tags` by Madhav Madhusoodanan · 3 months ago
- 48679d4 Added a macro to simplify <Arch>IntrinsicType definitions by Madhav Madhusoodanan · 3 months ago
- cc06054 introduced generic types and code refactor by Madhav Madhusoodanan · 3 months ago
- a06409d Updated `Argument::from_c` to remove `ArgPrep` specific argument by Madhav Madhusoodanan · 3 months ago
- e47c0bf added target field within `IntrinsicType` to perform target level checking cleanly by Madhav Madhusoodanan · 3 months ago
- 74ee0d5 test commit to check if `load_Values_c` can be dissociated from target logic by Madhav Madhusoodanan · 3 months ago
- 324c7d8 rename struct for naming consistency by Madhav Madhusoodanan · 3 months ago
- 400f5dc maintaining special list of targets which need different execution command by Madhav Madhusoodanan · 3 months ago
- be27a78 fixed `too many files open` issue by Madhav Madhusoodanan · 3 months ago
- 425848c chore: added match block in `src/main.rs` by Madhav Madhusoodanan · 3 months ago
- a923385 chore: code consolidation by Madhav Madhusoodanan · 3 months ago
- da6045c chore: separated common logic within file creations, compile_c, compile_rust and compare_outputs by Madhav Madhusoodanan · 3 months ago
- 495fb89 chore: Added `ProcessedCli` to extract the logic to pre-process CLI struct args by Madhav Madhusoodanan · 3 months ago
- 14503e6 Chore: Added `SupportedArchitectureTest` trait which must be implemented for different architectures. by Madhav Madhusoodanan · 3 months ago
- 223aa8f Feat: Moved majority of the code to `arm` module. by Madhav Madhusoodanan · 3 months ago
- 8798895 std_detect: RISC-V platform guide documentation (non-table part) by Tsukasa OI · 9 weeks ago
- b6e2249 allow aarch64_softfloat_neon for backwards compatibility by Ralf Jung · 6 weeks ago
- 9eb15e2 use a tuple to return the condition code by Folkert de Vries · 6 weeks ago
- ffa1235 in `intrinsic-test`, format f16 like C by Folkert de Vries · 6 weeks ago
- 998a0ac use the right load instruction by Folkert de Vries · 6 weeks ago
- ffef966 `avx512_target_feature` is now stable on nightly by Folkert de Vries · 6 weeks ago
- 1dfaa4d Correct rustc version for the stabilization of runtime detection of VEX variants of avx512 by sayantn · 7 weeks ago
- abe559d Stabilize runtime detection of VEX variants of avx512 by sayantn · 3 months ago
- 7230afc Partially stabilize LoongArch target features by WANG Rui · 6 months ago
- 1a046f6 Run `aarch64-pc-windows-msvc` runs on the new `windows-11-arm` runners by sayantn · 8 weeks ago
- 18b025e Edit `macro_trailing_commas` to enable tests in all architectures by sayantn · 8 weeks ago
- bc76035 Fix segfault in cirrus CI by sayantn · 2 months ago
- 0324d2a Add `riscv32` CI run by sayantn · 2 months ago
- 642e259 change how the test is run by James Barford-Evans · 9 weeks ago
- c9d1483 add printouts for debugging by James Barford-Evans · 9 weeks ago
- 9b70896 retry adding aarch64_be to the pipeline by James Barford-Evans · 10 weeks ago
- 942dcb8 pr feedback - take the instruction count bump out of Dockerfile by James Barford-Evans · 10 weeks ago
- 4aadd00 Pr feedback for instruction & hookup CI for aarch64_be by James Barford-Evans · 2 months ago
- d4ea992 fix - aarch64_be tests by James Barford-Evans · 2 months ago
- b2fae58 Fix errors in incorrect SAE and ROUNDING parameters by sayantn · 9 weeks ago
- f1c1839 Require `fma` and `f16c` for `avx512f` in `std_detect` by sayantn · 3 months ago
- 6154e40 Implement `sha512`, `sm3` and `sm4` intrinsics by sayantn · 9 weeks ago
- 08aac47 Fix `stdarch-verify` by sayantn · 9 weeks ago
- c58860c Revert "std_detect: RISC-V platform guide documentation" by Tsukasa OI · 9 weeks ago
- 690b3a6 Add `avx512vl` requirement to testsuite for avx512fp16 128 and 256 bit by sayantn · 9 weeks ago