Subversion Repositories Kolibri OS

Rev

Rev 6934 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6934 Rev 7143
Line 150... Line 150...
150
	ALTINSTR_REPLACEMENT(newinstr1, feature1, 1)			\
150
	ALTINSTR_REPLACEMENT(newinstr1, feature1, 1)			\
151
	ALTINSTR_REPLACEMENT(newinstr2, feature2, 2)			\
151
	ALTINSTR_REPLACEMENT(newinstr2, feature2, 2)			\
152
	".popsection"
152
	".popsection"
Line 153... Line 153...
153
 
153
 
154
/*
-
 
155
 * This must be included *after* the definition of ALTERNATIVE due to
-
 
156
 * 
-
 
157
 */
-
 
158
#include 
-
 
159
 
-
 
160
/*
154
/*
161
 * Alternative instructions for different CPU types or capabilities.
155
 * Alternative instructions for different CPU types or capabilities.
162
 *
156
 *
163
 * This allows to use optimized instructions even on generic binary
157
 * This allows to use optimized instructions even on generic binary
164
 * kernels.
158
 * kernels.