- Notifications
You must be signed in to change notification settings - Fork5.2k
Commitf83f148
committed
Workaround code generation bug in clang
At optimization level -O0, builds on recent clang fail to produce thecorrect CRC32C with our AVX-512 implementation. For now, just disablethe runtime check for clang at -O0. When this is fixed upstream and weknow the extent of the breakage, we can adjust to be version-specific.Reported-by: Soumyadeep Chakraborty <soumyadeep2007@gmail.com>Reported-by: Andy Fan <zhihuifan1213@163.com>Tested-by: Andy Fan <zhihuifan1213@163.com>Discussion:https://postgr.es/m/CAE-ML%2B-OV6p9uvCFBcSQjZUEh__y0h-KjN%2BBseyGJHt7u8EP%2Bw%40mail.gmail.comDiscussion:https://postgr.es/m/87o6uqd3iv.fsf%40163.com1 parentfd385c4 commitf83f148
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| |||
0 commit comments
Comments
(0)