Index skalare Elemente eines Altivec -SIMD -Vektortyps in C ++?C++

Programme in C++. Entwicklerforum
Anonymous
 Index skalare Elemente eines Altivec -SIMD -Vektortyps in C ++?

Post by Anonymous »

Folgendes ist der Code: < /p>

Code: Select all

int add = foo;
vector signed int v_add;
v_add[0] = add;
Der Fehler lautet: Fehler: Ungültige Typen 'Vektor int [int]' Für Array -Subscript
bleibt das Problem bleibt, wenn ich versuche add = v_add [0];
Bitte erklären Sie die Ursache dieses Problems. Ich verwende GNU Version 3.3.2

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post