about summary refs log tree commit diff
path: root/library/stdarch
AgeCommit message (Expand)AuthorLines
2025-05-06Run `aarch64-pc-windows-msvc` runs on the new `windows-11-arm` runnerssayantn-14/+20
2025-05-06Edit `macro_trailing_commas` to enable tests in all architecturessayantn-18/+47
2025-05-06Fix segfault in cirrus CIsayantn-0/+4
2025-05-06Add `riscv32` CI runsayantn-4/+25
2025-05-03change how the test is runJames Barford-Evans-21/+8
2025-05-03add printouts for debuggingJames Barford-Evans-3/+10
2025-05-03retry adding aarch64_be to the pipelineJames Barford-Evans-4/+2
2025-05-03pr feedback - take the instruction count bump out of DockerfileJames Barford-Evans-4/+9
2025-05-03Pr feedback for instruction & hookup CI for aarch64_beJames Barford-Evans-0/+117
2025-05-03fix - aarch64_be testsJames Barford-Evans-10/+19
2025-05-03Fix errors in incorrect SAE and ROUNDING parameterssayantn-78/+123
2025-05-01Require `fma` and `f16c` for `avx512f` in `std_detect`sayantn-4/+10
2025-05-01Implement `sha512`, `sm3` and `sm4` intrinsicssayantn-32/+521
2025-05-01Fix `stdarch-verify`sayantn-17/+13
2025-05-01Revert "std_detect: RISC-V platform guide documentation"Tsukasa OI-126/+78
2025-04-29Add `avx512vl` requirement to testsuite for avx512fp16 128 and 256 bitsayantn-26/+26
2025-04-29Fix errors in decoupling avx512vl and avx512dq from avx512fp16sayantn-92/+106
2025-04-29Fix CI errors due to alignment issues in msvcsayantn-35/+142
2025-04-23std_detect: RISC-V platform guide documentationTsukasa OI-78/+126
2025-04-23Remove workarounds for llvm/llvm-project#98306sayantn-6/+14
2025-04-23Re-enable `armv7-unknown-linux-gnueabihf`sayantn-3/+1
2025-04-23Add power9 and power8 target-featuresLuca Barbato-1/+36
2025-04-23reset the host linkerFolkert de Vries-0/+6
2025-04-23run `cargo generate-lockfile` before running dockerFolkert de Vries-0/+3
2025-04-23run `powerpc64le` `assert_instr` on CIFolkert de Vries-3/+2
2025-04-21use 'unadjusted' ABI for wasm LLVM intrinsicsRalf Jung-4/+4
2025-04-20Augment `stdarch-test` to parse PPCsayantn-4/+7
2025-04-20Remove `x86_64-unknown-linux-gnu` runsayantn-26/+15
2025-04-20Add `-Ctarget-feature=+avx512f` run for the emulated runsayantn-5/+12
2025-04-20Add `test-everything` annotations to more archs to ensure test coverage, and ...sayantn-21/+53
2025-04-20Upgrade qemu CPU to `max`sayantn-13/+10
2025-04-20Remove `STDARCH_DISABLE_DEDUP_GUARD` as it was unusedsayantn-51/+8
2025-04-20Replace `cfg(stdarch_intel_sde)` with `STDARCH_TEST_SKIP_FUNCTION`sayantn-11/+2
2025-04-20Change test skipping logic a little, separate feature-based and function-base...sayantn-31/+27
2025-04-20Remove `cupid` dependency and `env-override-no-avx` CI runsayantn-182/+3
2025-04-20Add PowerPC64 to CIsayantn-0/+10
2025-04-20Re-enable all conditionally-disabled x86 `assert_instr` testssayantn-341/+101
2025-04-20Upgrade CI OS versionssayantn-30/+30
2025-04-20std_detect: Remove /proc/cpuinfo-based detectionTaiki Endo-508/+7
2025-04-18Remove impl_tag from CONTRIBUTING.md filearshitas-1/+1
2025-04-17allow unnecessary transmutesbendn-1/+2
2025-04-17add `vec_extract`, `vec_insert`, `vec_promote` and `vec_insert_and_zero`Folkert de Vries-0/+243
2025-04-17Change void* type for `gather`/`scatter` intrinsicssayantn-186/+198
2025-04-17Change void* type for `cvt_storeu` intrinsicssayantn-81/+81
2025-04-17Change void* type for `compressstore` intrinsicssayantn-65/+57
2025-04-17Change void* type for 3 intrinsicssayantn-8/+8
2025-04-17Add checks for void pointer types to ensure consistencysayantn-20/+74
2025-04-16Revert "std_detect: Do not use libc::getauxval on 32-bit Android"Taiki Endo-2/+1
2025-04-16std_detect: Remove RV32E support attempt on Linux (RISC-V)Tsukasa OI-3/+0
2025-04-16RISC-V: Remove privileged extensions for nowTsukasa OI-35/+0