mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-18 16:07:11 +00:00
dont try regparm on modern cpu
This commit is contained in:
parent
bda9da8d86
commit
061fe72f9e
2
src/h.h
2
src/h.h
@ -68,7 +68,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* __x86_64__ automatically compiles for regparm optimization */
|
/* __x86_64__ automatically compiles for regparm optimization */
|
||||||
#if !defined(__profiling__) && defined(__i386__)
|
#if !defined(__profiling__) && defined(__i386__) && !defined(__i686__)
|
||||||
# define __regparm(x) regparm(x)
|
# define __regparm(x) regparm(x)
|
||||||
#else
|
#else
|
||||||
# define __regparm(x)
|
# define __regparm(x)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user