Sacha
|
e6320f2726
|
Add a CPU Extensions tab to Developer's System Info.
|
2013-11-15 01:18:29 +10:00 |
|
Sacha
|
a74718c54f
|
Snapdragon Plus also has IDIV. Clean up for ArmCPUDetect.
|
2013-11-15 01:18:29 +10:00 |
|
Sacha
|
a8a8223c06
|
Symbian: Fix incorrect define. Wasn't showing correct # cores.
|
2013-11-12 16:00:43 +10:00 |
|
Sacha
|
3abeb62230
|
Use new OS10.2 APIs for detecting some CPU info on Blackberry.
|
2013-11-02 00:35:39 +10:00 |
|
Unknown W. Brackets
|
01f97b1662
|
Get cpu info from /sys where possible.
Fixes #4215. May impact texture scaling performance.
|
2013-10-16 22:56:20 -07:00 |
|
Sacha
|
be47964ff2
|
Use 'Cores' instead of 'Threads' for ARM.
|
2013-10-15 15:28:19 +10:00 |
|
Sacha
|
2d7b58d64a
|
Add CPU info for ARM-based devices.
|
2013-10-15 15:05:52 +10:00 |
|
Lioncash
|
dce9fdd203
|
Previous commit should have actually used free() and not delete. This fixes that.
|
2013-08-01 10:57:27 -04:00 |
|
Lioncash
|
b14827da04
|
Fix two memory leaks in ArmCPUDetect.cpp
These char pointers weren't deleted before the function ended.
|
2013-08-01 10:24:56 -04:00 |
|
Henrik Rydgard
|
f70e8a2fe0
|
Android buildfix & retab
|
2013-07-29 21:24:24 +02:00 |
|
Sacha
|
3fb76106fd
|
Merge Sonic's ArmCpuDetect changes (cross-project merge).
|
2013-07-30 04:31:35 +10:00 |
|
Jake Traynham
|
e89b2055a6
|
Reenabled armv7s for iOS with JIT fixes
|
2013-06-20 11:44:59 -05:00 |
|
Sacha
|
45775d4fc2
|
Fix for non-ffmpeg platforms. Thanks unknownbrackets!
Can now get past videos on platforms such as Meego and Symbian.
Also fix some spacing and type issues.
|
2013-06-19 01:14:14 +10:00 |
|
Sacha
|
490f841093
|
Integer division is not guaranteed for VFPv4 devices. Example: Cortex-A5.
|
2013-06-18 01:42:36 +10:00 |
|
Sacha
|
d97f2268ca
|
Improve CPU detection. Enable VFPv4 for Blackberry devices which support it.
|
2013-05-15 04:40:24 +10:00 |
|
Sacha
|
2396574f45
|
Avoid name collision with StringUtil on Windows hosts. Fixes all Linux/Unix cross-compiles from Windows, including Harmattan and Blackberry.
|
2013-05-03 16:22:15 +10:00 |
|
Sacha
|
5091c7aae2
|
Fix Sonic's ArmEmitter changes. FastMem should work now.
|
2013-03-15 11:26:56 +10:00 |
|
Sacha
|
529803e429
|
Sonic's ArmEmitter changes (cross-project merge from Dolphin)
|
2013-03-14 12:47:29 +10:00 |
|
Sacha
|
10ad797c6d
|
Armjit stubs.
Add a double encoding for VCVT. Implement integer divide (but not working yet). Stubs for msub/msubu. Don't detect vfpv3 on Symbian.
|
2013-03-05 13:16:08 +10:00 |
|
Lioncash
|
38caedadfa
|
Fixed two other memory leaks I missed.
|
2013-01-25 15:07:36 -05:00 |
|
Lioncash
|
b897309eaf
|
Fix some resource leaks/memory leaks.
|
2013-01-25 13:00:50 -05:00 |
|
Henrik Rydgard
|
bb0809b686
|
Merge branch 'armjit' of github.com:hrydgard/ppsspp into armjit
|
2013-01-11 19:04:59 +01:00 |
|
Henrik Rydgard
|
51fd025064
|
Add ARMv6 fallback to jit (it doesn't have MOVW/MOVT)
|
2013-01-11 15:20:06 +01:00 |
|
Sacha
|
aab792ea0b
|
Bring Symbian to the JIT party. Hardcode CPU features (must be ARMv6 single-core).
|
2013-01-11 19:57:23 +10:00 |
|
Sacha
|
62908325a0
|
Make the armjit branch compile on Blackberry, compatible with iOS. Still crashes on ArmEmitterTest().
|
2012-12-13 11:41:30 +10:00 |
|
Henrik Rydgard
|
265e70a498
|
Just some sketchwork on a JIT for ARM. When completed, will bring speed to mobile devices.
|
2012-11-23 19:41:35 +01:00 |
|