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