cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

sgratton
Adept I

load_id() not load_resource()

il 2.0e spec error

 

Hi there,

 

The IL 2.0e spec says on p 7-81 that the syntax of the load instruction is:

 

load_resource(

 

n)[_aoffimmi(u,v,w)] dst, src0

However, it seems that it should actually be:

 

load_id(n)...

in that the latter form compiles and the former doesn't.

Best,

Steven.





0 Likes
2 Replies

sgratton,
Do you have an example that shows the failing case?
0 Likes

 

Hi Micah,

 

I can't reproduce _resource() failing either now on my laptop with the SKA.  (_id() certainly works too though.)  I'll check again on my main platform with cal/il directly but assuming it works there too sorry for the false alarm.

 

Best wishes,

Steven.

 

0 Likes