aboutsummaryrefslogtreecommitdiff
path: root/core/simd/x86/sse3.odin
Commit message (Expand)AuthorAgeFilesLines
* 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
* compiler: improve target features supportLaytan Laats2024-05-021-2/+2
* core/simd/x86: Use the `none` calling convention for intrinsicsYawning Angel2024-01-071-1/+1
* Add `@(require_results)` to all appropriate proceduresgingerBill2022-05-301-11/+11
* `@(require_target_feature=<string>)` `@(enable_target_feature=<string>)`gingerBill2022-05-301-0/+11
* Use single line attributesgingerBill2022-05-291-2/+1
* Add SSE3 supportgingerBill2022-05-271-0/+58