Frederik Gelder
Frederik Gelder
i would also love to have this. i have the problem that people seem to hear the sounds much MUCH louder than i do locally. everyone screams that its too...
yeah i also added a delaynanoseconds now so it isnt all nops. but im having difficulties telling the compiler to not unroll the loop when the loopcount is low, and...
i didnt mean to close that D:
thats why i added all that inline and always inline crap, to force the compiler to do stuff. sadly i cant find anything to tell the compiler to not unroll...
im using the attribute always_inline https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-alloc_005fsize-function-attribute and i guess that will not change with new compiler versions. the only thing that might most likely change is the current solution for...
possibly, although that issue uses older versions, runs on a mac, and the user has some custom hooks etc built into his environment
@MartinPaques im trying to run image sets with just gps data with this, but i dont know how to create the trajectory.txt. how are you getting the quaternion rotation from...
@NeXT1995 what? are you sure you read my post correctly?
*cough* ;)
> So the problem is that the checkboxes in the Exceptions tool window correspond to "on throw" exception filters (i.e. raise as soon as exception happens), but the debugger actually...