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