Espresso 0.0.2c
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#ifdef DEBUG_USE_SSE2
|
||||
|
||||
#include <types.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@ -248,3 +250,5 @@ void* memclr_sse2(void *m_start, size_t m_count)
|
||||
|
||||
return m_start;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user