<div dir="ltr"><div><div><div><div><div>The following code is not working for me <br><br></div>float[3] f;<br></div>f[] = abs(f)[] * -1.0f;<br></div>where abs is a function that returns a float[3];<br><br></div>it complains that f should be attached to some memory.<br><br></div>Is it a bug or am I missing something?<br></div>