Commit bbe143c
committed
gh-148474: Fix _Py_hexlify_simd compilation with older clang
Apple clang prior to around Xcode 9 does not automatically generate a
vector from a scalar shift operator RHS in this case. Doing it
explicitly works with all versions and arguably also makes it clearer
what is actually happening.1 parent 480edc1 commit bbe143c
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
81 | | - | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
0 commit comments