------- Comment #4 from ktietz at gcc dot gnu dot org 2010-08-16 17:40 ------- (In reply to comment #3) > Let's add in CC Jakub, just in case he can see something wrong vs the C > library > with using __restrict__ here. >
The normal c-library headers are using here __restrict as keyword. But __restrict__ should be fine too, beside there are some nits I can't see. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45300