mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-21 11:16:38 +02:00
Rename some confusing double-negative build options:
OPTION_NO_INLINE_DAT ==> OPTION_INLINE_DAT OPTION_NO_INLINE_LOGICAL ==> OPTION_INLINE_LOGICAL OPTION_NO_INLINE_VSTORE ==> OPTION_INLINE_VSTORE OPTION_NO_INLINE_IFETCH ==> OPTION_INLINE_IFETCH #define/#undef, #if defined()/#if !defined(), etc. updated appropriately.
This commit is contained in:
16
featall.h
16
featall.h
@@ -62,15 +62,15 @@
|
||||
#endif /* !defined( OPTION_INLINE ) && !defined( NO_OPTION_INLINE ) */
|
||||
|
||||
#if defined(OPTION_INLINE)
|
||||
#undef OPTION_NO_INLINE_DAT /* Performance option */
|
||||
#undef OPTION_NO_INLINE_LOGICAL /* Performance option */
|
||||
#undef OPTION_NO_INLINE_VSTORE /* Performance option */
|
||||
#undef OPTION_NO_INLINE_IFETCH /* Performance option */
|
||||
#define OPTION_INLINE_DAT /* Performance option */
|
||||
#define OPTION_INLINE_LOGICAL /* Performance option */
|
||||
#define OPTION_INLINE_VSTORE /* Performance option */
|
||||
#define OPTION_INLINE_IFETCH /* Performance option */
|
||||
#else /* defined(NO_OPTION_INLINE) */
|
||||
#define OPTION_NO_INLINE_DAT /* Performance option */
|
||||
#define OPTION_NO_INLINE_LOGICAL /* Performance option */
|
||||
#define OPTION_NO_INLINE_VSTORE /* Performance option */
|
||||
#define OPTION_NO_INLINE_IFETCH /* Performance option */
|
||||
#undef OPTION_INLINE_DAT /* Performance option */
|
||||
#undef OPTION_INLINE_LOGICAL /* Performance option */
|
||||
#undef OPTION_INLINE_VSTORE /* Performance option */
|
||||
#undef OPTION_INLINE_IFETCH /* Performance option */
|
||||
#endif /* defined(OPTION_INLINE) */
|
||||
|
||||
#define OPTION_SINGLE_CPU_DW /* Performance option (ia32) */
|
||||
|
||||
Reference in New Issue
Block a user