Skip to content

Commit 8b248f4

Browse files
authored
Merge pull request #59660 from compnerd/ssse3
platform: correct header for `ssse3`
2 parents 91e27ad + a4b9d95 commit 8b248f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Platform/visualc.modulemap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module _visualc_intrinsics [system] [extern_c] {
5858

5959
explicit module ssse3 {
6060
export sse3
61-
header "tmmintrinh"
61+
header "tmmintrin.h"
6262
}
6363

6464
explicit module sse4_1 {

0 commit comments

Comments
 (0)