about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/shims/x86
AgeCommit message (Expand)AuthorLines
2025-09-03fix mangitude of applied float errorRalf Jung-0/+37
2025-06-03Remove uses of `stdarch_x86_avx512`sayantn-6/+0
2025-05-18Remove uses of `#[feature(avx512_target_feature)]`sayantn-4/+1
2025-05-08add signed integers to unnecessary_lints to ensure feature parity with clippybendn-0/+1
2025-04-24Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etcbendn-1/+2
2025-02-14add x86-sse2 (32bit) ABI that requires SSE2 target featureRalf Jung-0/+5
2025-01-28ABI-required target features: warn when they are missing in base CPU (rather ...Ralf Jung-2/+2
2024-11-02teach clippy about IeeeFloat, and make all 'allow' into 'expect'Ralf Jung-1/+1
2024-10-26Adjust the vpclmulqdq test caseTobias Decking-3/+7
2024-10-26Implement LLVM x86 vpclmulqdq intrinsicsTobias Decking-0/+189
2024-10-04Implement LLVM x86 gfni intrinsicsTobias Decking-0/+518
2024-09-17Use `@only-target` in SSE and SSE2 tests tooEduardo Sánchez Muñoz-1784/+1760
2024-09-16Bump ui testOli Scherer-108/+24
2024-08-29fix wasm testRalf Jung-12/+12
2024-08-20Implement SHA256 SIMD intrinsics on x86Martin Habovstiak-0/+270
2024-07-03Implement the `_mm256_zeroupper` and `_mm256_zeroall` intrinsicsTobias Decking-0/+5
2024-06-21Implement LLVM x86 adx intrinsicsTobias Decking-0/+70
2024-06-20Implement LLVM x86 bmi intrinsicsTobias Decking-0/+216
2024-06-13add some more CRC testsRalf Jung-0/+20
2024-06-13Implement LLVM x86 SSE4.2 intrinsicsTobias Decking-0/+423
2024-06-08add support for `pclmulqdq`Folkert-0/+48
2024-05-04move intrinsics implementations and tests into dedicated folderRalf Jung-0/+6574