FEX-Emu on macOS arm64 | avx(2) #3267
-
|
I couldn't find any information on this topic. This lead me here. Is it possible to use FEX on macOS or would that require additional developing. While Rosetta works incredible great it does not feature AVX(2) support, which is required by more and more game titles. In my imagination there are two scenarios to mitigate this: Either FEX could be a drop-in replacement for Rosetta, or the AVX(2) translation parts could be an addition to Rosetta. Is either of this feasible? EDIT: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
We still don't have plans to support MacOS, but our AVX/AVX2 emulation falls back to 128-bit ASIMD and uses SVE to supplement if available. The information below is old |
Beta Was this translation helpful? Give feedback.
-
|
Just in case someone stumbles on this in the future. |
Beta Was this translation helpful? Give feedback.
We still don't have plans to support MacOS, but our AVX/AVX2 emulation falls back to 128-bit ASIMD and uses SVE to supplement if available.
The information below is old
FEX only supports Linux. It doesn't have any plans to support MacOS.
Additionally our AVX emulation requires ARM64 hardware that supports SVE2 with 256-bit wide registers, which Apple Silicon doesn't support.