forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitde7c6fe
committed
Fix signedness error in9f225e9 for gcc
The first argument of vshrq_n_s8 needs to be a signed vector type,but it was passed unsigned. Clang is more lax with conversion, butgcc needs a cast.Fix by me, tested by Masahiko SawadaPer buildfarm members splitfin, batta, widowbird, snakefly, parula,massasaugaDiscussion:https://postgr.es/m/20240306074106.mg6w4koohdlworbs%40alap3.anarazel.de1 parenteae7be6 commitde7c6fe
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
323 | 323 |
| |
324 | 324 |
| |
325 | 325 |
| |
326 |
| - | |
| 326 | + | |
327 | 327 |
| |
328 | 328 |
| |
329 | 329 |
| |
|
0 commit comments
Comments
(0)