« Leopard でグループにユーザを追加 | メイン | 常駐ウィンドウの居場所 »

理解出来ない

test.cpp:


#include <altivec.h>

vector unsigned int test(vector unsigned int a, vector unsigned int b)
{
    vector unsigned int c;
    c = vec_cmpeq(a, b);
    return c;
}


コンパイル:


$ g++ -maltivec test.cpp
test.cpp: In function 'unsigned int __vector__ test(unsigned int __vector__, unsigned int __vector__)':
test.cpp:6: error: cannot convert 'unsigned int __vector__' to 'unsigned int __vector__' in assignment

 日本語でおk

トラックバック

このエントリーのトラックバックURL:
http://yoffy.dyndns.org/cgi-bin/mt/mt-tb.cgi/586

コメントを投稿

About

2008年06月19日 14:50に投稿されたエントリーのページです。

ひとつ前の投稿は「Leopard でグループにユーザを追加」です。

次の投稿は「常駐ウィンドウの居場所」です。

他にも多くのエントリーがあります。メインページアーカイブページも見てください。

Powered by
Movable Type 3.37