Slashdot Mirror


Via Unveils 1-Watt x86 CPU

DeviceGuru writes "Taiwanese chip and board vendor Via Technologies has introduced a new ultra-low voltage (ULV) processor aimed at industrial, commercial, and ultra-mobile applications. Touted as the world's most power-efficient x86-compatible CPU, the 500MHz 'Eden ULV 500' processor debuted at an Embedded Systems Conference in Taipei this week. Via says its chip draws a minimum of 0.1 Watts, when idle, and a maximum of 1 Watt, making it a great candidate for consumer electronics devices such as UMPCs, PVRs, and such."

5 of 276 comments (clear)

  1. laptop anyone by IceFox · · Score: 4, Insightful

    A nice laptop cpu if I ever saw one.

    --
    Do you changes clothes while making the "chee-chee-cha-cha-choh" transformation sound?
  2. I wish mainstream CPUs / GPUs would focus on power by DrXym · · Score: 4, Insightful

    I wish the EU would start rating PCs by their energy consumption, perhaps accompanied by an energy tax for the worst categories. The amount of power in a modern PC from CPUs & GPUs wasted as heat, fans etc. is just ridiculous.

  3. Re:I wish mainstream CPUs / GPUs would focus on po by DrXym · · Score: 5, Insightful
    Everyone pays for the power they consume, be it gasoline or electricity. Who cares?

    Exactly. Who cares? People are generally selfish and sometimes you must do things that benefit people as a whole instead of individuals. If slapping a tax on the most energy consuming devices in some category causes people to buy the more efficient ones, that is a benefit to every one. If you still want to buy that device despite the tax then nobody is stopping you. But I guarantee that for everyone who does than many more will choose one which doesn't.

    It does not mean either that you're getting a crappier machine as a result. While there is a relationship between CPU / GPU performance and power, I doubt it is a 1:1 mapping. Some processors and GPUs are going to deliver more operations per watt than others. Companies and consumers should be encouraged to favour the more efficient designs over the less efficient designs and a tax for the worst offenders in any class is one way of going about that.

  4. Re:How does it compare? by Christian+Smith · · Score: 4, Insightful

    There is really no such thing as RISC or CISC anymore. Even massive general purpose CPU's like the x86 family use cores that are basically RISC by the classical definition, at least at the microop level. Conversely, today's RISC processors have instruction sets that have grown considerably in complexity since the days of true RISC chips.


    RISC is an instruction set thing, with the caveat that RISC instruction sets lend themselves to pipelined instruction execution as a by product.

    Yes, modern x86 processors have RISC like microcode implemented using pipelined cores, but the x86 -> microcode converter is extra logic RISC processors just don't need.

    There is no way you can implement an x86 chip in the same number of transistors as a RISC chip like ARM or MIPS, hence this VIA chip having considerably more power draw.
  5. Re:How does it compare? by jimstapleton · · Score: 4, Insightful

    comparing two chips on their power:mhz ratios... Not exactly a good comparison, even within the same general architecture (say both are x86), but when you go cross arch, it gets worse.

    Ex. Take an Barton core Athlon and compare it with a 1st Gen P4, running both at the same clock speed. That Barton will significantly outperform the P4, even with the same Mhz. Conversely, thake a Core2 Duo and an Athlon64 X2 of the same clock speed - the Core2 Duo will wipe the floor with the Athlon64 X2.

    Mhz only means something when the processors are of the same line. Different lines in an arch can drastically modify the CPUs relative performance by Mhz, varying app to app, and changing the arch completely will destroy most comparisons.

    Another example, would be to compare a 500Mhz EV6 Alpha to a 1Ghz Athlon - There are many tasks at which that Alpha will pretty much destroy the Athlon in terms of performance, even at half the clock speed.

    So, what you want is power:performance-at-desired-tasks ratios, it's more complex, but it's not useless (and in some cases, counterproductive/counter intuitive)

    --
    34486853790
    Connection too slow for X forwarding? Try "ssh -CX user@host"