Age | Commit message (Collapse) | Author |
|
Pass arguments properly in linux now. Still need to change this to use
a single calling convention on both platforms.
|
|
|
|
|
|
Using char * for labels doesn't work if you realloc the function
during assembly and free the old storage...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to the stack
|
|
|
|
release builds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We shouldn't be hashing with keys that have uninitialized memory.
|
|
‘enum’ types
|
|
|
|
|
|
|
|
|
|
|
|
suitable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Change SSE_SWIZZLES #define to 0 to disable it.
|
|
|
|
A common mistake is trying to fence user or malloc buffers. So don't let
the crash happen inside pipebuffer lib.
|
|
|
|
|
|
|
|
The assert was in fact over-sensitive, but emitting the extra flags
is pretty trivial & we may as well just do it whenever we know the
pipeline is running.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|