Commit c5604e3
committed
fix: patch x87 FPU guard for android-x86 build
The -msse2 -mfpmath=sse approach didn't work because quickjs-ng guards
on __i386__ && !_MSC_VER without checking __SSE2_MATH__. Patch cutils.h
after clone to add && !defined(__ANDROID__) to the preprocessor guard.1 parent f0bd58e commit c5604e3
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
254 | 258 | | |
255 | 259 | | |
256 | 260 | | |
| |||
267 | 271 | | |
268 | 272 | | |
269 | 273 | | |
270 | | - | |
271 | | - | |
| 274 | + | |
272 | 275 | | |
273 | 276 | | |
274 | 277 | | |
| |||
0 commit comments