Rodrigo Mesquita pushed to branch wip/T26166 at Glasgow Haskell Compiler / GHC
Commits:
-
aa4a109c
by Rodrigo Mesquita at 2025-10-14T15:58:03+01:00
1 changed file:
Changes:
| ... | ... | @@ -145,8 +145,6 @@ W_ hs_mulIntMayOflo(W_ a, W_ b); |
| 145 | 145 | |
| 146 | 146 | /* rts/prim/int64x2minmax and rts/prim/vectorQuotRem */
|
| 147 | 147 | #if defined(__SSE2__)
|
| 148 | -#include <stdint.h>
|
|
| 149 | -#include <string.h>
|
|
| 150 | 148 | #include <emmintrin.h>
|
| 151 | 149 | |
| 152 | 150 | __m128i hs_minInt64X2(__m128i, __m128i);
|