volume: orc fixup for loading float arguments

This is only used with DISABLE_ORC.
This commit is contained in:
Edward Hervey 2010-09-20 16:28:52 +02:00
parent d4b0274d89
commit 4e781d6fe3

View file

@ -139,7 +139,7 @@ orc_scalarmultiply_f32_ns (float *d1, const float *s1, float p1, int n)
ptr4 = (orc_union32 *) s1;
/* 1: loadpl */
var33.i = p1;
var33.f = p1;
for (i = 0; i < n; i++) {
/* 0: loadl */