- Notifications
You must be signed in to change notification settings - Fork5k
Commitaf0c248
committed
Use function attributes for SSE 4.2 even when targeting that extension
On Red Hat 9 systems (or similar), the packaged gcc targets x86-64-v2,but clang does not. This has caused build failures in the wake ofcommite2809e3 when building --with-llvm.The most expedient fix is to use the same function attributes forthe inlined function as we do for the global function.Reported-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com> (plus members skimmer and bumblebee)Diagnosed-by: Tom Lane <tgl@sss.pgh.pa.us>Tested-by: Todd Cook <cookt@blackduck.com>Discussion:https://postgr.es/m/CANWCAZZSxs3a1YRKehkgk2OHKbrVn+xZ+AWW8Co2R_f70NqqmA@mail.gmail.com1 parent3dbdf86 commitaf0c248
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
55 | 60 |
| |
| 61 | + | |
56 | 62 |
| |
57 | 63 |
| |
58 | 64 |
| |
|
0 commit comments
Comments
(0)