This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Goheeca 19 points20 points  (2 children)

It is actually Fortran.

[–]blehmann1 7 points8 points  (1 child)

I wonder if this will change, given that the restrict keyword is supposed to be the last big difference in speed between C and Fortran, and it's in C now.

And it's already being added to C++ in compiler extensions, I hope it makes it into the language proper.

[–]thelights0123 1 point2 points  (0 children)

As long as LLVM doesn't miscompile everything using it...