aboutsummaryrefslogtreecommitdiff
path: root/core/simd/x86/ssse3.odin
Commit message (Expand)AuthorAgeFilesLines
* core/crypto/sha2: Use hardware SHA224/256 when available (AMD64)Yawning Angel2025-03-231-1/+1
* Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-141-1/+1
* Correct `core:intrinsics` to `base:intrinsics`gingerBill2024-05-131-1/+1
* core/simd/x86: Use the `none` calling convention for intrinsicsYawning Angel2024-01-071-1/+1
* Add `@(require_results)` to all appropriate proceduresgingerBill2022-05-301-16/+16
* `@(require_target_feature=<string>)` `@(enable_target_feature=<string>)`gingerBill2022-05-301-0/+16
* Use single line attributesgingerBill2022-05-291-2/+1
* Add `intrinsics.x86_cpuid` and `intrinsics.x86_xgetbv`gingerBill2022-05-281-1/+2
* Add ssse3 supportgingerBill2022-05-271-0/+124