婆罗门
精华
|
战斗力 鹅
|
回帖 0
注册时间 2006-5-23
|
是Geekbench分不出ARMv7和ARMv7s,还是测试数据有假?
编辑:Geekbench作者回应了,是ARMv7s的版本还没开发:jfpoole 40 minutes ago
Geekbench developer here.
Out of curiosity I built Geekbench with Xcode 4.5 (it's not available on the App Store yet) and took a look at the code generated for the armv7 and the armv7s architectures. Surprisingly there weren't a lot of differences between the two. The biggest difference I saw was that Xcode uses conditional VFP instructions (e.g., vaddeq.f64) for the armv7s but doesn't use them for the armv7 despite the fact that these instructions are supported by the armv7. My guess is that the A6 implementation of these instructions is much faster, but I won't know for sure until I can run benchmarks on the iPhone 5 myself.
Also, I could only find two instructions (sdiv and udiv) that Xcode generates for the armv7s architecture that aren't supported by the armv7 architecture.
原帖:
http://news.ycombinator.com/item?id=4530188 |
|