Compiling without SSE2 - possible?
#1
Question 
I have an Athlon XP 3000+ processor, which doesn't support SSE2 instructions. XBMC is compiled with SSE2 enabled, which causes the app to crash with "Illegal Instruction" on startup.

I have synced to the latest code, disabled SSE2 in all projects (under C/C++ -> Code Generation -> Enable Enhanced Instruction Set), and recompiled.. but no luck. If I choose SSE only (no SSE2), the app crashes at a different spot, but it is still on an SSE2 instruction. If I choose "not set", the app again crashes at a completely different offset but again - on an SSE2 instruction.

I couldn't find any inline assembly in the source that used any SSE2 instructions - is there something that I'm missing?
Reply


Messages In This Thread
Compiling without SSE2 - possible? - by MonoksideC - 2008-07-01, 07:49
[No subject] - by jmarshall - 2008-07-01, 08:13
[No subject] - by DragonFly - 2008-07-01, 17:01
[No subject] - by DragonFly - 2008-07-01, 17:23
[No subject] - by MonoksideC - 2008-07-01, 18:07
[No subject] - by marlboroman1 - 2008-07-01, 19:17
[No subject] - by MonoksideC - 2008-07-01, 19:55
[No subject] - by marlboroman1 - 2008-07-01, 21:43
[No subject] - by chadoe - 2008-07-01, 22:32
[No subject] - by WiSo - 2008-07-02, 09:13
[No subject] - by DragonFly - 2008-07-02, 22:43
[No subject] - by chadoe - 2008-07-02, 23:46
[No subject] - by DragonFly - 2008-07-03, 10:55
Logout Mark Read Team Forum Stats Members Help
Compiling without SSE2 - possible?0