Errors, bugs, questions - page 2876

 
fxsaber:

Variable Num in the source.

i.e. the restriction is only on ushort older than ushort ?

OK, thanks, I'll fix it in my place.


ZS: but imho, not the right limitation, the optimizer should optimize fully all possible parameters within the accuracy boundaries of the data type, it is not his "headache" - is it too much or not enough

 
Igor Makanu:

i.e. the restriction is only on older ushort ?

I don't know what the restrictions are. You asked about 32 bits in GA.

 
fxsaber:

I don't know what the limitations are. You asked about 32 bits in GA.

I looked into ushort 2 bytes = 16 just in case.

int 4 bytes - my required 32 bits

 
Igor Makanu:

looked in the ushort 2 bytes = 16, just in case

int 4 bytes - my required 32 bits

As a result, we got the GA in 32 bits, just like we wanted.

 
fxsaber:

We ended up with a GA of 32 bits, just like we wanted.

yes thanks!

I'll rewrite my code for ushort input variables tomorrow

 
On the website, search does not include posts written in the current day.
 
fxsaber:
On the site search does not include posts written in the current day.

Noticed that too, thought the post had been deleted by the moderators.

 
How do I know in ME which function/method the cursor is currently inside?
 
fxsaber:
How to find out in ME, which function/method has the cursor now?

Erm...how about typing the magic word and running the compile?

It will be clear from the error output in which function the cursor was :-)

PS/ just kidding...but also a solution to the problem

 
Maxim Kuznetsov:

PS/ just kidding...but also a solution that solves the problem

That's if the code was error-free before.

Reason: