Qualcomm Employee: Apple's 64-Bit A7 Chip 'Hit Us In The Gut'


Recommended Posts

I wouldn't say leading, as it would if ATM it were a meaningful advantage, like pointed above, 64 IS the future, but in 2-3 years. Heck we've barely transitioned into 64 bit on desktops.

 

It's the future now. 

I wouldn't say leading, as it would if ATM it were a meaningful advantage, like pointed above, 64 IS the future, but in 2-3 years. Heck we've barely transitioned into 64 bit on desktops.

That statement doesn't even make sense. When the first HD televisions were introduce, you "wouldn't say" they were leading the way simply because no HD content were available at the time? You can't make HD content if they aren't TVs around to play them on. And it isn't a chicken a egg problem as stated earlier. The hardware has always come first. Resources are limited; It simply makes no financial sense to write and deploy software for hardware that isn't available. In Xcode, you couldn't even compile iOS apps into a 64 bit binary until recently anyway, even if you wanted to. The A7 will be the reason we'll soon see 64-bit computing become mainstream. That is a reason to say it is leading.

Uh...where are you drawing that conclusion from?  The point is that the amount of memory doesn't matter.

Yes, you can use more than 3.5GB of memory with 64-bit, but that's only one of many advantages.

A major benefit is security.  

 

Educate yourself on why a 64-bit instruction set is very beneficial.  There's a lot of information out there.

 

4GB, not 3.5GB (It'll be 3.5GB if you have something like a 512MB graphics card, a 1GB one will give you 3GB usable, etc.)

 

And ASLR is useful, but it's not like 32bit can't do it, 64bit just makes it harder to brute force (Most times you'll break ASLR via other means)

The A7 will be the reason we'll soon see 64-bit computing become mainstream. That is a reason to say it is leading.

 

What a ridiculous thing to say...  A measely little mobile processor is NOT the 64bit evangelist you think it is. Intel and AMD are already there and have been for years; Microsoft are the ones making it mainstream as their OS is the market driver.

  • Like 2

Uh...where are you drawing that conclusion from?  The point is that the amount of memory doesn't matter.

Yes, you can use more than 3.5GB of memory with 64-bit, but that's only one of many advantages.

A major benefit is security.  

 

Educate yourself on why a 64-bit instruction set is very beneficial.  There's a lot of information out there.

 

What is beneficial for security in ARM's A64 ISA? I know ARMv8 has crypto instructions but those are available in both the 32-bit and 64-bit variants.

This. If anyone argues so much about who does it first who does it right on here when it comes to Apple vs Android, it's me. Just like every release of an iDevice, how many Android devices have you seen try to follow a feature right after? HTC Fingerprint for example. Apple may not have done the fingerprint first, but they did it right which made others attempt to follow.

 

I don't want to turn this into another apple vs android debate, but apple has been a little lagging in some areas compared to others, why I don't know, but some features becoming available to apple phones, have been around since the '90's, anyone with an old Symbian Nokia could stand up and say, well we had video calling on my Nokia 6630, or some other thing, fingerprint scanners were available on Eurocom Panther laptops since win 7 launch.

 

I'm not an apple hater because I have an android phone, I'm actually not a fan of android neither, but I am glad to see technology advancing.

Having said that, I do wonder, how much 'tech' does one actually need in any smartphone? I've said this in the past, I just don't get the need to have full blown tablet computers with a speaker, a mic and a sim port. (A little hypocritical of me I'll admit due to having a smartphone myself, but for me 6630 was close to perfect, and if I admit it, the N8, <my opinion the best Nokia Symbian ever made> was more phone than I needed.

 

That being said, Good for Apple, these advancements can lead to great devices elsewhere as well, (kinda like the existence of the rpi or some portable medical equipment)

Some of you guys kept saying how Apple is useless because the hardware was never raising the bar. I never heard any Android fanatic saying that multicore and ram-heavy phones were unnecesary.

 

Now that Apple released a 64 bit phone (Which, by the way, has more advantages than 'using more ram', like better proc instruction sets) some of you are saying that it's overkill.

 

Make your mind. 

Some of you guys kept saying how Apple is useless because the hardware was never raising the bar. I never heard any Android fanatic saying that multicore and ram-heavy phones were unnecesary.

 

Now that Apple released a 64 bit phone (Which, by the way, has more advantages than 'using more ram', like better proc instruction sets) some of you are saying that it's overkill.

 

Make your mind. 

If you're referring to me, please note, I was trying to tiptoe carefully in what is a potential minefield that is the apple vs android debate, I do not consider myself in either camp because as soon as ANY smartphone manufacturer decides to revive Symbian, I'll jump ship there and then.

If you're referring to me, please note, I was trying to tiptoe carefully in what is a potential minefield that is the apple vs android debate, I do not consider myself in either camp because as soon as ANY smartphone manufacturer decides to revive Symbian, I'll jump ship there and then.

 

Actually I'm not referring to anyone. I did a general read without looking at names and came to my conclussion.

  • Like 1

Some of you guys kept saying how Apple is useless because the hardware was never raising the bar. I never heard any Android fanatic saying that multicore and ram-heavy phones were unnecesary.

 

Now that Apple released a 64 bit phone (Which, by the way, has more advantages than 'using more ram', like better proc instruction sets) some of you are saying that it's overkill.

 

Make your mind. 

 

Well, in the defense of sane architecture, an ISA is mostly only as useful as the instructions you use or need. Throwing 64-bit instructions in is useless if you don't need the extended range provided by the numbers. The performance gains reported are most likely just the result of more registers being available and simply better scheduling as a result.

 

EDIT: anyone know if apple is bundling both 64-bit and 32-bit compiled codes in one executable like what is done for Osx (and should be done for windows...)?

Well, in the defense of sane architecture, an ISA is mostly only as useful as the instructions you use or need. Throwing 64-bit instructions in is useless if you don't need the extended range provided by the numbers. The performance gains reported are most likely just the result of more registers being available and simply better scheduling as a result.

 

EDIT: anyone know if apple is bundling both 64-bit and 32-bit compiled codes in one executable like what is done for Osx (and should be done for windows...)?

 

Without the source you can't tell for sure if ios7 is using or not using the extra instructions. But if what I got from the Infinity Blade III presentation video is correct then indeed there are both 32/64 compilations in one package and the ios installed on the 5s uses the extended instruction set.

Without the source you can't tell for sure if ios7 is using or not using the extra instructions. But if what I got from the Infinity Blade III presentation video is correct then indeed there are both 32/64 compilations in one package and the ios installed on the 5s uses the extended instruction set.

 

Did they say either universal or fat binary? Those are the two terms I know that mean that. I'd imagine they would be doing it because it is a particularly good idea.

Did they say either universal or fat binary? Those are the two terms I know that mean that. I'd imagine they would be doing it because it is a particularly good idea.

 Neither. Let me look for the video, but they said something a long the lines of "specific builds". I tend to believe it since the video was to show how better the 5s ran Infinity Blade III, something impossible if the os is not accessing the extended instruction set that the game is using.

Ummm, isn't the A7 chip based off of Qualcomm's technology?

 

As far as I know, it's all the contrary: The design was made by Apple with Samsung assistance and Samsung manufactured it.

Just wondered because many chip makers pay QUALCOMM royalties.

 

Nah, it is what sanctified said, Samsung manufactures their processors (well SoCs now). They used Cortex series chips for the 3 and 4 and standard samsung processors prior. They've never used qualcomm parts.

 

EDIT: looks like both the 5 and 5s use straight up apple designed processors, so they aren't licensed from anyone at all. The Cortex ones were licensed from ARM.

Uh...where are you drawing that conclusion from?  The point is that the amount of memory doesn't matter.

Yes, you can use more than 3.5GB of memory with 64-bit, but that's only one of many advantages.

A major benefit is security.  

 

Educate yourself on why a 64-bit instruction set is very beneficial.  There's a lot of information out there.

You're talking about the amd64 instruction set, which indeed added security measures. However, this is ARM we are talking about, you can't just assume that 64 bit ARM will have the same advantages as x86-64.

 

In fact, you educated one, can you tell me the differences between the ARM 32 and ARM 64 instruction sets?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Surprise Execs are dumb. I hope the rehired engineers said were not coming back until we get 2x our salary.
    • Ford execs say they made a mistake when they replaced human engineers with AI by David Uzondu Ford recently announced that over the last three years, it's had to rehire about 350 "gray beard" engineers to mentor younger staff and reprogram diagnostic systems and AI tools that were failing to meet up to quality expectations. The company's VP of vehicle hardware engineering, Charles **** said that leaders overlooked the deep experience of veterans who survived many product cycles. **** admitted that simply replacing them with AI was a huge mistake, and that while AI is "a fantastic tool," it remains "only as good as the information you use to train it." The rehired engineers now run mandatory meetings to troubleshoot vehicles and reprogram automated engineering software and AI tools to prevent glitches before production. These technical specialists hunt for failure points before parts ever reach the plant floor, helping prevent the massive recalls and defects that previously cost the company billions as it aims to cut one billion dollars in expenses this year. In last year's JD Power Quality Survey, an annual study that measures the quality of a car during the first three months of ownership, Ford finished 10th among mainstream brands and scored below the industry average. But this year, JD Power ranked the automaker as the top mainstream brand, placing it above the likes of Toyota Motor Corp. and Honda Motor Co. Ford attributed this massive improvement directly to the expertise of these returned engineers. Ford's realization that AI cannot magically design and test quality vehicles without senior human oversight is just the tip of the iceberg. When Careerminds looked at companies that conducted AI-driven layoffs, researchers found out that 35.6% of those companies had to rehire more than half of the employees they previously fired. Another 32.7% had to rehire between 25% and 50% of them. In 2024, Sebastian Siemiatkowski, CEO of Klarna, proudly announced that its new chatbot was doing the work of 700 full-time customer service agents. As a result, the fintech company froze hiring and cut hundreds of positions. But by mid 2025, and into 2026, Klarna was scrambling to recruit human agents again because customer satisfaction had plummeted. It turns out, while AI is very good at answering basic questions like how to check an account balance, when faced with complex customer issues that require nuance, the thing usually resorts to the unhelpful, robotic corporate jargon we all know and love.
    • Free AI in IDEs is shifting to paid models Or you know, you could just learn to actually design and code apps, use frameworks to handle the repetitive parts and not use AI at all - and voila... free for life!
    • In a sane world US antitrust laws wouldn't even allow these companies to be in the position to be subjected to EU directives. As you say, better than oligarch nothing.
    • Apple reportedly has a second-generation iPhone Fold planned for 2027 Good grief, Apple hasn't even released a first folding phone and the Apple faithful is already obsessing over the sequel? Seriously people, go out and touch grass... because this level of obsession is borderline stalkery/neurotic.
  • Recent Achievements

    • Week One Done
      xvvxcvv earned a badge
      Week One Done
    • One Month Later
      xvvxcvv earned a badge
      One Month Later
    • Enthusiast
      Xonos went up a rank
      Enthusiast
    • Conversation Starter
      Admir earned a badge
      Conversation Starter
    • First Post
      The_Focal_Point earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      405
    2. 2
      +Edouard
      169
    3. 3
      PsYcHoKiLLa
      129
    4. 4
      neufuse
      69
    5. 5
      Xenon
      68
  • Tell a friend

    Love Neowin? Tell a friend!