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

    • Brexit was first proposed in 2013, I had no idea Trump had anything to do with it.
    • Microsoft Edge 149.0.4022.96 by Razvan Serea Microsoft Edge is a super fast and secure web browser from Microsoft. It works on almost any device, including PCs, iPhones and Androids. It keeps you safe online, protects your privacy, and lets you browse the web quickly. You can even use it on all your devices and keep your browsing history and favorites synced up. Built on the same technology as Chrome, Microsoft Edge has additional built-in features like Startup boost and Sleeping tabs, which boost your browsing experience with world class performance and speed that are optimized to work best with Windows. Microsoft Edge security and privacy features such as Microsoft Defender SmartScreen, Password Monitor, InPrivate search, and Kids Mode help keep you and your loved ones protected and secure online. Microsoft Edge has features to keep both you and your family protected. Enable content filters and access activity reports with your Microsoft Family Safety account and experience a kid-friendly web with Kids Mode. The new Microsoft Edge is now compatible with your favorite extensions, so it’s easy to personalize your browsing experience. Microsoft Edge 149.0.4022.96 changelog: Fixed various bugs, new policy update and performance issues. Stable channel security updates are listed here. New policies - RestrictBackgroundFetchFromServiceWorkerEnabled - Restrict Background Fetch API when called from a Service Worker Download: Microsoft Edge (64-bit) | 193.0 MB (Freeware) Download: Microsoft Edge (32-bit) | 170.0 MB Download: Microsoft Edge (ARM64) | 188.0 MB View: Microsoft Edge Website | Release History Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • 'The Trump administration doesn't want you to use OpenAI's GPT-5.6 without its approval' Of course it does! Can they not keep their grubby little hands out of anything?
    • AI Labs and specially it's investors, might be super happy to see that government it's impeding them to sell their own stuff worldwide and make more money.
    • Hi everyone. Here is the background. A home user who has nothing to do overtly with AI in any way and pretty much is the non gamer, stereotypical FB and cats user. If I was looking at a new laptop would this be succifient in your expert opinions? Ryzen 7-7730U/16GB/256GB SSD
  • Recent Achievements

    • One Year In
      bernmeister earned a badge
      One Year In
    • Week One Done
      Scoobystu earned a badge
      Week One Done
    • Week One Done
      tuben earned a badge
      Week One Done
    • First Post
      OffsetAbs earned a badge
      First Post
    • Reacting Well
      OffsetAbs earned a badge
      Reacting Well
  • Popular Contributors

    1. 1
      +primortal
      459
    2. 2
      +Edouard
      213
    3. 3
      PsYcHoKiLLa
      157
    4. 4
      Steven P.
      73
    5. 5
      FloatingFatMan
      71
  • Tell a friend

    Love Neowin? Tell a friend!