lubomyr / bochs

Bochs IA-32 Emulator Project (android port) https://play.google.com/store/apps/details?id=net.sourceforge.bochs
Other
132 stars 32 forks source link

AVX build fails with arm64 #3

Closed MVoloshin closed 8 years ago

MVoloshin commented 8 years ago

Internal compiler error: https://yadi.sk/i/6XdIbZ_3tcaGy

lubomyr commented 8 years ago

Problem was in flag -Ofast. This flag disabled for arm64-v8a compilation. Fixed