remove simd, scalar math + compiler optimizations are good enough
This commit is contained in:
parent
e2c7998663
commit
4d84122ef3
8 changed files with 41 additions and 509 deletions
|
|
@ -21,11 +21,8 @@ typedef enum {
|
|||
} pxl8_log_level;
|
||||
|
||||
#ifndef PXL8_LOG_LEVEL
|
||||
#ifdef DEBUG
|
||||
#define PXL8_LOG_LEVEL PXL8_LOG_LEVEL_DEBUG
|
||||
#else
|
||||
#define PXL8_LOG_LEVEL PXL8_LOG_LEVEL_INFO
|
||||
#endif
|
||||
// Temporary: Always use DEBUG level for benchmarking
|
||||
#define PXL8_LOG_LEVEL PXL8_LOG_LEVEL_DEBUG
|
||||
#endif
|
||||
|
||||
static pxl8_log_level pxl8_current_log_level = PXL8_LOG_LEVEL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue