Re: [android-building] Is AVX2 now a mandatory ABI requirement for x86 platforms?

2024-04-29 Thread Michael Goffioul
Hello? Anybody out there? On Tue, Dec 19, 2023 at 9:29 AM Michael Goffioul wrote: > Any update on this? I guess that now that the cat's out of the bag, it'll > be difficult to put it back in, and AVX2 is a de facto ABI requirement. > > > On Tue, Nov 14, 2023 at 1:13 PM 'enh' via Android Buildin

Re: [android-building] Is AVX2 now a mandatory ABI requirement for x86 platforms?

2023-11-14 Thread 'enh' via Android Building
+the webrtc OWNERS. (because, no, the Android ABI does not include AVX2. i'm curious why this hasn't caused trouble for folks using the emulator on older hardware, since the Studio requirements also don't include AVX2?) On Tue, Nov 14, 2023 at 9:46 AM Michael Goffioul wrote: > > Since this commit

[android-building] Is AVX2 now a mandatory ABI requirement for x86 platforms?

2023-11-14 Thread Michael Goffioul
Since this commit, webrtc audio processing module is compiled with AVX2 enabled. https://cs.android.com/android/_/android/platform/external/webrtc/+/b5b78192e10ba90978fb8228e7eb9fcf75c83f0c This makes the module fail to load on platforms that do not support AVX2. E.g. generates SIGILL at a locati