Slashdot Mirror


Intel Software Development Products for OSX

rgraham writes "Intel has released a number of development tools for OSX, including a C++ and Fortran compiler. I for one would be interested to see some benchmarks of code compiled using these tools and Apple's own Xcode."

2 of 83 comments (clear)

  1. Re:apple uses objective c / uses of fortan by TheRaven64 · · Score: 4, Informative

    FORTRAN has a vector data type, which makes it a lot easier to optimise certain types of code for AltiVec, SSE, etc. If you write the code in C, you have to translate it into scalar intrinsics, and the compiler has to work backwards to attempt to determine the vector operations you meant. In FORTRAN you provide the vector operations, and all the compiler has to worry about is aligning the data so it can be used by the vector unit. For algorithms that can be expressed in a vectorised form, this makes FORTRAN a much better language for writing fast code, which is why it is still used a lot.

    --
    I am TheRaven on Soylent News
  2. Re:Notice its C++ and not Objective-C by hunterx11 · · Score: 5, Informative
    I have yet to see Objective-C bindings for QT or GTK so for Linux it is a none starter.

    GNUstep may not be anywhere nearly as mature as Qt or Gtk, but it's hardly a non-starter.

    --
    English is easier said than done.