9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
#include "../test_static.isph"
|
|
task void f_f(uniform float RET[], uniform float aFOO[]) {
|
|
RET[programIndex] = count_leading_zeros((int32)0xf0);
|
|
}
|
|
|
|
task void result(uniform float RET[]) {
|
|
RET[programIndex] = 24;
|
|
}
|