Advertisement
Guest User

Untitled

a guest
Aug 4th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.89 KB | None | 0 0
  1. --- ATLAS/tune/blas/level1/SET/set_x86.c.orig   2012-08-04 09:16:03.604525291 +0200
  2. +++ ATLAS/tune/blas/level1/SET/set_x86.c    2012-08-04 09:16:14.047858083 +0200
  3. @@ -83,8 +83,8 @@
  4.  #else
  5.     #error "This kernel requires a gas x86 assembler!"
  6.  #endif
  7. -#ifndef ATL_SSE2
  8. -   #error "This routine requires SSE2"
  9. +#ifndef ATL_SSE1
  10. +   #error "This routine requires SSE1"
  11.  #endif
  12.  
  13.  #                %edi         %xmm0       %rsi
  14. --- ATLAS/tune/blas/gemm/CASES/ATL_smm6x1x80_sse.c.orig 2012-08-04 20:21:27.342455572 +0200
  15. +++ ATLAS/tune/blas/gemm/CASES/ATL_smm6x1x80_sse.c  2012-08-04 20:21:38.089121227 +0200
  16. @@ -33,8 +33,8 @@
  17.  #if !defined(ATL_GAS_x8632) && !defined(ATL_GAS_x8664)
  18.     #error "This kernel requires x86 gas 32 or 64 bit assembler!"
  19.  #endif
  20. -#ifndef ATL_SSE2
  21. -   #error "This routine requires SSE2!"
  22. +#ifndef ATL_SSE1
  23. +   #error "This routine requires SSE1!"
  24.  #endif
  25.  
  26.  #ifdef SCPLX
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement