Skip to content

Commit

Permalink
[IA64] map ia64_hint definition to intel compiler intrinsic
Browse files Browse the repository at this point in the history
Map ia64_hint() to internal intel compiler intrinsic.

Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Chen, Kenneth W authored and Tony Luck committed Feb 7, 2006
1 parent c03296a commit 4bf64e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/asm-ia64/intel_intrin.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ __s64 _m64_popcnt(__s64 a);
#define ia64_getreg __getReg
#define ia64_setreg __setReg

#define ia64_hint(x)
#define ia64_hint __hint
#define ia64_hint_pause __hint_pause

#define ia64_mux1_brcst 0
#define ia64_mux1_mix 8
Expand Down

0 comments on commit 4bf64e7

Please sign in to comment.