Questions tagged [intel-atom]

Intel Atom is the brand name for a line of ultra-low-voltage IA-32 and Intel 64 (x86-64) CPUs from Intel.

29 questions
103
votes
4 answers

What is the difference between the Intel x86 Atom and Atom_64 system images?

I am using the Android SDK Manager to install the system image for the Android M Preview. However, I noticed that there are two separate images for the x86 platform. What are the differences between the two and which one should I select for my…
Nathan Osman
  • 63,773
  • 66
  • 242
  • 344
28
votes
9 answers

GCC optimization flags for Intel Atom

I'm developing a performance critical application for Intel Atom processor. What are the best gcc optimization flags for this CPU?
user7305
  • 5,093
  • 9
  • 26
  • 23
5
votes
2 answers

Performance degrade while using alternative for Intel intrinsics SSSE3

I am developing a performance critical application which has to be ported into Intel Atom processor which just supports MMX, SSE, SSE2 and SSE3. My previous application had support for SSSE3 as well as AVX now I want to downgrade it to Intel Atom…
Harrisson
  • 245
  • 2
  • 19
5
votes
2 answers

rdtsc's return value is _always_ mod 10 == 0 on Atom N450

On my E8200 box this doesn't occur, but on my Atom N450 netbook (both running OpenSuse 11.2), whenever I read the CPU's TSC, the returned value is mod 10 == 0, i. e. it is without remainder divisible by 10. I'm using the RDTSC value for measuring…
3
votes
2 answers

What is the difference between "Intel Atom Image", "Google APIs Intel Atom image" and "Google play Intel Atom Image"?

In the Android SDK manager I can see 3 types of Intel Atom image. Can someone explain the main difference between "Intel Atom Image", "Google APIs Intel Atom image" and "Google Play Intel Atom Image"?
3
votes
1 answer

What's the relationship between the Intel Atom Developer Program and the MeeGo operating system?

I'm trying to understand the relationship between the Intel Atom Developer Program (IADP) and the new OS called MeeGo. IADP let's me create applications that run on both MeeGo as well as Windows devices, as long as the device is based on the Atom…
Arne Evertsson
  • 18,823
  • 18
  • 64
  • 82
3
votes
1 answer

Intel intrinsics support for Atom cloverview processor

I have an application which was designed for Sandbridge processors using SSE to AVX, now I want the same application to run on Atom Processors. I was recently browsing net for intrinsic support for Atom cloverview processors. Every where it mentions…
Harrisson
  • 245
  • 2
  • 19
3
votes
0 answers

Screen capture is not working with ddms in Intel® Atom™ x86 Image for Android

when I try to screen capture in Intel® Atom™ x86 Image for Android it doesn't worked in Ubuntu ! , I'm looking for a right solution, at least reason , I tried with this adb shell /system/bin/screencap -p /sdcard/img.png command but it creates dummy…
LOG_TAG
  • 17,968
  • 11
  • 68
  • 101
2
votes
3 answers

OpenGL "out of memory" error when exceeding 128MB of textures

I am working on an embedded OpenGL graphics application running on an Intel Atom z530 with the GMA500 graphics hardware. (It's my understanding that the GMA500 is a PowerVR under the hood, but I'm not sure). I'm running with the Tungsten Graphics…
sidewinderguy
  • 2,214
  • 3
  • 21
  • 24
2
votes
0 answers

Running pure x86_64 Android NDK library on Intel Atoms

Cannot figure out why - I have an application built explicitly for x86_64 architecture, my Gradle file cut: ndk { abiFilters "x86_64" } I have verified that my APK file contains this and only this native…
2
votes
1 answer

Intel atom or ARM for heavy Signal processing workload

I would like to know which is a better (in performance) option : To get a Intel Dual core atom based board To get a Arm cortex A9 based board (pandaboard etc) I would like to run some light version of linux and do some very cpu intensive…
srinathhs
  • 1,828
  • 4
  • 17
  • 31
2
votes
0 answers

Video encoder with low CPU usage on Atom 230

What are my options for screen capturing on Atom 230 CPU that will result in reasonably low CPU usage? I'm using ffmpeg and would like to leave CPU power to other applications while recording a screencast without lags. Maybe there's hardware support…
2
votes
0 answers

Can't create AVD with Google APIS 19 with CPU Intel even though i have downloaded the image

My SDK manager shows: I can create AVD with the non Google API image : But cannot create a AVD with Google APIs of Intel CPU even though I have it downloaded: I have HAXM installed and working.
Nezam
  • 4,122
  • 3
  • 28
  • 47
2
votes
1 answer

What to do with gapps-jb-20130813-signed.zip

I have downloaded gapps-jb-20130813-signed.zip from the following site. they said it contains libraries from Google map and Google Play services, so that I can develop apps using those. http://goo.im/gapps/gapps-jb-20130813-signed.zip The problem is…
Harikrishnan
  • 3,361
  • 3
  • 39
  • 70
2
votes
1 answer

Android Emulator not loading when Google API (API Level 17 or in any other API level) is selected on windows

When I choose tagret as Android 4.2.2(API level 17),then emulator takes too long time to load adn starts up. So I research on it and found solution by using Intel Atom(x86) instead of ARM(armeabi-v7a) as CPU/ABI and Intel Atom(x86) is really fast…
Ponting
  • 2,212
  • 7
  • 31
  • 61
1
2