small nohalo improvement

Commented out the CHEAP option for nohalo, it gets slightly better
without it and there's not much difference to runtime.
This commit is contained in:
John Cupitt 2011-02-24 12:54:56 +00:00
parent a7d2288bad
commit 3378c2ba2c

View File

@ -98,9 +98,16 @@
* If you want to use the "sharp" (cheaper) version, uncomment the * If you want to use the "sharp" (cheaper) version, uncomment the
* following three pre-processor code lines: * following three pre-processor code lines:
*/ */
/*
commented out 24/2/10, nohalo gets a bit better without it, though
not lbb
#ifndef __NOHALO_CHEAP_H__ #ifndef __NOHALO_CHEAP_H__
#define __NOHALO_CHEAP_H__ #define __NOHALO_CHEAP_H__
#endif #endif
*/
/* /*
* ================ * ================