about summary refs log tree commit diff
path: root/library/stdarch/crates/intrinsic-test
AgeCommit message (Expand)AuthorLines
2025-07-07some clippy fixesMarijn Schouten-3/+3
2025-07-07Update README.mdkilavvy-1/+1
2025-05-31intrinsic-test: Reverse `has_constraints()` conditionTsukasa OI-1/+1
2025-05-31intrinsic-test: Use `c_prefix` to generate type namesTsukasa OI-1/+1
2025-05-31intrinsic-test: Modernization of the coding styleTsukasa OI-95/+91
2025-05-27fix: code cleanup and renamingMadhav Madhusoodanan-54/+57
2025-05-27fix: moved common code (that required no architecture-specificMadhav Madhusoodanan-268/+243
2025-05-27fix: moved f16 formatting code to common moduleMadhav Madhusoodanan-10/+16
2025-05-27Fix: removed BaseIntrinsicTypeDefinition + code cleanupMadhav Madhusoodanan-152/+49
2025-05-27feat: merging changes related to f16 formattingMadhav Madhusoodanan-7/+105
2025-05-27moved more code generation functionality to `common`Madhav Madhusoodanan-286/+301
2025-05-27fix: aarch64_be issues wthin compilationMadhav Madhusoodanan-8/+11
2025-05-27feat: made constraint commonMadhav Madhusoodanan-113/+78
2025-05-27chore: file renamingMadhav Madhusoodanan-25/+24
2025-05-27code cleanupMadhav Madhusoodanan-23/+23
2025-05-27Added dynamic dispatch for easier management of `<arch>ArchitectureTest` structsMadhav Madhusoodanan-13/+16
2025-05-27moved the C compilation commands into a struct for easier handlingMadhav Madhusoodanan-55/+193
2025-05-27Removed aarch64-be specific execution command for rust test filesMadhav Madhusoodanan-23/+8
2025-05-27renamed `a64_only` data member in `Intrinsic` to `arch_tags`Madhav Madhusoodanan-4/+4
2025-05-27Added a macro to simplify <Arch>IntrinsicType definitionsMadhav Madhusoodanan-42/+59
2025-05-27introduced generic types and code refactorMadhav Madhusoodanan-640/+808
2025-05-27Updated `Argument::from_c` to remove `ArgPrep` specific argumentMadhav Madhusoodanan-7/+31
2025-05-27added target field within `IntrinsicType` to perform target level checking cl...Madhav Madhusoodanan-12/+26
2025-05-27test commit to check if `load_Values_c` can be dissociated from target logicMadhav Madhusoodanan-24/+32
2025-05-27rename struct for naming consistencyMadhav Madhusoodanan-4/+6
2025-05-27maintaining special list of targets which need different execution commandMadhav Madhusoodanan-5/+11
2025-05-27fixed `too many files open` issueMadhav Madhusoodanan-24/+36
2025-05-27chore: added match block in `src/main.rs`Madhav Madhusoodanan-2/+13
2025-05-27chore: code consolidationMadhav Madhusoodanan-162/+145
2025-05-27chore: separated common logic within file creations, compile_c, compile_rust ...Madhav Madhusoodanan-397/+501
2025-05-27chore: Added `ProcessedCli` to extract the logic to pre-process CLI struct argsMadhav Madhusoodanan-608/+685
2025-05-27Chore: Added `SupportedArchitectureTest` trait which must be implemented for ...Madhav Madhusoodanan-44/+60
2025-05-27Feat: Moved majority of the code to `arm` module.Madhav Madhusoodanan-767/+687
2025-05-20in `intrinsic-test`, format f16 like CFolkert de Vries-1/+102
2025-05-03change how the test is runJames Barford-Evans-19/+7
2025-05-03add printouts for debuggingJames Barford-Evans-3/+10
2025-03-05feat - FEAT_LUT neon instrinsicsJames Barford-Evans-1/+27
2025-03-04armV7 does not need faminmax flagJames Barford-Evans-1/+0
2025-03-04Add faminmax intrinsics to the skip listJames Barford-Evans-0/+6
2025-03-04Add aarch64_unstable_target_feature and relax instruction assertionJames Barford-Evans-1/+2
2025-02-24intrinsic-test: Print C++ float16_t in hexKajetan Puchalski-0/+12
2025-02-24core-arch: Add NEON fp16 intrinsicsKajetan Puchalski-2/+137
2025-02-24intrinsic-test: Support testing f16 intrinsicsKajetan Puchalski-11/+18
2025-02-24fix up yaml & re-generateJames Barford-Evans-1/+3
2025-02-24remove print statment and correct target nameJames Barford-Evans-2/+1
2025-02-24fix test runner for armv7James Barford-Evans-25/+44
2025-02-24ensure correct linker gets chosenJames Barford-Evans-9/+16
2025-02-24Update test runner to support big endianJames Barford-Evans-68/+150
2025-02-09Format with style edition 2024Eric Huss-2/+2
2025-02-09Update all crates to Rust 2024Eric Huss-1/+1