diff -c -r1.3.2.1 fx_3dnow_fasttmp.h
*** fx_3dnow_fasttmp.h	1999/12/14 13:20:08	1.3.2.1
--- fx_3dnow_fasttmp.h	1999/12/17 12:04:08
***************
*** 1,4 ****
--- 1,7 ----
+ #define _TAG(x) TAG(_##x)
  
+          SEG_TEXT
+ 
  #if !defined(NASM_ASSEMBLER) && !defined(MASM_ASSEMBLER)
  #define TAGLLBL(a) TAG(.L##a)
  #else
***************
*** 310,313 ****
  #undef TYPE
  #undef TAG
  #undef SIZE
! 
--- 313,316 ----
  #undef TYPE
  #undef TAG
  #undef SIZE
! #undef _TAG

