Skip to content

Commit 5b01cef

Browse files
authored
platform: correct header for ssse3
Correct the header spelling for the ssse3 module. The suffix was incorrect which was ignored as a result. This was identified by the `modularize` tool from clang-tools-extras. (cherry picked from commit a4b9d95)
1 parent 85bad4f commit 5b01cef

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)