Does SDL contain asm code except x86?

Hello,everybody!
I didn’t find any ARM asm code within SDL source code(maybe I just missed it).
But I think that’s impossible for such a portable library.I need to know if
there’re some optional code for special processor(such as ARM or BlackFin
etc.)that I’m concerning port it in my work.
Thx!

Hello,everybody!
I didn’t find any ARM asm code within SDL source code(maybe I just missed it).
But I think that’s impossible for such a portable library.I need to know if
there’re some optional code for special processor(such as ARM or BlackFin
etc.)that I’m concerning port it in my work.

There’s some altivec code in there, but most of the assembly optimization
is MMX or SSE.

See ya!
-Sam Lantinga, Lead Software Engineer, Blizzard Entertainment