├── .gitignore ├── README.md ├── images ├── fig_simd_types.png ├── swift_simd_cheat_sheet_v1_2022.001.png ├── swift_simd_cheat_sheet_v1_2022.002.png ├── swift_simd_cheat_sheet_v1_2022.003.png ├── swift_simd_cheat_sheet_v1_2022.004.png ├── swift_simd_cheat_sheet_v1_2022.005.png ├── swift_simd_cheat_sheet_v1_2022.006.png └── swift_simd_cheat_sheet_v1_2022.007.png └── pdf └── swift_vector_cheat_sheet.pdf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ynagatomo/Swift-SIMD-Types-Cheat-Sheet/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ynagatomo/Swift-SIMD-Types-Cheat-Sheet/HEAD/README.md -------------------------------------------------------------------------------- /images/fig_simd_types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ynagatomo/Swift-SIMD-Types-Cheat-Sheet/HEAD/images/fig_simd_types.png -------------------------------------------------------------------------------- /images/swift_simd_cheat_sheet_v1_2022.001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ynagatomo/Swift-SIMD-Types-Cheat-Sheet/HEAD/images/swift_simd_cheat_sheet_v1_2022.001.png -------------------------------------------------------------------------------- /images/swift_simd_cheat_sheet_v1_2022.002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ynagatomo/Swift-SIMD-Types-Cheat-Sheet/HEAD/images/swift_simd_cheat_sheet_v1_2022.002.png -------------------------------------------------------------------------------- /images/swift_simd_cheat_sheet_v1_2022.003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ynagatomo/Swift-SIMD-Types-Cheat-Sheet/HEAD/images/swift_simd_cheat_sheet_v1_2022.003.png -------------------------------------------------------------------------------- /images/swift_simd_cheat_sheet_v1_2022.004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ynagatomo/Swift-SIMD-Types-Cheat-Sheet/HEAD/images/swift_simd_cheat_sheet_v1_2022.004.png -------------------------------------------------------------------------------- /images/swift_simd_cheat_sheet_v1_2022.005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ynagatomo/Swift-SIMD-Types-Cheat-Sheet/HEAD/images/swift_simd_cheat_sheet_v1_2022.005.png -------------------------------------------------------------------------------- /images/swift_simd_cheat_sheet_v1_2022.006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ynagatomo/Swift-SIMD-Types-Cheat-Sheet/HEAD/images/swift_simd_cheat_sheet_v1_2022.006.png -------------------------------------------------------------------------------- /images/swift_simd_cheat_sheet_v1_2022.007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ynagatomo/Swift-SIMD-Types-Cheat-Sheet/HEAD/images/swift_simd_cheat_sheet_v1_2022.007.png -------------------------------------------------------------------------------- /pdf/swift_vector_cheat_sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ynagatomo/Swift-SIMD-Types-Cheat-Sheet/HEAD/pdf/swift_vector_cheat_sheet.pdf --------------------------------------------------------------------------------